css form user registrer

This commit is contained in:
2023-11-23 14:46:08 +01:00
parent fd3f2e013f
commit 0eb7f122f1
16 changed files with 520 additions and 110 deletions
+58 -24
View File
@@ -15,6 +15,16 @@
border: none !important;
cursor: pointer; }
.form-submit {
background-color: white;
border: solid black 1px;
text-transform: uppercase;
padding: 1rem;
height: 5rem !important;
margin-bottom: 1rem;
font-size: 1.3rem;
font-weight: 300; }
.mailto {
text-decoration: underline; }
@@ -121,7 +131,9 @@
.layout-content {
padding-top: 7rem;
padding-bottom: 6rem; }
padding-bottom: 6rem;
width: 60%;
margin: auto; }
main {
width: 100%; }
@@ -173,33 +185,33 @@ header {
grid-column: 9;
display: flex;
flex-direction: column;
height: 150px; }
height: fit-content; }
header div #block-reha-connexionutilisateur .bouton-connexion {
padding-right: 3rem; }
header div #block-reha-connexionutilisateur .bouton-connexion :before {
content: url(../images/noun-contact-2495375.svg);
padding-right: 1rem; }
header div #block-reha-connexionutilisateur .user-login-form {
display: none;
background-color: white;
header div #block-reha-connexionutilisateur .connexion {
float: right;
height: 0;
/* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
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%; }
header div #block-reha-connexionutilisateur ul {
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%; }
position: relative; }
header div #block-reha-connexionutilisateur .connexion .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; }
header div #block-reha-config-pages {
grid-column: 10;
display: flex;
flex-direction: column;
height: 150px; }
height: fit-content; }
header div #block-reha-config-pages .bouton-contact {
padding-right: 4rem; }
header div #block-reha-config-pages .bouton-contact ::before {
@@ -269,20 +281,42 @@ footer {
display: flex;
flex-direction: column; }
.form-item {
display: flex;
flex-direction: column; }
/*pages*/
.layout--onecol {
width: 70%;
.home-page-layout-content .layout--onecol {
margin: auto;
font-size: 1.5rem;
font-weight: 400;
font-style: normal; }
.layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f {
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f {
display: flex;
justify-content: flex-end; }
.layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f :hover {
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f :hover {
background-color: #fdc300; }
.layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 {
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 {
display: flex;
justify-content: flex-end; }
.layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 :hover {
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 :hover {
background-color: #fdc300; }
.user--register h1 {
font-size: 3rem !important;
font-weight: normal; }
.user--register .form-item {
display: flex;
flex-direction: column; }
.user--register #user-register-form .form-item {
display: flex;
flex-direction: column;
padding-bottom: 1rem; }
.user--register #user-register-form label {
padding-bottom: 0.5rem; }
.user--register #user-register-form input {
height: 2rem; }