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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/*
    ==================
        Statistics
    ==================
*/
 
.widget-card-one {
  background: $m-color_10;
  padding: 20px 0;
  height: 100%;
 
  .widget-content {
    .media {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 19px;
      padding-bottom: 21px;
      border-bottom: 1px dashed $dark;
 
      .w-img {
        margin-right: 9px;
        align-self: center;
      }
 
      img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 3px solid $m-color_18;
      }
    }
 
    .media-body {
      align-self: center;
 
      h6 {
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 0;
      }
 
      p {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 0;
        font-weight: 600;
        color: $m-color_6;
        padding: 0;
      }
    }
 
    p {
      font-weight: 600;
      font-size: 13px;
      margin-bottom: 61px;
      padding: 0 20px;
    }
 
    .w-action {
      padding: 0 20px;
 
      svg {
        color: $m-color_13;
      }
 
      span {
        vertical-align: sub;
        font-weight: 600;
        color: $m-color_13;
        letter-spacing: 1px;
      }
    }
  }
}