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

systemCheckPage.less « stylesheets « Installation « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5035e8cd2e79521f6cac8b2ca1f6bc097e47d1b5 (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
.system-check td:first-child {
    width: 40%;
}

.error {
    color: red;
    font-size: 100%;
    font-weight: bold;
    border: 2px solid red;
    width: 550px;
    padding: 20px;
    margin-bottom: 10px;
}

.error img {
    border: 0;
    float: right;
    margin: 10px;
}

.system-check .icon-ok {
    color: #1AA282;
    margin-right: 10px;
}
.system-check .icon-warning {
    color: #DF9D27;
    margin-right: 10px;
}
.system-check .icon-error {
    color: #D73F36;
    margin-right: 10px;
}