yzt
2023-05-26 de4278af2fd46705a40bac58ec01122db6b7f3d7
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
/*
    ===============================
            @Import Function
    ===============================
*/
/*
    ===============================
            @Import Mixins
    ===============================
*/
.widget-content-area {
  box-shadow: none !important; }
 
#column-filter .badge {
  background: transparent; }
 
#column-filter .badge-primary {
  color: #1b55e2;
  border: 2px dashed #1b55e2; }
 
#column-filter .badge-warning {
  color: #e2a03f;
  border: 2px dashed #e2a03f; }
 
#column-filter .badge-danger {
  color: #e7515a;
  border: 2px dashed #e7515a; }
 
.toggle-list a {
  color: #fff !important;
  background-color: #1b55e2 !important;
  border-color: #1b55e2;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-right: 5px; }