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

edit.directive.less « manage « angularjs « CustomDimensions « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 515681d4ac401ba14c54a47ad97289bc31983ac6 (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
25
.editCustomDimension {
    .icon-plus, .icon-minus {
        cursor: pointer;
        font-size: 16px;
        padding-left: 10px;
    }

    .extraction {
        .form-group {
            margin-top: 8px;
            margin-bottom: 8px;
        }
    }

    .howToTrackInfo {
        margin-top: 32px;
        strong {
            margin-bottom: 16px;
            display: inline-block;
        }
        pre {
            margin-top: 0;
        }
    }
}