2017-08-09 19:47:39 +02:00

30 lines
527 B
SCSS

.inputSelect { /* stylelint-disable */
font-size: 1.3rem;
font-family: Lato;
> label {
text-transform: capitalize;
margin-bottom: .8rem;
font-weight: 500;
}
> select {
font-size: 1.3rem;
font-family: Lato;
color: #333740;
height: 3.5rem!important;
border-radius: 0rem!important;
border: 1px solid #E3E9F3;
padding-left: 1rem;
}
}
.requiredClass {
> label:after {
color: red;
font-family: Lato;
font-weight: bold;
margin-left: 5px;
content: "*";
}
}