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: 17e4e9f454aebd42d09b8e113429b44d28f8b205 (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
.loadingPiwik {
  font-size: 1.1em;
  color: @theme-color-text-light;
  padding: 0.5em;
}

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

.loadingSegment {
  color: @color-silver-l60;
  font-size: 13px;
  margin-left: 28px;
  display: none;
}

#root > #loadingError {
  margin-left: 20px;
  margin-right: 20px;
}

#loadingError {
  font-size: 15px;
  padding: 8px 0;
  display: none;
  color: @theme-color-brand;
  font-weight: normal;
}