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

28 lines
333 B
SCSS

:host {
text-align: center;
a .fa {
margin-right: 1ch;
}
.subtitle {
min-height: 4em;
}
.creation,
.search {
min-height: 20em;
max-width: 40em;
margin-bottom: 10em;
margin-left: auto;
margin-right: auto;
.title {
margin-bottom: 2em;
}
.button {
border: 0;
}
}
.poll-list {
margin: 2em 0;
}
}