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

25 lines
469 B
SCSS

@import '../../../../../../styles/variables';
.kind-of-poll {
margin-top: 5em;
min-height: 30vh;
.fa {
margin-right: 1em;
}
.button {
background: $d-grey;
border: solid white 1px;
transition: background-color ease 1.5s;
&.is-selected {
border: solid $primary-color 1px;
color: $font_color;
}
&:hover {
background: $secondary_color;
border: solid $primary-color 1px;
color: $white;
transition: background-color ease 0.25s;
}
}
}