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

25 lines
469 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;
2021-11-17 15:16:47 +01:00
min-height: 30vh;
2021-11-14 15:48:27 +01:00
.fa {
margin-right: 1em;
}
2021-11-16 16:35:27 +01:00
.button {
background: $d-grey;
border: solid white 1px;
2021-11-30 17:37:23 +01:00
transition: background-color ease 1.5s;
2021-11-16 16:35:27 +01:00
&.is-selected {
border: solid $primary-color 1px;
color: $font_color;
}
2021-11-30 17:37:23 +01:00
&:hover {
background: $secondary_color;
border: solid $primary-color 1px;
color: $white;
transition: background-color ease 0.25s;
}
2021-11-16 16:35:27 +01:00
}
2021-11-07 14:52:49 +01:00
}