Redesign - unify icon color

[MAILPOET-2770]
This commit is contained in:
Ján Mikláš
2020-04-29 13:26:10 +02:00
committed by Veljko V
parent 73081cfa55
commit 7ab7cdc2d3
3 changed files with 5 additions and 5 deletions

View File

@@ -22,12 +22,12 @@
} }
.mailpoet_preview_icon_fill { .mailpoet_preview_icon_fill {
fill: rgba($color-primary-icon, .3); fill: rgba($color-text, .3);
} }
&.mailpoet_active { &.mailpoet_active {
.mailpoet_preview_icon_fill { .mailpoet_preview_icon_fill {
fill: $color-primary-icon; fill: $color-text;
} }
} }
} }

View File

@@ -3,6 +3,9 @@ $color-placeholder-select2: #999; /* default Select2 placeholder color for singl
$color-transparent: rgba(#fff, 0); $color-transparent: rgba(#fff, 0);
$color-white: rgb(255, 255, 255); $color-white: rgb(255, 255, 255);
// Typography colors
$color-text: #071c6d;
$color-text-inactive: #9ca6cc;
// Primary (blueish) color // Primary (blueish) color
$color-primary: #0074a2; $color-primary: #0074a2;
@@ -12,8 +15,6 @@ $color-primary-highlight: #1e8cbe;
$color-primary-inactive: #a4a4a4; $color-primary-inactive: #a4a4a4;
$color-primary-shadow-inset: #025c80; $color-primary-shadow-inset: #025c80;
$color-primary-text: #656565; $color-primary-text: #656565;
$color-primary-icon: #071c6d;
// Newsletter editor colors // Newsletter editor colors
$color-editor-background-column: #7fbbd0; $color-editor-background-column: #7fbbd0;

View File

@@ -1,4 +1,3 @@
$color-text: #071c6d;
$font-family: 'proxima-soft', sans-serif; $font-family: 'proxima-soft', sans-serif;
$font-size: 16px; $font-size: 16px;
$line-height: 1.5; $line-height: 1.5;