css form user login ok
This commit is contained in:
@@ -251,6 +251,12 @@ header {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
padding-left: 2.5rem; }
|
padding-left: 2.5rem; }
|
||||||
|
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full #user-login-form .form-item-persistent-login {
|
||||||
|
flex-direction: row-reverse; }
|
||||||
|
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full #user-login-form .form-item-persistent-login #edit-persistent-login {
|
||||||
|
width: fit-content; }
|
||||||
|
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full #user-login-form .form-item-persistent-login label {
|
||||||
|
flex-grow: 0; }
|
||||||
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul {
|
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
@@ -262,7 +268,12 @@ header {
|
|||||||
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .create-account-link {
|
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .create-account-link {
|
||||||
display: none; }
|
display: none; }
|
||||||
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .request-password-link {
|
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .request-password-link {
|
||||||
margin-bottom: 4rem; }
|
margin-bottom: 4rem;
|
||||||
|
font-size: 1rem; }
|
||||||
|
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul li p {
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
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 a {
|
||||||
@@ -271,6 +282,10 @@ header {
|
|||||||
border: solid black 1px;
|
border: solid black 1px;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
background-color: white; }
|
background-color: white; }
|
||||||
|
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 {
|
header .region-header #block-reha-config-pages {
|
||||||
grid-column: 10;
|
grid-column: 10;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ footer{
|
|||||||
div{
|
div{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{font-size: 1.3rem;}
|
h2{font-size: 1.3rem;}
|
||||||
|
|||||||
@@ -81,6 +81,16 @@ header{
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
padding-left: 2.5rem;
|
padding-left: 2.5rem;
|
||||||
|
.form-item-persistent-login{
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
#edit-persistent-login{
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
label{
|
||||||
|
flex-grow: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
ul{
|
ul{
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
@@ -96,6 +106,12 @@ header{
|
|||||||
}
|
}
|
||||||
.request-password-link{
|
.request-password-link{
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
li p{
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -109,15 +125,22 @@ header{
|
|||||||
border: solid black 1px;
|
border: solid black 1px;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
background-color: $white-button;
|
background-color: $white-button;
|
||||||
|
p{
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ul:last-of-type a:hover{
|
||||||
|
background-color: $yellow-puca;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#block-reha-config-pages{
|
#block-reha-config-pages{
|
||||||
grid-column: 10;
|
grid-column: 10;
|
||||||
.bouton-contact{
|
.bouton-contact{
|
||||||
@@ -251,4 +274,3 @@ header{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user