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