7.1
15832144755
2021-07-01 ba21fcf8482029f7634b62d60daf171538001769
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
    =======================
        Sold By cateory
    =======================
*/
 
.widget-chart-two {
  padding: 0 !important;
}
 
.widget.widget-chart-two {
  .widget-heading {
    padding: 20px 20px 0 20px;
  }
 
  .widget-content {
    padding: 0 0 20px 0;
  }
}
 
.widget-chart-two {
  .apexcharts-canvas {
    margin: 0 auto;
  }
 
  .apexcharts-legend-marker {
    left: -5px !important;
  }
}