Move CSS classes to new settings
[MAILPOET-2681]
This commit is contained in:
committed by
Veljko V
parent
655ce8e649
commit
9b5afa5733
@@ -137,8 +137,8 @@
|
||||
content: '✗ ';
|
||||
}
|
||||
|
||||
.mailpoet_subitem {
|
||||
margin-left: 2em;
|
||||
.mailpoet_woocommerce_editor_button {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@include breakpoint-max-width(782px) {
|
||||
@@ -157,14 +157,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
.key-activation-messages > div {
|
||||
font-size: 1.2em;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#mailpoet_premium_key_verify {
|
||||
font-size: inherit;
|
||||
margin-left: 3px;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
}
|
||||
|
@@ -4,6 +4,33 @@
|
||||
grid-row-gap: 20px;
|
||||
grid-template-columns: 20em 1fr;
|
||||
margin: 25px 20px 10px 0;
|
||||
|
||||
.key-activation-messages > div {
|
||||
font-size: 1.2em;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#mailpoet_premium_key_verify {
|
||||
font-size: inherit;
|
||||
margin-left: 3px;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
.mailpoet_error_item:before {
|
||||
content: '✗ ';
|
||||
}
|
||||
|
||||
.mailpoet_subitem {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.mailpoet_success_item:before {
|
||||
content: '✔ ';
|
||||
}
|
||||
|
||||
.mailpoet_error_item:before {
|
||||
content: '✗ ';
|
||||
}
|
||||
}
|
||||
|
||||
.mailpoet-settings-label {
|
||||
@@ -37,11 +64,3 @@
|
||||
.mailpoet-settings-inputs .regular-text p {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.mailpoet-settings-grid .mailpoet_error_item:before {
|
||||
content: '✗ ';
|
||||
}
|
||||
|
||||
.mailpoet-settings-grid .mailpoet_woocommerce_editor_button {
|
||||
margin-top: 10px;
|
||||
}
|
Reference in New Issue
Block a user