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

16 lines
166 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;
}
}