vuefilemanager v1.5-alpha.1

This commit is contained in:
carodej
2020-04-29 11:32:08 +02:00
parent 2614efe601
commit 0f3cbaec3d
50 changed files with 426 additions and 355 deletions
+7 -1
View File
@@ -34,7 +34,7 @@
}
.icon {
background: $theme_light;
background: $theme;
padding: 14px 18px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
@@ -54,4 +54,10 @@
font-weight: 700;
margin-bottom: 5px;
display: block;
}
@media (prefers-color-scheme: dark) {
.input-label {
color: $dark_mode_text_primary;
}
}
-1
View File
@@ -3,7 +3,6 @@ $text: #1b2539;
$text-muted: #667b90;
$theme: #00BC7E;
$theme_light: #4ECDA5;
$light_mode_border: rgba(0, 0, 0, 0.02);
$danger: #fd397a;