mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-02 15:48:52 +01:00
Fix alignment of cancel button on login page for JMP
This commit is contained in:
parent
dcfea25d62
commit
d9b6ecc0a5
@ -1162,7 +1162,7 @@ textarea {
|
||||
.layout-desktop #loginPage .padded-left.padded-right.padded-bottom-page.margin-auto-y:not(:has(.loginDisclaimer p)) {
|
||||
padding-bottom: 100px !important;
|
||||
}
|
||||
|
||||
/* Move cancel button */
|
||||
.layout-desktop #loginPage .manualLoginForm .btnCancel {
|
||||
position: absolute !important;
|
||||
background: none !important;
|
||||
@ -1171,6 +1171,12 @@ textarea {
|
||||
margin-top: 70px !important;
|
||||
text-align: left !important;
|
||||
}
|
||||
/* Shift cancel button on JMP */
|
||||
@supports not selector(:has(*)) {
|
||||
.layout-desktop #loginPage .manualLoginForm .btnCancel {
|
||||
margin-top: 115px !important;
|
||||
}
|
||||
}
|
||||
.layout-desktop #loginPage .visualLoginForm {
|
||||
position: relative !important;
|
||||
background: var(--secondary-background-color) !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user