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: e57e3d0a6d6c98e8b0059656ffba48fb9741c23d (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
.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;
}

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