vuefilemanager v1.4-beta.1

This commit is contained in:
carodej
2020-04-30 10:55:36 +02:00
parent 968b12c4ac
commit 606c1895a9
16 changed files with 275 additions and 32 deletions
+21
View File
@@ -79,6 +79,27 @@
}
}
@media only screen and (max-width: 490px) {
.auth-form {
h1 {
@include font-size(22);
}
h2 {
@include font-size(18);
}
input {
min-width: initial;
}
.additional-link {
@include font-size(15);
}
}
}
@media (prefers-color-scheme: dark) {
.auth-form {
+1 -1
View File
@@ -16,7 +16,7 @@ $light_mode_vignette: rgba(9, 8, 12, 0.15);
// Dark Mode
$dark_mode_vignette: rgba(0, 0, 0, 0.3);
$dark_mode_background: #1a1f25;
$dark_mode_foreground: #1c222d;
$dark_mode_foreground: #202733;
$dark_mode_text_primary: #B8C4D0;
$dark_mode_text_secondary: #667b90;
$dark_mode_vignette: rgba(22, 23, 27, 0.70);