css form connexion
This commit is contained in:
@@ -30,13 +30,8 @@
|
||||
@extend %buttonwithborder;
|
||||
}
|
||||
|
||||
.create-account-link{
|
||||
@extend %buttonwithborder;
|
||||
// width: 80%
|
||||
}
|
||||
.request-password-link{
|
||||
@extend %buttonwithborder;
|
||||
}
|
||||
|
||||
|
||||
.views-field-edit-node{
|
||||
@extend %buttonwithborder;
|
||||
width: fit-content;
|
||||
|
||||
@@ -14,7 +14,7 @@ input{
|
||||
// border: solid black 1px;
|
||||
// text-transform: uppercase;
|
||||
// padding: 1rem;
|
||||
height: 5rem !important;
|
||||
height: 4rem !important;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 300;
|
||||
@@ -38,3 +38,6 @@ input{
|
||||
}
|
||||
}
|
||||
|
||||
#edit-persistent-login{
|
||||
height: 1.5rem;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user