Fix invalid CSS values after conversion from Stylus

[MAILPOET-1836]
This commit is contained in:
Ján Mikláš
2019-02-22 23:45:25 +01:00
committed by M. Shull
parent 89b90af92e
commit 5eca8c1dfa
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ body.mailpoet_modal_opened {
font-size: 23px;
font-weight: 600;
line-height: 29px;
margin: 0, $modal_close_button_size + 20 0 0;
margin: 0 ($modal_close_button_size + 20) 0 0;
}
.mailpoet_popup_body {

View File

@@ -62,7 +62,7 @@ $tool-width: 16px;
.mailpoet_social_icon_settings {
position: relative;
padding: 28px 9px, 18px - 10px 9px;
padding: 28px 9px (18px - 10px) 9px;
margin-bottom: 9px;
background: $white-color;