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; }
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:first-of-type {
border-bottom: 1px solid black; }
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a {
text-transform: uppercase;
padding: 1rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: white; }
@media (max-width: 891px) {
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a {
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 {
display: none; }
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a {
text-transform: uppercase;
padding: 1rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: white; }
@media (max-width: 891px) {
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a {
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 {
background-color: #fdc300; }
header .region-header #block-reha-config-pages {
@@ -89,6 +89,7 @@ header{
}
}
//// drop down menu connexion
.connexion{
height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
width: 100%;
@@ -175,9 +176,6 @@ header{
text-decoration: $yellow-puca underline;
}
}
// .request-password-link:hover{
// text-decoration: $yellow-puca underline;
// }
li p{
font-style: italic;
font-size: 0.9rem;
@@ -201,6 +199,9 @@ header{
font-style: italic;
}
}
///// arrêt candidatures phase 1
display: none;
/////////////
}
ul:last-of-type a:hover{
background-color: $yellow-puca;