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: 543918a97eb97b5e45699215475fc923a5f8566c (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
.flex {
    display: flex;
}

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

.flex-none {
    flex: none;
}

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

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

.justify-around {
    justify-content: space-around;
}

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

.h-full {
    height: 100%;
}

.text-twitter-blue {
    color: #00aced;
}

.text-fb-blue {
    color: #3b5998;
}

.text-li-blue {
    color: #007bb6;
}

.refer-banner .share-button {
    width:60px;
    margin-top:24px;
}