Redesign - fix visual regressions after font changes
[MAILPOET-2770]
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
h3,
|
h3,
|
||||||
&:hover h3 {
|
&:hover h3 {
|
||||||
color: $color-primary;
|
color: $color-primary;
|
||||||
|
font-size: 18px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 17px 20px;
|
padding: 17px 20px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
.mailpoet_breadcrumb {
|
.mailpoet_breadcrumb {
|
||||||
color: #444;
|
color: $color-text;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@@ -9,10 +9,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet_breadcrumb a {
|
.mailpoet_breadcrumb a {
|
||||||
color: #444;
|
color: $color-text;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet_breadcrumb a:hover {
|
.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 {
|
.select2-container .select2-search--inline .select2-search__field {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widefat {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user