Update scyfin-wll.css
This commit is contained in:
parent
a8bdbc76d9
commit
6a1985d579
1 changed files with 1 additions and 4 deletions
|
@ -1277,8 +1277,6 @@ div[class=""] {
|
||||||
|
|
||||||
/* Login page */
|
/* Login page */
|
||||||
#loginPage:after {
|
#loginPage:after {
|
||||||
background: url(https://levi.land/public/jf-login-bg.webp);
|
|
||||||
filter: blur(8px);
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
content: "";
|
content: "";
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
@ -1295,7 +1293,7 @@ div[class=""] {
|
||||||
min-width: 40vw;
|
min-width: 40vw;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 4rem;
|
||||||
transform: translate(-50%, 0%);
|
transform: translate(-50%, 0%);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
@ -1321,7 +1319,6 @@ body:not(:has(#loginPage:not(.hide))) .skinHeader {
|
||||||
width: 95vw;
|
width: 95vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Dialog box */
|
/* Dialog box */
|
||||||
.dialog {
|
.dialog {
|
||||||
background-color: var(--secondary-background-color) !important;
|
background-color: var(--secondary-background-color) !important;
|
||||||
|
|
Loading…
Reference in a new issue