blob: 8cd51580ec9ee5a3e8db8ca5bb9f28a9481eeeb4 (
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
|
// ------------------------------------------------------------------
// Layout
// ------------------------------------------------------------------
.o_ChatterContainer {
display: flex;
flex: 1 1 auto;
width: map-get($sizes, 100);
}
.o_ChatterContainer_noChatter {
flex: 1 1 auto;
display: flex;
align-items: center;
justify-content: center;
}
.o_ChatterContainer_noChatterIcon {
margin-right: map-get($spacers, 2);
}
// ------------------------------------------------------------------
// Style
// ------------------------------------------------------------------
|