Merge branch 'master' into prod

affichage correct layout d'admin
This commit is contained in:
Valentin
2024-01-06 08:57:54 +01:00
4 changed files with 55 additions and 28 deletions

View File

@@ -21,7 +21,7 @@
}
h2 {
padding-top: 0 !important;
margin-bottom: 0 !important;
margin-bottom: 2rem !important;
}
h2 + div { // tout le contenu qui n'est pas le titre
position: relative;
@@ -29,9 +29,13 @@
.visually-hidden {
width: 0% !important;
}
.sous_titre > div > div {
font-size: $l_font_size;
margin-bottom: 30px;
.sous_titre {
margin-top: -1.5rem;
> div > div {
font-size: $l_font_size;
margin-bottom: 30px;
}
}
> div {
> div {