Modalise Login
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
/** Base Body Styles **/
|
||||
body{ color:#838383; font: 13px/1.7em 'Open Sans';}
|
||||
body{ color:#838383; /*font: 13px/1.7em 'Open Sans';*/}
|
||||
|
||||
|
||||
.account-container {
|
||||
@@ -49,7 +49,7 @@ body{ color:#838383; font: 13px/1.7em 'Open Sans';}
|
||||
}
|
||||
|
||||
.login-fields input {
|
||||
font-family: 'Open Sans';
|
||||
/* font-family: 'Open Sans'; */
|
||||
font-size: 13px;
|
||||
color: #8e8d8d;
|
||||
padding: 11px 15px 10px 50px;
|
||||
@@ -252,3 +252,12 @@ span.login-checkbox > input[type='checkbox']:checked + label {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.modal-body .account-container {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.modal-body .account-container h1 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user