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

manage-custom-vars.directive.less « manage-custom-vars « angularjs « CustomVariables « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d3e4e4f04f311774d7a0e418695dd69f1b7e3a7 (plain)
1
2
3
4
5
6
7
8
9
10
.manageCustomVars {
    .unused {
        color: @color-silver;
    }

    .scope, .index {
        width: 90px;
        max-width: 90px;
    }
}