arrêt candidature phase 1

This commit is contained in:
2024-03-05 10:07:23 +01:00
parent 14ca64b00e
commit c107e38ca8
2 changed files with 17 additions and 14 deletions
+13 -11
View File
@@ -348,17 +348,19 @@ header {
padding-top: 1rem; } padding-top: 1rem; }
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:first-of-type { header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:first-of-type {
border-bottom: 1px solid black; } border-bottom: 1px solid black; }
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a { header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type {
text-transform: uppercase; display: none; }
padding: 1rem; header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a {
border: solid black 1px; text-transform: uppercase;
margin-bottom: 1rem; padding: 1rem;
background-color: white; } border: solid black 1px;
@media (max-width: 891px) { margin-bottom: 1rem;
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a { background-color: white; }
font-size: 1rem; } } @media (max-width: 891px) {
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a p { header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a {
font-style: italic; } font-size: 1rem; } }
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a p {
font-style: italic; }
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a:hover { header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a:hover {
background-color: #fdc300; } background-color: #fdc300; }
header .region-header #block-reha-config-pages { header .region-header #block-reha-config-pages {
@@ -89,6 +89,7 @@ header{
} }
} }
//// drop down menu connexion
.connexion{ .connexion{
height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */ height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
width: 100%; width: 100%;
@@ -175,9 +176,6 @@ header{
text-decoration: $yellow-puca underline; text-decoration: $yellow-puca underline;
} }
} }
// .request-password-link:hover{
// text-decoration: $yellow-puca underline;
// }
li p{ li p{
font-style: italic; font-style: italic;
font-size: 0.9rem; font-size: 0.9rem;
@@ -201,6 +199,9 @@ header{
font-style: italic; font-style: italic;
} }
} }
///// arrêt candidatures phase 1
display: none;
/////////////
} }
ul:last-of-type a:hover{ ul:last-of-type a:hover{
background-color: $yellow-puca; background-color: $yellow-puca;