11 lines
174 B
SCSS
Raw Normal View History

2017-07-19 16:02:34 +02:00
.inputSelect { /* stylelint-disable */
margin-top: 1.8rem;
> label {
text-transform: capitalize;
2017-07-27 16:07:09 +02:00
margin-bottom: .7rem;
}
> select {
color: #333740;
2017-07-19 16:02:34 +02:00
}
}