funky-framadate-front/src/app/core/components/home/home.component.scss

20 lines
267 B
SCSS
Raw Normal View History

2021-11-08 11:27:35 +01:00
@import '../../../../styles/variables';
2020-11-06 11:32:58 +01:00
:host {
text-align: center;
2021-11-08 11:27:35 +01:00
margin-left: -2em;
margin-right: -2em;
2020-11-06 11:32:58 +01:00
a .fa {
margin-right: 1ch;
}
2021-05-03 10:06:10 +02:00
.subtitle {
min-height: 4em;
}
.poll-list {
margin: 2em 0;
}
2021-11-08 11:27:35 +01:00
.presentation {
background: $secondary_color;
}
2020-11-06 11:32:58 +01:00
}