Add SCSS variable for spacing, remove color manipulation outside variable definitions

[MAILPOET-2770]
This commit is contained in:
Ján Mikláš
2020-04-30 15:13:03 +02:00
committed by Veljko V
parent f186001f38
commit 17545f1b79
5 changed files with 5 additions and 8 deletions

View File

@@ -14,5 +14,5 @@
}
.mailpoet_breadcrumb a:hover {
color: darken($color-text, 50%);
color: $color-text-hover;
}

View File

@@ -60,5 +60,5 @@ p.sender_email_address_warning:first-child {
}
.widefat {
margin-bottom: 20px;
margin-bottom: $grid-gap;
}