mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-21 20:44:42 +00:00
vuefilemanager v1.5-alpha.1
This commit is contained in:
+7
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user