File size: 375 Bytes
da96562
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.editCustomDimension {
  .icon-plus, .icon-minus {
    cursor: pointer;
    font-size: 16px;
    padding-left: 10px;
  }

  .extraction {
    .form-group {
      margin-top: 8px;
      margin-bottom: 8px;
    }
  }

  .howToTrackInfo {
    margin-top: 32px;
    strong {
      margin-bottom: 16px;
      display: inline-block;
    }
    pre {
      margin-top: 0;
    }
  }
}