2017-07-24 22:40:47 +02:00

28 lines
477 B
SCSS

.inputEnum { /* stylelint-disable */
margin-top: 1.8rem;
}
.enumLabel {
margin-bottom: 0.5rem;
}
.button {
height: 3.4rem;
padding: 0 1rem 0.5rem 1rem;
line-height: 3.2rem;
border: 1px solid #E3E9F3;
color: #333740;
background-color: white;
font-weight: 600;
font-size: 1.2rem;
letter-spacing: 0.07rem;
&:hover {
z-index: 0 !important;
}
}
.active {
background: linear-gradient(315deg, #0097F6 0%, #005EEA 100%);
color: white !important;
}