loginpage reset password
This commit is contained in:
parent
aada930c6c
commit
b6be2bc7dd
@ -349,4 +349,13 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
}
|
||||||
|
/* loginpage reset passwd */
|
||||||
|
.btn-primary, .btn-primary.disabled {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
.btn-primary:hover {
|
||||||
|
background: rgba(0, 0, 0, 0.45);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
@ -349,4 +349,13 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
}
|
||||||
|
/* loginpage reset passwd */
|
||||||
|
.btn-primary, .btn-primary.disabled {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
.btn-primary:hover {
|
||||||
|
background: rgba(0, 0, 0, 0.45);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user