début du thème, footer et header en mobile
This commit is contained in:
46
web/themes/erabletheme/scss/partials/_articles.scss
Normal file
46
web/themes/erabletheme/scss/partials/_articles.scss
Normal file
@@ -0,0 +1,46 @@
|
||||
.actu_full {
|
||||
@include beige_gradient();
|
||||
font-family: "Marianne", sans-serif;
|
||||
padding-top: 3vh;
|
||||
width: 100vw;
|
||||
div {
|
||||
@include main_text_content();
|
||||
}
|
||||
.retour_actus {
|
||||
font-size: $sm_font_size;
|
||||
font-weight: 800;
|
||||
color: $teal;
|
||||
padding-left: $x_margin;
|
||||
}
|
||||
.article_meta {
|
||||
padding-left: $x_margin;
|
||||
margin: 20px 0;
|
||||
div {
|
||||
font-size: $sm_font_size;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
@include main_title();
|
||||
}
|
||||
h2 + div {
|
||||
padding: $x_margin;
|
||||
.visually-hidden {
|
||||
width: 0% !important;
|
||||
}
|
||||
div:first-of-type {
|
||||
margin-top: -10px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
div:nth-of-type(2) {
|
||||
> div {
|
||||
width: 100%;
|
||||
margin-bottom: 40px;
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user