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

reportingpage.directive.less « reporting-page « angularjs « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d9fde17b9a1196575463f55b5f642a76b295fd4 (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
.reporting-page {
    > .row {
        margin-bottom: 0;
    }

    .fullWidgetColumn {
        padding-left: 0;
        padding-right: 0;
    }

    .leftWidgetColumn {
        padding-left: 0;
    }

    .rightWidgetColumn {
        padding-right: 0;
    }

    .isFirstWidgetInPage {
        .card {
            margin-top: 0;
        }
    }
}