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