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

marketplace-widget.less « stylesheets « Marketplace « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 343898382553253e80fa37a51bd3422d93a28287 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.uiTest .getNewPlugins {
    .row {
        display: none;
    }
}

.getNewPlugins {
    .pluginName {
        cursor: pointer;
    }

    .widgetBody {
        margin-bottom: 20px;
    }

    .screenshot {
        cursor: pointer;
    }

    &:not(.isAdminPage) {
        h3 {
            padding-left: 0 !important;
            padding-top: 5px !important;
        }
    }

    &.isAdminPage {
        h3 {
            margin-top:0;
            margin-bottom: 8px;
        }
        .description {
            height: 30px;
        }
        .row {
            margin-left: -12px;
            margin-right: -12px;
        }
        .screenshot {
            max-height: 250px;
            object-fit: cover;
        }
    }
}