début du thème, footer et header en mobile
This commit is contained in:
44
web/themes/erabletheme/scss/_home.scss
Normal file
44
web/themes/erabletheme/scss/_home.scss
Normal file
@@ -0,0 +1,44 @@
|
||||
.home_introduction {
|
||||
border-bottom: solid 2px $teal;
|
||||
width: 100%;
|
||||
padding: 2rem $x_margin;
|
||||
h2 {
|
||||
display: none;
|
||||
}
|
||||
article > div {
|
||||
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 {
|
||||
p {
|
||||
padding: 0 $x_margin;
|
||||
@include main_text_content();
|
||||
}
|
||||
}
|
||||
div.more-link {
|
||||
@include fluo_button();
|
||||
margin-top: 3rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user