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

17 lines
260 B
SCSS
Raw Normal View History

2021-11-16 16:35:27 +01:00
@import '../../../../../../styles/variables';
2021-11-14 15:48:27 +01:00
.kind-of-poll {
margin-top: 5em;
.fa {
margin-right: 1em;
}
2021-11-16 16:35:27 +01:00
.button {
background: $d-grey;
border: solid white 1px;
&.is-selected {
border: solid $primary-color 1px;
color: $font_color;
}
}
2021-11-07 14:52:49 +01:00
}