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

29 lines
353 B
SCSS

@import '../../../../styles/variables';
:host {
.landing-box {
padding: 6em 0;
color: $primary_color;
min-height: 500px;
.title {
color: $primary_color !important;
}
}
a .fa {
margin-right: 1ch;
}
.home-content {
.title,
.subtitle {
color: $secondary_color;
}
}
}
.search {
.search-description {
margin: 2rem 0;
}
}