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 {