cloud-ui.vusion
Version:
Vusion Cloud UI
41 lines (34 loc) • 841 B
CSS
@import '../../src/u-chart.vue/module.css';
.item:before{
background: rgb(97,218,198);
}
.item:nth-of-type(1):before {
background: $theme-dark-chart-color1;
}
.item:nth-of-type(2):before {
background: $theme-dark-chart-color2;
}
.item:nth-of-type(3):before {
background: $theme-dark-chart-color3;
}
.item:nth-of-type(4):before {
background: $theme-dark-chart-color4;
}
.item:nth-of-type(5):before {
background: $theme-dark-chart-color5;
}
.item:nth-of-type(6):before {
background: $theme-dark-chart-color6;
}
.item:nth-of-type(7):before {
background: $theme-dark-chart-color7;
}
.item:nth-of-type(8):before {
background: $theme-dark-chart-color8;
}
.item:nth-of-type(9):before {
background: $theme-dark-chart-color9;
}
.item:nth-of-type(10):before {
background: $theme-dark-chart-color10;
}