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

20 lines
267 B
SCSS

@import '../../../../styles/variables';
:host {
text-align: center;
margin-left: -2em;
margin-right: -2em;
a .fa {
margin-right: 1ch;
}
.subtitle {
min-height: 4em;
}
.poll-list {
margin: 2em 0;
}
.presentation {
background: $secondary_color;
}
}