diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/mass_mailing/static/src/scss/mass_mailing.scss | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/mass_mailing/static/src/scss/mass_mailing.scss')
| -rw-r--r-- | addons/mass_mailing/static/src/scss/mass_mailing.scss | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/addons/mass_mailing/static/src/scss/mass_mailing.scss b/addons/mass_mailing/static/src/scss/mass_mailing.scss new file mode 100644 index 00000000..5b8ebff2 --- /dev/null +++ b/addons/mass_mailing/static/src/scss/mass_mailing.scss @@ -0,0 +1,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; + } + } +} + |
