mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
dark mode for teams
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.dark-mode {
|
||||
.dark {
|
||||
|
||||
.progress-bar {
|
||||
background: $dark_mode_foreground;
|
||||
@@ -39,7 +39,7 @@ export default {
|
||||
|
||||
@media only screen and (min-width: 680px) {
|
||||
|
||||
.dark-mode .progress-bar {
|
||||
.dark .progress-bar {
|
||||
background: $dark_mode_foreground;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user