Simplify header DOM, style it according to specs

[MAILPOET-2777]
This commit is contained in:
Jan Jakeš
2020-05-28 15:22:36 +02:00
committed by Veljko V
parent af860cdbf6
commit 9047ef5e6c
2 changed files with 8 additions and 12 deletions

View File

@@ -58,17 +58,15 @@
.mailpoet-modal-header {
background: white;
border-bottom: 1px solid $color-tertiary-light;
margin-bottom: $grid-gap;
padding: 0 $grid-gap;
top: 0;
z-index: $modal-header-z-index;
}
.mailpoet-modal-header-heading-container {
align-items: center;
display: flex;
flex-direction: row;
flex-grow: 1;
justify-content: left;
h3 {
margin-right: $modal-close-button-size + $grid-gap;
}
}
.mailpoet-modal-close {