mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-02 15:48:52 +01:00
Fix padding for "cancel" button on login screen if there is no login disclaimer
This commit is contained in:
parent
11fd7f77df
commit
51ca34070e
@ -1103,6 +1103,11 @@ html,
|
||||
border-radius: 25px !important;
|
||||
padding: 50px !important;
|
||||
}
|
||||
/* Fix padding if login disclaimer is not present */
|
||||
.layout-desktop #loginPage .padded-left.padded-right.padded-bottom-page.margin-auto-y:not(:has(.loginDisclaimer p)) {
|
||||
padding-bottom: 100px !important;
|
||||
}
|
||||
|
||||
.layout-desktop #loginPage .manualLoginForm .btnCancel {
|
||||
position: absolute !important;
|
||||
background: none !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user