mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fixing Login page
This commit is contained in:
parent
c65e054276
commit
56c233bc22
@ -277,7 +277,7 @@ div>.input-group>.form-control {
|
||||
}
|
||||
|
||||
.custom-switch .custom-control-label::after {
|
||||
top: calc(-0.125rem + 1px);
|
||||
top: calc(-0.175rem);
|
||||
}
|
||||
|
||||
.custom-radio .custom-control-label::after {
|
||||
@ -366,7 +366,6 @@ noscript.noscript-warning {
|
||||
color: var(--purple);
|
||||
}
|
||||
|
||||
|
||||
/**************************************************************/
|
||||
div.form-group.reset-secret {
|
||||
background: rgba(243, 21, 6, 0.3);
|
||||
|
@ -28,9 +28,17 @@
|
||||
box-shadow: 0 12px 16px 0 hsla(0, 0%, 0%, 0.4);
|
||||
}
|
||||
|
||||
#error-filed {
|
||||
color: red;
|
||||
#error-field {
|
||||
color: var(--red);
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.loginError {
|
||||
color: var(--red);
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
|
||||
/**************************************************************/
|
@ -185,10 +185,6 @@
|
||||
In</button>
|
||||
</div>
|
||||
|
||||
<fieldset style="color: red; text-align: center;">
|
||||
<span></span>
|
||||
</fieldset>
|
||||
|
||||
<div class="form-group d-flex justify-content-between">
|
||||
<div class="form-check form-check-flat mt-0">
|
||||
|
||||
|
@ -71,7 +71,7 @@
|
||||
<button class="login-input btn btn-primary submit-btn btn-block">{{ translate('login', 'login',
|
||||
data['lang']) }}</button>
|
||||
</div>
|
||||
<fieldset id="error-field">
|
||||
<fieldset id="error-field" class="loginError">
|
||||
</fieldset>
|
||||
<div class="form-group d-flex justify-content-between">
|
||||
<div class="form-check form-check-flat mt-0">
|
||||
|
Loading…
Reference in New Issue
Block a user