Add preview sidebar visual enhancements

[MAILPOET-2811]
This commit is contained in:
Rostislav Wolny
2020-05-19 16:07:11 +02:00
committed by Veljko V
parent ed4ba6ec29
commit dd1f89f4d9
6 changed files with 20 additions and 1 deletions

View File

@@ -56,6 +56,12 @@
max-height: 100%;
width: 100%;
}
.mailpoet_preview_form_type_selection {
label {
font-weight: bold;
}
}
}
.mailpoet_form_preview_modal_overlay {
@@ -76,9 +82,13 @@
flex-direction: row;
.mailpoet_preview_sidebar {
padding: 35px 15px 10px 0;
padding: 35px 20px 10px 0;
width: 300px;
& > .components-base-control, & > p, & > hr {
margin-bottom: 18px;
}
.components-base-control__label {
display: block;
}
@@ -95,5 +105,9 @@
font-weight: normal;
margin-bottom: 4px;
}
.mailpoet-size-settings-control .components-range-control__number {
min-width: 5em;
}
}
}