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

44 lines
842 B
SCSS

.fullpage {
margin-top: -3vh;
padding-top: 3vh;
@include beige_gradient();
> h2 {
@include main_title();
padding-top: 5vh;
margin-bottom: 7vh;
}
.fullpage_content {
> h2 {
@include main_title();
padding-top: 5vh;
}
.sous_titre {
@include main_text_content();
padding: 0 $x_margin;
}
p {
@include main_text_content();
padding: 0 $x_margin;
margin-bottom: 2rem;
}
p:first-of-type {
margin-top: 7vh;
}
.liens_fixed {
padding: 0 $x_margin;
text-align: right;
margin: 2rem 0;
@include fluo_button();
}
}
.views-row {
margin-bottom: 8vh;
}
}