funky-framadate-front/src/styles/partials/_form-controls.scss

13 lines
157 B
SCSS

.consultation {
.is-active {
background: $primary-color;
color: $white;
}
}
.alert {
@extend .padded;
border-radius: 0.25em;
color: $font_color;
}