Redesign - fix visual regressions after font changes
[MAILPOET-2770]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.mailpoet_breadcrumb {
|
||||
color: #444;
|
||||
color: $color-text;
|
||||
font-size: .9em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@@ -9,10 +9,10 @@
|
||||
}
|
||||
|
||||
.mailpoet_breadcrumb a {
|
||||
color: #444;
|
||||
color: $color-text;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.mailpoet_breadcrumb a:hover {
|
||||
color: darken(#444, 50%);
|
||||
color: darken($color-text, 50%);
|
||||
}
|
||||
|
@@ -58,3 +58,7 @@ p.sender_email_address_warning:first-child {
|
||||
.select2-container .select2-search--inline .select2-search__field {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.widefat {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user