mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-14 09:15:01 +00:00
- Added theme color into ButtonBase.vue
This commit is contained in:
@@ -48,14 +48,13 @@
|
||||
}
|
||||
|
||||
&.theme-solid {
|
||||
background: $theme;
|
||||
|
||||
.content {
|
||||
color: white;
|
||||
}
|
||||
|
||||
polyline, path {
|
||||
stroke: white;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
.input-area.is-active {border-color: #FF8200 !important}
|
||||
|
||||
{{-- ButtonBase --}}
|
||||
.button-base.theme-solid {background: #FF8200}
|
||||
.button-base.theme {background: #FF820010}
|
||||
.button-base.theme .content {color: #FF8200}
|
||||
.button-base.theme polyline,
|
||||
|
||||
Reference in New Issue
Block a user