summaryrefslogtreecommitdiff
path: root/addons/mail/static/src/components/mobile_messaging_navbar/mobile_messaging_navbar.scss
blob: df0611f911518ef92fe9af36b962561e9dd00238 (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
// ------------------------------------------------------------------
// Layout
// ------------------------------------------------------------------

.o_MobileMessagingNavbar {
    display: flex;
    flex: 0 0 auto;
    z-index: 1;
}

.o_MobileMessagingNavbar_tab {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 1 1 0;
    padding: 8px;
}

.o_MobileMessagingNavbar_tabIcon {
    margin-bottom: 4%;
    font-size: 1.3em;
}

.o_MobileMessagingNavbar_tabLabel {
    font-size: 0.8em;
}

// ------------------------------------------------------------------
// Style
// ------------------------------------------------------------------

.o_MobileMessagingNavbar {
    background-color: white;
    box-shadow: 0 0 8px gray('400');
}

.o_MobileMessagingNavbar_tab {
    box-shadow: 1px 0 0 gray('400');

    &.o-active {
        color: $o-brand-primary;
    }
}