Penambahan FrontEnd All-New-Manufacture

This commit is contained in:
pand03
2026-01-31 14:23:04 +07:00
parent 1b2e320b2b
commit 4feb21dcbc
2891 changed files with 426849 additions and 135 deletions

View File

@@ -0,0 +1,124 @@
#chart_widget_4 {
height: 15.9375rem !important;
}
#chart_widget_5 {
.ct-series-a .ct-line,
.ct-series-a .ct-point {
stroke: #46ffc8;
}
.ct-line {
stroke-width: 0.0625rem;
}
.ct-point {
stroke-width: 0.125rem;
}
.ct-series-a .ct-area {
fill: #20dea6;
}
.ct-area {
fill-opacity: 1;
}
}
#chart_widget_6 {
.ct-series-a .ct-line,
.ct-series-a .ct-point {
stroke: $info;
}
.ct-line {
stroke-width: 0.125rem;
}
.ct-point {
stroke-width: 0.3125rem;
}
.ct-series-a .ct-area {
fill: $info;
}
.ct-area {
fill-opacity: .5;
}
}
#chart_widget_8 {
height: 15.9375rem;
.ct-series-a .ct-line,
.ct-series-a .ct-point {
stroke: $info;
}
.ct-line {
stroke-width: 0.125rem;
}
.ct-point {
stroke-width: 0.3125rem;
}
.ct-series-a .ct-area {
fill: $info;
}
.ct-area {
fill-opacity: .5;
}
}
#chart_widget_9, #chart_widget_10 {
height: 15.625rem !important;
}
#chart_widget_11, #chart_widget_12, #chart_widget_13 {
.ct-slice-donut {
stroke-width: 1.5625rem !important;
}
}
#chart_widget_11 {
height: 16.875rem !important;
margin-bottom: -10px;
}
#chart_widget_17 {
height: 9.375rem !important;
}
.chart_widget_tab_one {
.nav-link {
border: 0.0625rem solid #ddd;
&.active {
background-color: var(--primary);
border: 0.0625rem solid var(--primary);
color: $white;
&:hover {
border: 0.0625rem solid var(--primary);
}
}
&:hover {
border: 0.0625rem solid #ddd;
}
}
}
.ccc-widget {
&>div {
@at-root [data-theme-version="dark"] & {
background: $dark-card !important;
border-color: $d-border !important;
}
}
}