summaryrefslogtreecommitdiff
path: root/addons/gamification/static/src/scss/gamification.scss
blob: 5139c1547a2fb36d715dba8a486125de58ba736c (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
.o_kanban_gamification {
    img.o_kanban_badge_avatars {
        width: 30px;
        height: 30px;
        padding-left: 0;
        margin-top: 8px;
        border-radius: 2px;
        -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        object-fit: cover;
    }
    .o_kanban_content {
        .o_goal_state_block {
            width: 200px;
            height: 130px;
            margin: auto;
            margin-bottom: -20px;
            text-align: center;
            .o_goal_state {
                font-size: 2.5em;
                font-weight: bold;
                padding-top: 13px;
            }
        }
    }
    .o_kanban_badge_description {
        padding-bottom: 15px;
    }
    .o_red {
        color: red;
    }
    .o_green {
        color: green;
    }
    .o_orange {
        color: orange;
    }
}