Modal footer block adjustment for WP 5.5
This commit is contained in:
parent
45bba1d1c0
commit
a98624fe83
|
@ -418,14 +418,13 @@
|
||||||
margin-left: -32px !important;
|
margin-left: -32px !important;
|
||||||
margin-bottom: -32px !important;
|
margin-bottom: -32px !important;
|
||||||
padding: 1.2rem 3rem !important;
|
padding: 1.2rem 3rem !important;
|
||||||
background: #dbdbdb;
|
border-top: 1px solid #898d8f;
|
||||||
border-top: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.wp-block-tainacan-modal .modal-footer-area{
|
.wp-block-tainacan-modal .modal-footer-area{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
padding-top: 0;
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
.wp-block-tainacan-modal .modal-search-area {
|
.wp-block-tainacan-modal .modal-search-area {
|
||||||
padding: 0 14px;
|
padding: 0 14px;
|
||||||
|
|
|
@ -112,6 +112,9 @@
|
||||||
margin: 0 4.1666667% 3em 4.1666667%;
|
margin: 0 4.1666667% 3em 4.1666667%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-bottom: 2px solid #298596; }
|
border-bottom: 2px solid #298596; }
|
||||||
|
.edit-post-visual-editor.editor-styles-wrapper .editor-post-title > .wp-block,
|
||||||
|
.components-modal__screen-overlay .editor-post-title > .wp-block {
|
||||||
|
margin: 0 14px !important; }
|
||||||
.edit-post-visual-editor.editor-styles-wrapper .wp-block.editor-post-title__block,
|
.edit-post-visual-editor.editor-styles-wrapper .wp-block.editor-post-title__block,
|
||||||
.edit-post-visual-editor.editor-styles-wrapper .editor-post-title__block .editor-post-title__input,
|
.edit-post-visual-editor.editor-styles-wrapper .editor-post-title__block .editor-post-title__input,
|
||||||
.components-modal__screen-overlay .wp-block.editor-post-title__block,
|
.components-modal__screen-overlay .wp-block.editor-post-title__block,
|
||||||
|
@ -543,13 +546,12 @@
|
||||||
margin-left: -32px !important;
|
margin-left: -32px !important;
|
||||||
margin-bottom: -32px !important;
|
margin-bottom: -32px !important;
|
||||||
padding: 1.2rem 3rem !important;
|
padding: 1.2rem 3rem !important;
|
||||||
background: #dbdbdb;
|
border-top: 1px solid #898d8f; }
|
||||||
border-top: none; }
|
|
||||||
.edit-post-visual-editor.editor-styles-wrapper .wp-block-tainacan-modal .modal-footer-area,
|
.edit-post-visual-editor.editor-styles-wrapper .wp-block-tainacan-modal .modal-footer-area,
|
||||||
.components-modal__screen-overlay .wp-block-tainacan-modal .modal-footer-area {
|
.components-modal__screen-overlay .wp-block-tainacan-modal .modal-footer-area {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
padding-top: 0; }
|
padding-top: 1px; }
|
||||||
.edit-post-visual-editor.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area,
|
.edit-post-visual-editor.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area,
|
||||||
.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area {
|
.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area {
|
||||||
padding: 0 14px; }
|
padding: 0 14px; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue