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

_languageSelect.less « uibase « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0a0add9ce537a339036aafb1b7f50b986aa0b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.languageSelection {
  padding-right: 11px;

  .items {
    margin-left: -50px;
  }
}

#topRightBar .navbar-right .languageSelection {
  // make padding of language selection clickable
  margin: -14px -12px;

  .title {
    padding: 14px 12px;
    &:after {
      top: 19px;
      right: -3px;
    }
  }
}