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

28 lines
333 B
SCSS
Raw Normal View History

2020-11-06 11:32:58 +01:00
:host {
text-align: center;
a .fa {
margin-right: 1ch;
}
2021-05-03 10:06:10 +02:00
.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;
}
2020-11-06 11:32:58 +01:00
}