mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 20:42:10 +01:00
reworked auth
This commit is contained in:
@@ -38,13 +38,21 @@
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.auth_form label .input_error{
|
||||
border-color: rgb(204, 69, 69);
|
||||
}
|
||||
|
||||
.auth_form label .input_error:hover{
|
||||
border-color: rgb(236, 103, 103);
|
||||
}
|
||||
|
||||
.auth_form h4{
|
||||
text-align: center;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
/* Submit button with blue background horizontal center*/
|
||||
.auth_form input[type="button"]{
|
||||
.auth_form input[type="button"], .auth_form input[type="submit"]{
|
||||
color: rgb(255, 255, 255);
|
||||
font-weight: bold;
|
||||
letter-spacing: 1.5px;
|
||||
|
||||
@@ -20,16 +20,17 @@ h1, h2{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#error-text{
|
||||
.error-text{
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1.5px;
|
||||
font-size: 11pt;
|
||||
margin-top: 0px;
|
||||
padding-top: 2px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
display:block;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.text-redirect{
|
||||
|
||||
Reference in New Issue
Block a user