46 lines
1012 B
SCSS
46 lines
1012 B
SCSS
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|