Use SCSS variables

[MAILPOET-1976]
This commit is contained in:
Ján Mikláš
2019-06-19 14:51:56 +02:00
committed by M. Shull
parent 99a3e87c61
commit ec0ba8585e

View File

@@ -10,7 +10,7 @@
svg {
display: inline-block;
height: 26px;
stroke: #0074a2;
stroke: $primary-active-color;
vertical-align: top;
width: 26px;
}
@@ -19,5 +19,5 @@
.mailpoet_history_arrow_inactive {
cursor: not-allowed;
svg { stroke: #a4a4a4; }
svg { stroke: $primary-inactive-color; }
}