expo get-email form improved
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user