Add SCSS variable for spacing, remove color manipulation outside variable definitions
[MAILPOET-2770]
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
}
|
||||
|
||||
.mailpoet_breadcrumb a:hover {
|
||||
color: darken($color-text, 50%);
|
||||
color: $color-text-hover;
|
||||
}
|
||||
|
@@ -60,5 +60,5 @@ p.sender_email_address_warning:first-child {
|
||||
}
|
||||
|
||||
.widefat {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: $grid-gap;
|
||||
}
|
||||
|
Reference in New Issue
Block a user