File: trackingCodeGenerator.less

package info (click to toggle)
matomo 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 95,068 kB
  • sloc: php: 289,425; xml: 127,249; javascript: 112,130; python: 202; sh: 178; makefile: 20; sql: 10
file content (23 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.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;
      }
    }
  }
}