Refactors most controllers and directives into classes for more organized and maintainable code

This commit is contained in:
Mo Bitar
2020-01-30 13:37:16 -06:00
parent badadba8f8
commit 3c8c43ac7e
144 changed files with 87972 additions and 5613 deletions

View File

@@ -0,0 +1,35 @@
#lock-screen {
position: relative;
height: 100%;
width: 100vw;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: $z-index-lock-screen;
background-color: var(--sn-stylekit-background-color);
color: var(--sn-stylekit-foreground-color);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
.sk-panel {
width: 315px;
flex-grow: 0;
// border-radius: 0;
.sk-panel-header {
justify-content: center;
}
}
#passcode-reset {
text-align: center;
}
}