blob: 5b8ebff20239396504addcd7ae1203066b4aaf84 (
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
44
45
46
47
48
49
50
|
.o_kanban_view {
.oe_kanban_mass_mailing {
.o_title {
margin-bottom: 16px;
}
.o_kanban_primary_bottom {
margin-top: 16px;
}
.oe_margin_top_8 {
margin-top: 8px;
}
.oe_margin_bottom_8 {
margin-bottom: 8px;
}
}
}
.o_form_view {
// This will display the emoji widget in the right position after a text field with sms option.
.o_sms_container ~ .o_mail_add_emoji{
bottom: 55px;
}
}
.o_white_body {
background-color: white;
}
.o_mass_mailing_unsubscribed {
margin-left: 20px;
color: #005326;
font-size: 90%;
}
@media only screen and (min-width: 1200px) {
.o_utm_campaign_mass_mailing_substats {
padding-right: 210px;
div {
margin-left: 50px;
}
}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.o_utm_campaign_mass_mailing_substats {
padding-right: 180px;
div {
margin-left: 30px;
}
}
}
|