mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 16:52:50 +00:00
27 lines
410 B
SCSS
27 lines
410 B
SCSS
window.lockscreen {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
.avatar {
|
|
@include widget;
|
|
border-radius: $radii * 2;
|
|
min-height: 200px;
|
|
min-width: 200px;
|
|
}
|
|
|
|
.content {
|
|
@include floating-widget;
|
|
padding: $spacing * 4;
|
|
}
|
|
|
|
spinner {
|
|
margin-top: $spacing * 2;
|
|
}
|
|
|
|
entry {
|
|
@include button;
|
|
margin-top: $spacing * 2;
|
|
padding: $spacing;
|
|
min-height: 20px;
|
|
}
|
|
}
|