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

refer-banner.directive.less « refer-banner « angularjs « Feedback « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 829348231de9b782594309cf1b522ff72f2f7dd6 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@media only screen and (max-width: 600px) {
    .refer-banner {
        min-height: 48px;
        height: auto !important;
        font-size: 13px;
    }
}

.flex {
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}

.flex-none {
    flex: none;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.h-full {
    height: 100%;
}

.refer-banner {
    height: 48px;
    position: fixed;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 0;
    background: #263238;
    clear: both;
    z-index: 9999;
}

.refer-banner .icon-close {
    background: #263238;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    width: 18px;
    margin-right: 4px;
}

.refer-banner .piwikOrgLink {
    color: #fff;
    text-decoration: underline;
}

.refer-banner .share-button {
    color:#fff;
    display:inline-block;
    width:20px;
    margin-left: 4px;
}

.refer-banner .signUpPiwik,
.refer-banner .premiumDownloadPiwik {
    margin: 5px;
}