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

_loading.less « uibase « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e68d0f0a696b24b9a3249bf415f4e4566dde9466 (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
.loadingPiwik {
  font-size: 1.1em;
  color: @theme-color-text-light;
  padding: 0.5em;
}

.loadingPiwik img {
  margin-right: 5px;
}

.loadingSegment {
  color: grey;
  font-size: 10pt;
  margin-left: 28px;
  display:none;
}

#loadingError {
  font-weight: bold;
  font-size: 1.1em;
  color: #F88D22;
  padding: 0.5em;
  display: none;
  padding-top: 40px;
}