avancées intégration mobile

This commit is contained in:
Valentin
2023-12-13 15:08:55 +01:00
parent a08922d8be
commit 1bf7b2b251
22 changed files with 932 additions and 75 deletions

View File

@@ -0,0 +1,43 @@
.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;
}
}