avancées intégration mobile
This commit is contained in:
43
web/themes/erabletheme/scss/_fullpage.scss
Normal file
43
web/themes/erabletheme/scss/_fullpage.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user