Redesign - unify icon color
[MAILPOET-2770]
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
}
|
||||
|
||||
.mailpoet_preview_icon_fill {
|
||||
fill: rgba($color-primary-icon, .3);
|
||||
fill: rgba($color-text, .3);
|
||||
}
|
||||
|
||||
&.mailpoet_active {
|
||||
.mailpoet_preview_icon_fill {
|
||||
fill: $color-primary-icon;
|
||||
fill: $color-text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -3,6 +3,9 @@ $color-placeholder-select2: #999; /* default Select2 placeholder color for singl
|
||||
$color-transparent: rgba(#fff, 0);
|
||||
$color-white: rgb(255, 255, 255);
|
||||
|
||||
// Typography colors
|
||||
$color-text: #071c6d;
|
||||
$color-text-inactive: #9ca6cc;
|
||||
|
||||
// Primary (blueish) color
|
||||
$color-primary: #0074a2;
|
||||
@@ -12,8 +15,6 @@ $color-primary-highlight: #1e8cbe;
|
||||
$color-primary-inactive: #a4a4a4;
|
||||
$color-primary-shadow-inset: #025c80;
|
||||
$color-primary-text: #656565;
|
||||
$color-primary-icon: #071c6d;
|
||||
|
||||
|
||||
// Newsletter editor colors
|
||||
$color-editor-background-column: #7fbbd0;
|
||||
|
@@ -1,4 +1,3 @@
|
||||
$color-text: #071c6d;
|
||||
$font-family: 'proxima-soft', sans-serif;
|
||||
$font-size: 16px;
|
||||
$line-height: 1.5;
|
||||
|
Reference in New Issue
Block a user