Use SCSS variables
[MAILPOET-1976]
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user