css form connexion

This commit is contained in:
2023-11-28 12:25:39 +01:00
parent 4add353075
commit 3c2090cbf0
4 changed files with 41 additions and 18 deletions
@@ -87,15 +87,27 @@ header{
}
ul{
font-size: 1.2rem;
width: 70%;
display: flex;
flex-direction: column;
margin-top: 0;
margin-bottom: 4rem;
padding-bottom: 4rem;
li{
margin-bottom: 3rem;
// margin-bottom: 3rem;
}
.create-account-link{
display: none;
}
.request-password-link{
margin-bottom: 4rem;
}
}
ul:first-of-type{
border-bottom: 1px solid black;
}
ul:last-of-type{
a{
text-transform: uppercase;
@@ -106,6 +118,8 @@ header{
}
}
}
}
@@ -213,8 +227,9 @@ header{
.titre{
display: inline-flex;
font-weight: 800;
font-size: 1.8rem;
position: relative;
margin-top: 2rem;
// margin-top: 2rem;
::after{
content: url(../images/noun-cross-1151731.svg);
float: right;