zhitong.yu
2024-03-21 6beef2ce75f15a8b3d4394b83da62071c686eb3d
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
 
body {
  background: #1B213B;
  color: #777;
  font-family: Montserrat, Arial, sans-serif;
}
 
.body-bg {
  background: #F3F4FA !important;
}
 
h1, h2, h3, h4, h5, h6, strong {
  font-weight: 600;
}
 
.box .apexcharts-xaxistooltip {
  background: #1B213B;
  color: #fff;
}
 
.content-area {
  max-width: 1280px;
  margin: 0 auto;
}
 
.box {
  background-color: #262D47;
  padding: 25px 25px;
  border-radius: 4px;
}
 
.columnbox {
  padding-right: 15px;
}
.radialbox {
  max-height: 333px;
  margin-bottom: 60px;
}
 
.apexcharts-legend-series tspan:nth-child(3) {
  font-weight: bold;
  font-size: 20px;
}
 
.edit-on-codepen {
  text-align: right;
  width: 100%;
  padding: 0 20px 40px;
  position: relative;
  top: -30px;
  cursor: pointer;
}
 
.spinner-border {
  display: none;
}