Use SCSS variables
[MAILPOET-1976]
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
svg {
|
svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
stroke: #0074a2;
|
stroke: $primary-active-color;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 26px;
|
width: 26px;
|
||||||
}
|
}
|
||||||
@@ -19,5 +19,5 @@
|
|||||||
.mailpoet_history_arrow_inactive {
|
.mailpoet_history_arrow_inactive {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
|
||||||
svg { stroke: #a4a4a4; }
|
svg { stroke: $primary-inactive-color; }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user