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

66 lines
958 B
SCSS

@import '../../../../styles/variables';
:host {
.landing-box {
background: $secondary_color;
padding: 0 1em 6em;
}
.title {
color: $white;
margin-bottom: 1rem;
text-align: left;
}
.button {
color: $secondary_color !important;
background: $secondary_color;
text-align: center;
&.is-white {
background: $white;
}
&.is-secondary {
color: $white !important;
background: $secondary_color !important;
}
}
.subtitle {
text-align: left;
margin-top: 1rem;
min-height: 4em;
color: $white;
}
.poll-list {
margin: 2em 0;
}
a .fa {
margin-right: 1ch;
}
.home-content {
.title,
.subtitle {
color: $primary_color;
}
}
.search {
margin-top: 2em;
.search-others {
padding: 1em;
background: $d-grey;
border-radius: 0.25em;
}
#search_email {
background: $white;
}
.button-submit {
background: $d-grey;
color: $secondary_color;
border-color: $secondary_color;
}
}
}