45 lines
923 B
SCSS
45 lines
923 B
SCSS
.home_introduction {
|
|
border-bottom: solid 2px $teal;
|
|
width: 100%;
|
|
padding: 2rem 0;
|
|
h2 {
|
|
display: none;
|
|
}
|
|
article > div {
|
|
max-height: none !important;
|
|
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 {
|
|
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;
|
|
}
|
|
} |