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

41 lines
457 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 {
2022-02-15 15:04:49 +01:00
.content {
padding: 0;
padding-left: 1rem;
}
.subtitle,
.presentation {
.columns {
margin-left: 0;
}
.column {
padding-left: 0;
}
}
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;
2022-02-15 15:04:49 +01:00
min-height: 80vh;
2021-05-03 10:06:10 +02:00
}
2022-02-15 15:04:49 +01: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
}