fineui是帆软报表和BI产品线所使用的前端框架。
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.

48 lines
890 B

8 years ago
@import "../image";
@import "../lib/icon";
@import "../lib/background";
.base-line-conn-background {
.imagePath(@icon-tree-vertical-line-1, 0, 0, repeat-y);
}
8 years ago
.bi-theme-dark{
.base-line-conn-background {
.imagePath(@icon-tree-vertical-line-1-theme-dark, 0, 0, repeat-y);
}
}
8 years ago
.first-line-conn-background {
.imagePath(@icon-tree-vertical-line-2);
}
8 years ago
.bi-theme-dark{
.base-line-conn-background {
.imagePath(@icon-tree-vertical-line-2-theme-dark);
}
8 years ago
}
.mid-line-conn-background {
.imagePath(@icon-tree-vertical-line-3);
}
8 years ago
.bi-theme-dark{
.base-line-conn-background {
.imagePath(@icon-tree-vertical-line-3-theme-dark);
}
8 years ago
}
8 years ago
.last-line-conn-background {
.imagePath(@icon-tree-vertical-line-4);
8 years ago
}
8 years ago
.bi-theme-dark{
.base-line-conn-background {
.imagePath(@icon-tree-vertical-line-4-theme-dark);
}
8 years ago
}
8 years ago
.loading-background {
.imagePath(@icon-loading);
8 years ago
}