Fix conding style in form preview CSS
[MAILPOET-2777]
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.mailpoet_spinner_wrapper {
|
.mailpoet_spinner_wrapper {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: #ffffff;
|
background: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -31,9 +31,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet_browser_preview {
|
.mailpoet_browser_preview {
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.mailpoet_spinner_wrapper {
|
.mailpoet_spinner_wrapper {
|
||||||
@@ -70,22 +70,24 @@
|
|||||||
|
|
||||||
.mailpoet_form_preview_disclaimer {
|
.mailpoet_form_preview_disclaimer {
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
font-size: 0.9em;
|
font-size: .9em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 380px;
|
width: 380px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet_preview_content_wrapper {
|
.mailpoet_preview_content_wrapper {
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
.mailpoet_preview_sidebar {
|
.mailpoet_preview_sidebar {
|
||||||
padding: 35px 20px 10px 0;
|
padding: 35px 20px 10px 0;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
||||||
& > .components-base-control, & > p, & > hr {
|
> .components-base-control,
|
||||||
|
> p,
|
||||||
|
> hr {
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user