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: ef2b23bf3bf4a1237daded1c38c346d48a02dce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.languageSelection {
  padding: 0 15px;
  display: inline-block;

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

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