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

45 lines
923 B
SCSS
Raw Normal View History

.home_introduction {
border-bottom: solid 2px $teal;
width: 100%;
2023-12-13 15:08:55 +01:00
padding: 2rem 0;
h2 {
display: none;
}
article > div {
2023-12-13 15:08:55 +01:00
max-height: none !important;
p {
2023-12-13 15:08:55 +01:00
@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 {
2023-12-13 15:08:55 +01:00
max-height: none !important;
p {
@include main_text_content();
}
}
div.more-link {
@include fluo_button();
margin-top: 3rem;
display: flex;
justify-content: center;
align-items: center;
}
}