Cache active themes
This commit is contained in:
@@ -12,24 +12,17 @@
|
||||
bottom: 0;
|
||||
|
||||
z-index: $z-index-lock-screen;
|
||||
background-color: var(--sn-stylekit-contrast-background-color);
|
||||
background-color: var(--sn-stylekit-background-color);
|
||||
color: var(--sn-stylekit-foreground-color);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.background {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sk-panel {
|
||||
width: 315px;
|
||||
flex-grow: 0;
|
||||
border-radius: 0;
|
||||
// border-radius: 0;
|
||||
|
||||
.sk-panel-header {
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user