blob: dddf5baa73faa5900715453953db304532dcd212 (
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
|
.text-muted {
color: gray('600');
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.o_thread_window {
&,* {
box-sizing: border-box;
}
.o_thread_window_header {
height: 28px;
.fa-close {
text-decoration: none;
font-weight: bold;
&:before {
content: "\00d7";
font-size: initial;
}
}
> span {
margin: auto 0;
}
}
.o_email_chat_button:after {
content:' \27A4';
}
}
|