mirror of
https://github.com/romancm/gamebrary
synced 2025-01-02 06:18:44 +00:00
15 lines
289 B
SCSS
15 lines
289 B
SCSS
input, select {
|
|
background: $color-white;
|
|
border: 1px solid $color-dark-gray;
|
|
border-radius: $border-radius;
|
|
height: 32px;
|
|
padding: 0 $gp / 2;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
margin-bottom: $gp;
|
|
|
|
&.small {
|
|
height: 20px;
|
|
margin: 0;
|
|
}
|
|
}
|