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: 6161506aa8656a0cf75eaf186adf831125a5d37e (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
.languageSelection {
  padding-right: 11px;

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

  .borderedControl {
    transition: box-shadow 0s !important;
  }
}

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

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