Refactor form preview icon color to settings

[MAILPOET-2743]
This commit is contained in:
Rostislav Wolny
2020-04-23 11:18:10 +02:00
committed by Veljko V
parent 6cbef3a65e
commit cd0b9d49c5
2 changed files with 3 additions and 2 deletions

View File

@@ -21,12 +21,12 @@
}
.mailpoet_preview_icon_fill {
fill: #e5e9f8;
fill: rgba($color-primary-icon, .3);
}
&.mailpoet_active {
.mailpoet_preview_icon_fill {
fill: #071c6d;
fill: $color-primary-icon;
}
}
}