forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.0 KiB
55 lines
1.0 KiB
7 years ago
|
@import "image";
|
||
|
@import "../../src/less/lib/icon";
|
||
|
@import "../../src/less/lib/background";
|
||
|
|
||
|
.base-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-1, 0, 0, repeat-y);
|
||
|
}
|
||
|
|
||
|
.bi-theme-dark {
|
||
|
.base-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-1-theme-dark, 0, 0, repeat-y);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.first-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-2);
|
||
|
}
|
||
|
|
||
|
.bi-theme-dark {
|
||
|
.first-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-2-theme-dark);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.mid-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-3);
|
||
|
}
|
||
|
|
||
|
.bi-theme-dark {
|
||
|
.mid-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-3-theme-dark);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.last-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-4);
|
||
|
}
|
||
|
|
||
|
.bi-theme-dark {
|
||
|
.last-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-4-theme-dark);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.loading-background {
|
||
|
.imagePath(@icon-loading);
|
||
|
}
|
||
|
|
||
|
.auto-color-background {
|
||
|
.imagePath(@background-auto-color);
|
||
|
}
|
||
|
|
||
|
.trans-color-background {
|
||
|
.imagePath(@background-trans-color);
|
||
|
}
|