File size: 430 Bytes
4202035
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.trackingCodeAdvancedOptions {
  .advance-option {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-top: 2rem;
    margin-bottom: 1.5rem;

    #start-tracking-details[data-method="Matomo"] & {
      margin-top: 1rem;
    }

    a {
      text-decoration: none !important;
      color: @color-green-matomo;

      &:focus {
        outline: unset !important;
      }
    }
  }
}