gamebrary/src/styles/_inputs.scss
2019-05-13 11:12:18 -07:00

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;
}
}