Sync plugins from current page

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
2019-09-11 19:08:46 +02:00
parent 85d41e4216
commit 8515ff9587
1847 changed files with 505469 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
// Postbox.
// Gutenberg specific styles.
#editor {
// Postbox container.
.edit-post-layout__metaboxes {
padding: 0;
}
// Alter postbox to look like panel component.
.postbox {
color: #444;
.handlediv {
color: #191e23 !important;
height: 46px;
width: auto;
padding: 0 14px 0 5px;
position: relative;
z-index: 2;
}
.hndle {
color: #191e23 !important;
font-size: 13px;
line-height: normal;
padding: 15px;
&:hover {
background: #f2f4f5;
}
.acf-hndle-cog {
line-height: 16px;
}
}
// change icons to match gutenberg sidebar accordions
.handlediv .toggle-indicator {
color: inherit;
&:before {
content: "\f343";
font-size: 18px;
width: auto;
}
}
&.closed .handlediv .toggle-indicator:before {
content: "\f347";
}
}
}