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
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
    ==================
        Revenue
    ==================
*/
 
.widget-chart-one {
  .widget-heading {
    display: flex;
    justify-content: space-between;
  }
 
  .apexcharts-legend-marker {
    left: -5px !important;
  }
 
  .apexcharts-yaxis-title, .apexcharts-xaxis-title {
    font-weight: 600;
    fill: $m-color_4;
  }
 
  .widget-heading .tabs {
    padding: 0;
    margin: 0;
 
    li {
      display: inline-block;
      list-style: none;
      padding: 0 0;
    }
 
    a {
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 600;
      padding: 5px 7px;
      background: $primary;
      color: $white;
      border-radius: 4px;
    }
  }
}