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: 3a37f84a43d59bc8d8d2f07f4814086a4341afbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.manageCustomVars {
    .unused {
        color: @color-silver;
    }

    table, p {
        width: 900px;
    }

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