mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
updated blocks new scratcher sees
This commit is contained in:
parent
5034c42f20
commit
7b2cdc73f0
2 changed files with 10 additions and 0 deletions
|
@ -35,6 +35,12 @@
|
|||
content: "";
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
max-width: 133px;
|
||||
max-height: 100px;
|
||||
}
|
||||
|
||||
&.blue {
|
||||
#{$color-bars} {
|
||||
background-color: $ui-blue;
|
||||
|
@ -43,6 +49,10 @@
|
|||
a {
|
||||
color: $ui-blue;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
&.green {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in a new issue