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

29 lines
353 B
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 {
2022-02-15 14:48:50 +01:00
padding: 6em 0;
2022-02-08 14:04:09 +01:00
color: $primary_color;
min-height: 500px;
2022-02-08 14:04:09 +01:00
.title {
color: $primary_color !important;
2021-11-19 15:25:54 +01:00
}
2021-05-03 10:06:10 +02:00
}
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 {
.search-description {
margin: 2rem 0;
2021-11-08 11:27:35 +01:00
}
2020-11-06 11:32:58 +01:00
}