intégration du design il manque que les images de fond

This commit is contained in:
Valentin
2023-12-15 20:04:59 +01:00
parent cb35336870
commit a0137d95ac
19 changed files with 832 additions and 121 deletions

View File

@@ -1,12 +1,9 @@
.actu_full {
@include beige_gradient();
font-family: "Marianne", sans-serif;
padding-top: 3vh;
width: 100vw;
div {
@include main_text_content();
}
.retour_actus {
padding-top: 3vh;
font-size: $sm_font_size;
font-weight: 800;
color: $teal;
@@ -21,18 +18,20 @@
}
}
h2 {
@include main_title();
padding-top: 0 !important;
margin-bottom: 0 !important;
}
h2 + div {
padding: $x_margin;
position: relative;
padding: 0 $x_margin;
.visually-hidden {
width: 0% !important;
}
div:first-of-type {
margin-top: -10px;
.sous_titre > div > div {
font-size: $l_font_size;
margin-bottom: 30px;
}
div:nth-of-type(2) {
> div:nth-of-type(2) {
> div {
width: 100%;
margin-bottom: 40px;
@@ -44,10 +43,40 @@
}
}
.liens_fixed {
p {
margin-bottom: 1rem;
}
h3, h4, h5, h6 {
@include sous_titre();
margin-bottom: 1rem;
}
.liens_fixed > div > div:nth-of-type(2), .file_fixed > div > div > div {
padding: 0 $x_margin;
text-align: right;
margin: 2rem 0;
@include fluo_button();
a {
display: inline-block;
max-width: calc(25vw - $x_margin * 2);
}
@media (min-width: $breakpoint_tablet) {
padding: 0;
}
@media (min-width: $breakpoint_desktop) {
margin-bottom: 0 !important;
margin: 0;
padding: 0 $x_margin;
position: fixed;
right: 0;
bottom: 10vh;
> div {
height: 3vh;
}
}
}
.file_fixed span:last-of-type {
display: none;
}
}