funky-framadate-front/src/app/features/consultation/consultation.component.scss

23 lines
262 B
SCSS
Raw Normal View History

.loading_poll {
position: fixed;
bottom: 5em;
left: 1em;
z-index: 10;
}
.poll_loaded {
.title {
margin-bottom: 0;
}
.description {
min-height: 2rem;
}
}
2022-02-10 12:16:11 +01:00
.options-button {
border: 0;
background: transparent;
}
.vote-button {
margin-right: 2rem;
}