This commit is contained in:
2020-08-24 20:19:02 +02:00
parent 8ad7a9ccd1
commit a54e185701
19 changed files with 935 additions and 43 deletions
@@ -2,18 +2,25 @@ form{
&.user-login-form{
padding: 2rem;
background: white;
width: 100%;
max-width: 300px;
margin: auto;
& > div {
&:not(:last-child){
&:not(:last-child){
margin-bottom: 2rem;
}
.js-form-required{
margin-bottom: 0;
font-family: 'truenoregular';
}
label{
font-size: 0.9rem;
}
input{
border: 2px solid $color2;
border-radius: 10px;
padding: 0.5rem;
width: 100%;
&:focus{
border: 2px solid $color1;
border-radius: 10px!important;
@@ -22,7 +29,7 @@ form{
}
}
.description{
font-size: 0.8rem;
font-size: 0.6rem;
margin-top: 0.4rem;
font-family: 'truenolight';
}