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

AnonymizeLogData.less « AnonymizeLogData « src « vue « PrivacyManager « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bc7410a2c366c5a676a5af8641a76605f0fe2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.anonymizeLogData {
  .icon-minus {
    cursor: pointer;
    z-index: 10;
  }

  .innerFormField {
    .form-group.row {
      margin-top: 2px;
      margin-bottom: 2px;
    }
  }

  .innerFormField {
    width: 100%;
    width: ~"calc(100% - 0.75rem)";
  }
}