css form user registrer
This commit is contained in:
@@ -24,8 +24,6 @@ header{
|
||||
width: fit-content;
|
||||
padding-left: 4rem;
|
||||
height: $header-height;
|
||||
|
||||
|
||||
}
|
||||
#block-reha-logoreha{
|
||||
grid-column: 2;
|
||||
@@ -38,13 +36,9 @@ header{
|
||||
img{
|
||||
height: 150px;
|
||||
width: fit-content;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#block-reha-connexionutilisateur{
|
||||
@@ -59,29 +53,47 @@ header{
|
||||
}
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: $header-height;
|
||||
|
||||
.user-login-form{
|
||||
display: none;
|
||||
height: fit-content;
|
||||
.connexion{
|
||||
float: right;
|
||||
// display: none; /* Cacher initialement le contenu */
|
||||
height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
|
||||
// transition: height 0.5s; /* Animation de 0.5 seconde lors de l'expansion vers le bas */
|
||||
background-color: $white;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
clip-path: inset(0px -10px -10px -10px);
|
||||
padding: 5% 10% 5% 5%;
|
||||
position: relative;
|
||||
.connexion-full{
|
||||
display: none;
|
||||
background-color: $white;
|
||||
width: 400px;
|
||||
height: 100vh;
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
clip-path: inset(0px -10px -10px -10px);
|
||||
padding: 5% 10% 5% 5%;
|
||||
position: relative;
|
||||
right:-150px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
ul{
|
||||
display: none;
|
||||
// transition: height 0.5s; /* Animation de 0.5 seconde lors de l'expansion vers le bas */
|
||||
background-color: $white;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
clip-path: inset(0px -10px -10px -10px);
|
||||
padding: 5% 10% 5% 5%;
|
||||
}
|
||||
|
||||
// .user-login-form{
|
||||
// display: none;
|
||||
// background-color: $white;
|
||||
// width: 100%;
|
||||
// height: 100vh;
|
||||
// box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
// clip-path: inset(0px -10px -10px -10px);
|
||||
// padding: 5% 10% 5% 5%;
|
||||
// }
|
||||
// ul{
|
||||
// display: none;
|
||||
// // transition: height 0.5s; /* Animation de 0.5 seconde lors de l'expansion vers le bas */
|
||||
// background-color: $white;
|
||||
// width: 100%;
|
||||
// height: 100vh;
|
||||
// box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
// clip-path: inset(0px -10px -10px -10px);
|
||||
// padding: 5% 10% 5% 5%;
|
||||
// }
|
||||
}
|
||||
#block-reha-config-pages{
|
||||
grid-column: 10;
|
||||
@@ -94,7 +106,7 @@ header{
|
||||
}
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: $header-height;
|
||||
height: fit-content;
|
||||
|
||||
.config_pages--contact--full {
|
||||
float: right;
|
||||
@@ -114,7 +126,7 @@ header{
|
||||
clip-path: inset(0px -10px -10px -10px);
|
||||
.field__item{
|
||||
padding: 5% 10% 5% 5%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user