funky-framadate-front/src/app/features/administration/form/steps/step-two/step-two.component.scss

17 lines
260 B
SCSS

@import '../../../../../../styles/variables';
.kind-of-poll {
margin-top: 5em;
.fa {
margin-right: 1em;
}
.button {
background: $d-grey;
border: solid white 1px;
&.is-selected {
border: solid $primary-color 1px;
color: $font_color;
}
}
}