Reformat SCSS files using WP prettier
[MAILPOET-6370]
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
013dd6aad8
commit
8e6c81ae75
@ -1,4 +1,4 @@
|
||||
@import '~@wordpress/base-styles/colors';
|
||||
@import "~@wordpress/base-styles/colors";
|
||||
|
||||
.spinner-container {
|
||||
align-items: center;
|
||||
@ -175,7 +175,10 @@
|
||||
}
|
||||
|
||||
[data-rich-text-comment] {
|
||||
background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
|
||||
background-color: var(
|
||||
--wp-components-color-accent,
|
||||
var(--wp-admin-theme-color, #3858e9)
|
||||
);
|
||||
|
||||
span {
|
||||
color: var(--wp-components-color-accent-inverted, #fff);
|
||||
|
@ -53,6 +53,8 @@
|
||||
}
|
||||
|
||||
// Ensure checkbox controls in save panel dropdown to span the full width
|
||||
.mailpoet-email-editor-save-button__dropdown .components-panel__row .components-checkbox-control {
|
||||
.mailpoet-email-editor-save-button__dropdown
|
||||
.components-panel__row
|
||||
.components-checkbox-control {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import '~@wordpress/base-styles/colors';
|
||||
@import "~@wordpress/base-styles/colors";
|
||||
|
||||
.mailpoet-personalization-tags-modal {
|
||||
p:first-child {
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import '~@wordpress/base-styles/colors';
|
||||
@import "~@wordpress/base-styles/colors";
|
||||
|
||||
.background-block-support-panel .mailpoet__grid-full-width,
|
||||
.border-block-support-panel .mailpoet__grid-full-width {
|
||||
|
@ -13,15 +13,17 @@
|
||||
}
|
||||
|
||||
.email-editor-recent-templates-info {
|
||||
background-color: #F0F6FC;
|
||||
background-color: #f0f6fc;
|
||||
margin-bottom: 1.5rem;
|
||||
padding: 0.5rem;
|
||||
|
||||
path { fill: #007CBA; }
|
||||
path {
|
||||
fill: #007cba;
|
||||
}
|
||||
}
|
||||
|
||||
.email-editor-pattern__list-item {
|
||||
border: 1px solid #DDD;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
|
||||
.block-editor-block-preview__container:after {
|
||||
|
Reference in New Issue
Block a user