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

74 lines
1.1 KiB
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 {
2021-11-19 15:25:54 +01:00
.landing-box {
background: $secondary_color;
padding: 70px 1em 6em;
2020-11-06 11:32:58 +01:00
}
2021-11-19 15:25:54 +01:00
.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;
}
}
2021-05-03 10:06:10 +02:00
.subtitle {
2021-11-19 15:25:54 +01:00
text-align: left;
margin-top: 1rem;
2021-05-03 10:06:10 +02:00
min-height: 4em;
2021-11-19 15:25:54 +01:00
color: $white;
2021-05-03 10:06:10 +02:00
}
.poll-list {
margin: 2em 0;
}
2021-11-19 15:25:54 +01:00
a .fa {
margin-right: 1ch;
}
.home-content {
.title,
.subtitle {
color: $secondary_color;
2021-11-19 15:25:54 +01:00
}
}
}
2021-11-19 15:25:54 +01:00
.search {
margin-top: 2em;
.title {
font-size: 1.5rem;
}
.search-others {
padding: 2rem;
background: $d-grey;
border-radius: 0.5rem;
}
#search_email {
background: $white !important;
margin-bottom: 0;
}
.button-submit {
margin-top: 1rem !important;
background: $d-grey;
color: $secondary_color;
border-color: $secondary_color;
}
.search-description {
margin: 2rem 0;
2021-11-08 11:27:35 +01:00
}
2020-11-06 11:32:58 +01:00
}