cloud-ui.vusion
Version:
Vusion Cloud UI
51 lines (41 loc) • 1.38 kB
CSS
@import '../../src/u-bar-chart.vue/module.css';
.bar[role=bar-static]:nth-of-type(1) {
border-color: $theme-dark-chart-color1;
background: $theme-dark-chart-rgba-color1;
}
.bar[role=bar-static]:nth-of-type(2) {
border-color: $theme-dark-chart-color2;
background: $theme-dark-chart-rgba-color2;
}
.bar[role=bar-static]:nth-of-type(3) {
border-color: $theme-dark-chart-color3;
background: $theme-dark-chart-rgba-color3;
}
.bar[role=bar-static]:nth-of-type(4) {
border-color: $theme-dark-chart-color4;
background: $theme-dark-chart-rgba-color4;
}
.bar[role=bar-static]:nth-of-type(5) {
border-color: $theme-dark-chart-color5;
background: $theme-dark-chart-rgba-color5;
}
.bar[role=bar-static]:nth-of-type(6) {
border-color: $theme-dark-chart-color6;
background: $theme-dark-chart-rgba-color6;
}
.bar[role=bar-static]:nth-of-type(7) {
border-color: $theme-dark-chart-color7;
background: $theme-dark-chart-rgba-color7;
}
.bar[role=bar-static]:nth-of-type(8) {
border-color: $theme-dark-chart-color8;
background: $theme-dark-chart-rgba-color8;
}
.bar[role=bar-static]:nth-of-type(9) {
border-color: $theme-dark-chart-color9;
background: $theme-dark-chart-rgba-color9;
}
.bar[role=bar-static]:nth-of-type(10) {
border-color: $theme-dark-chart-color10;
background: $theme-dark-chart-rgba-color10;
}