mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-07 09:38:44 +08:00
perf: ⚡ Skeleton组件增加暗黑模式
This commit is contained in:
parent
face66561c
commit
cb452b6141
@ -1,6 +1,13 @@
|
|||||||
@import '../common/abstracts/variable';
|
@import '../common/abstracts/variable';
|
||||||
@import '../common/abstracts/mixin';
|
@import '../common/abstracts/mixin';
|
||||||
|
|
||||||
|
.wot-theme-dark {
|
||||||
|
@include b(skeleton) {
|
||||||
|
@include e(col) {
|
||||||
|
background-color: $-dark-background4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@include b(skeleton) {
|
@include b(skeleton) {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user