Cache active themes

This commit is contained in:
Mo Bitar
2018-12-12 14:46:24 -06:00
parent 3fb183b194
commit cd8e94104e
3 changed files with 72 additions and 15 deletions

View File

@@ -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;