gamebrary/src/styles/partials/_inputs.scss

16 lines
289 B
SCSS
Raw Normal View History

2018-11-08 03:49:04 +00:00
input, select {
2018-10-19 05:15:28 +00:00
background: $color-white;
border: 1px solid $color-dark-gray;
border-radius: $border-radius;
height: 32px;
2018-10-19 05:15:28 +00:00
padding: 0 $gp / 2;
width: 100%;
font-size: 16px;
2018-10-19 05:15:28 +00:00
margin-bottom: $gp;
&.small {
height: 20px;
margin: 0;
}
}