Improve styling of styles settings panel
[MAILPOET-2600]
This commit is contained in:
committed by
Jack Kitterhing
parent
d83975dc64
commit
b49ce7d4e4
@@ -86,6 +86,20 @@ $gutenberg-control-border-color-focus: #007cba;
|
||||
}
|
||||
}
|
||||
|
||||
.mailpoet-styles-settings {
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
grid-row-gap: 30px;
|
||||
}
|
||||
|
||||
.mailpoet-styles-settings-heading {
|
||||
font-size: 15px;
|
||||
|
||||
.component-color-indicator {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
Reference in New Issue
Block a user