drupal-erable/web/themes/erabletheme/scss/_home.scss

44 lines
887 B
SCSS
Raw Normal View History

.home_introduction {
border-bottom: solid 2px $teal;
width: 100%;
padding: 2rem $x_margin;
h2 {
display: none;
}
article > div {
p {
@include main_text_content();
}
}
div.more-link {
@include fluo_button();
margin-top: 3rem;
margin-bottom: 1.5rem;
display: flex;
justify-content: center;
align-items: center;
}
}
.home_consultation {
@include beige_gradient();
width: 100%;
padding: 2rem 0;
h2 {
@include main_title();
margin-bottom: 1.2rem;
}
article > div {
p {
padding: 0 $x_margin;
@include main_text_content();
}
}
div.more-link {
@include fluo_button();
margin-top: 3rem;
display: flex;
justify-content: center;
align-items: center;
}
}