favicon, script nbsp, pages login..., fix header logged in, équipes portrait, clean blob mask index projets

This commit is contained in:
Valentin
2024-11-07 20:34:00 +01:00
parent 9cd6627bfa
commit 6db99742c4
15 changed files with 362 additions and 75 deletions

View File

@@ -1,9 +1,10 @@
main.main-login, main.main-user, main.main-register, main.main-contact, main.main-ask, main.main-add-offre {
min-height: 50vh;
.login, .user, .register, .contact, .ask, .add-offre {
padding-top: 5vh;
margin-top: 12vh;
padding: 5vh 0;
width: 100vw;
@include white_beige_gradient();
background-color: white;
> h2 {
@include sous_titre_alt();
text-align: center;
@@ -76,3 +77,8 @@ main.main-login, main.main-user, main.main-register, main.main-contact, main.mai
#edit-field-description-0-format {
display: none;
}
.form-item {
padding-left: 3rem;
@include main_text_content();
}

View File

@@ -1,8 +1,8 @@
/*
body.toolbar-tray-open header[role="banner"] {
left: 15rem !important;
width: calc(100% - 15rem) !important;
}
} */
body.toolbar-fixed header[role="banner"] {
top: 2.4em !important;