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

.o_ThreadView {
    display: flex;
    position: relative;
    flex-flow: column;
    overflow: auto;
}

.o_ThreadView_composer {
    flex: 0 0 auto;
}

.o_ThreadView_loading {
    display: flex;
    align-self: center;
    flex: 1 1 auto;
    align-items: center;
}

.o_ThreadView_messageList {
    flex: 1 1 auto;
}

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

.o_ThreadView {
    background-color: gray('100');

}

.o_ThreadView_loadingIcon {
    margin-right: 3px;
}