mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
15 lines
170 B
SCSS
15 lines
170 B
SCSS
.elem-style-normal {
|
|
@import 'normal';
|
|
}
|
|
|
|
.elem-style-demo {
|
|
@import 'demo';
|
|
}
|
|
|
|
.elem-style-sicfi {
|
|
@import 'sicfi';
|
|
}
|
|
|
|
.elem-style-gtk {
|
|
@import 'gtk';
|
|
} |