expo get-email form improved

This commit is contained in:
2021-09-08 15:51:46 +02:00
parent ccf9e91313
commit dafad8f276
5 changed files with 48 additions and 9 deletions

View File

@ -2868,6 +2868,26 @@ form#user-pass{
}
}
}
form#get-email {
padding:1em;
width:100%;
max-width: 450px;
input[type="email"]{
max-width: 95%;
}
div#edit-actions{
text-align: right;
}
input[type="submit"]{
@include btn;
background-color: $color-base;
color: #fff;
margin: 0;
}
}
// ___ _
// | __|__ ___| |_ ___ _ _
// | _/ _ \/ _ \ _/ -_) '_|
@ -2981,4 +3001,3 @@ img.lazy{
// background-color: red;
}
}