mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-11 00:02:48 -05:00
10 lines
149 B
SCSS
10 lines
149 B
SCSS
|
@import "../../colors";
|
||
|
|
||
|
.select {
|
||
|
background-color: $ui-white;
|
||
|
width: 220px;
|
||
|
height: 28px;
|
||
|
line-height: 28px;
|
||
|
font-size: 1em;
|
||
|
}
|