@import '../../../../styles/variables'; :host { .landing-box { padding: 70px 1em 6em; color: $primary_color; .title { color: $primary_color !important; } } a .fa { margin-right: 1ch; } .home-content { .title, .subtitle { color: $secondary_color; } } } .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; } }