Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_header.less « uibase « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1d99c3028d54f53574666e2b271b4ec61e56ffe (plain)
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

#root {
  #logo {
    padding-left: 16px;
    padding-top: 4px;

    img {
      max-height: 30px;

      &.default-piwik-logo {
        width: 95px;
      }
    }

  }

  #logo > a {
    text-decoration: none;
  }
}

// IE 10+
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #root #logo {
    width: 80px;
  }
  #root #logo img.default-piwik-logo {
    width: 100%;
  }
}

#javascriptDisabled,
#javascriptDisabled a {
  font-weight: bold;
  color: #F88D22;
  padding: 15px;
  clear: both;
}