sk_fems_ui commit
This commit is contained in:
15
assets/scss/common/card.scss
Normal file
15
assets/scss/common/card.scss
Normal file
@ -0,0 +1,15 @@
|
||||
.v-card {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@each $theme in dark, light {
|
||||
// @include theme($theme);
|
||||
.v-application.#{$theme}-mode {
|
||||
.v-card {
|
||||
color: map-deep-get($config, #{$theme}, "card-default-color");
|
||||
.v-card__subtitle {
|
||||
color: map-deep-get($config, #{$theme}, "card-subtitle");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user