aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/pepal.css
blob: bad5a08da05f477742ebbba52b59b75529c1a21c (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
/***** LOGO *****/

.pepal-logo {
    font-style: italic;
    font-weight: bold;
}

.dark-blue {
    color: #013088;
}

.dark-blue-bg {
    background-color: #013088;
}

.light-blue {
    color: #029de0;
}

.light-blue-bg {
    background-color: #029de0;
}

.income {
    color: darkgreen;
}

.outcome {
    color: darkred;
}

.wallet-actions a {
    width: 100%;
    box-sizing: border-box;
}