@wordpress/block-editor
Version:
1,565 lines (1,484 loc) • 119 kB
CSS
@charset "UTF-8";
/**
* Colors
*/
/**
* Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
#start-resizable-editor-section {
display: none;
}
.block-editor-autocompleters__block {
white-space: nowrap;
}
.block-editor-autocompleters__block .block-editor-block-icon {
margin-right: 8px;
}
.block-editor-block-alignment-matrix-control__popover .components-popover__content {
min-width: 0;
width: auto;
}
.block-editor-block-alignment-matrix-control__popover .components-popover__content > div {
padding: 8px;
}
.block-editor-block-icon {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
}
.block-editor-block-icon.has-colors svg {
fill: currentColor;
}
.block-editor-block-icon svg {
min-width: 20px;
min-height: 20px;
max-width: 24px;
max-height: 24px;
}
.block-editor-block-inspector p {
margin-top: 0;
}
.block-editor-block-inspector h2,
.block-editor-block-inspector h3 {
font-size: 13px;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.block-editor-block-inspector .components-base-control {
margin-bottom: 24px;
}
.block-editor-block-inspector .components-base-control:last-child {
margin-bottom: 8px;
}
.block-editor-block-inspector .components-panel__body {
border: none;
border-top: 1px solid #e0e0e0;
}
.block-editor-block-inspector .block-editor-block-card {
padding: 16px;
}
.block-editor-block-inspector__no-blocks {
display: block;
font-size: 13px;
background: #fff;
padding: 32px 16px;
text-align: center;
}
.block-editor-block-styles .block-editor-block-list__block {
margin: 0;
}
/**
* Notices & Block Selected/Hover Styles.
*/
/**
* Cross-Block Selection
*/
.block-editor-block-list__layout {
position: relative;
}
.block-editor-block-list__layout.is-navigate-mode {
cursor: default;
}
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered::after,
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after {
position: absolute;
z-index: 1;
pointer-events: none;
content: "";
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
box-shadow: 0 0 0 1px #007cba;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
border-radius: 1px;
outline: 2px solid transparent;
}
.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered::after,
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after {
box-shadow: 0 0 0 1px #fff;
}
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected .components-placeholder ::selection, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered .components-placeholder ::selection,
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection {
background: transparent;
}
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered:not(.is-selected)::after {
box-shadow: 0 0 0 1px #949494;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.has-child-selected {
box-shadow: 0 0 0 2px #007cba;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
outline: var(--wp-admin-border-width-focus) solid transparent;
}
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::before {
content: "";
position: absolute;
z-index: 0;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
right: 0;
left: 0;
top: -14px;
border-radius: 2px;
border-top: 4px solid #ccc;
}
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::after {
content: none;
}
.block-editor-block-list__layout .is-block-moving-mode.can-insert-moving-block.block-editor-block-list__block.is-selected::before {
border-color: #007cba;
border-color: var(--wp-admin-theme-color);
}
.is-block-moving-mode.block-editor-block-list__block-selection-button {
opacity: 0;
font-size: 1px;
height: 1px;
padding: 0;
}
.block-editor-block-list__layout .block-editor-block-list__block {
position: relative;
overflow-wrap: break-word;
/**
* Notices
*/
/**
* Block Layout
*/
/**
* Block styles and alignments
*/
}
.block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * {
z-index: 1;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui {
margin: -10px 0 12px 0;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui {
margin: 0 0 12px 0;
width: 100%;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice {
margin-left: 0;
margin-right: 0;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content {
font-size: 13px;
}
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus {
outline: none;
}
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after {
position: absolute;
z-index: 1;
pointer-events: none;
content: "";
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
box-shadow: 0 0 0 2px #007cba;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
border-radius: 1px;
}
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after {
box-shadow: 0 0 0 2px #fff;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff;
}
.block-editor-block-list__layout .block-editor-block-list__block::after {
content: "";
pointer-events: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) transparent;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning {
min-height: 48px;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning > * {
pointer-events: none;
-webkit-user-select: none;
user-select: none;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning {
pointer-events: all;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.4);
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected::after {
background-color: transparent;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay::after {
display: none;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay::after {
display: block;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected::after {
box-shadow: 0 0 0 1px #007cba;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] {
float: none;
}
.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter {
left: auto;
right: 8px;
}
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-hovered {
cursor: default;
}
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-hovered::after {
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
box-shadow: 0 0 0 1px #007cba;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
border-radius: 1px;
}
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-selected {
cursor: unset;
}
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-selected::after {
box-shadow: 0 0 0 1px #007cba;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border-radius: 1px;
}
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-selected:focus::after {
box-shadow: 0 0 0 2px #007cba;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) {
opacity: 0.5;
transition: opacity 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) {
transition-duration: 0s;
transition-delay: 0s;
}
}
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block, .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected, .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected {
opacity: 1;
}
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity {
opacity: 0.5;
transition: opacity 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity {
transition-duration: 0s;
transition-delay: 0s;
}
}
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.has-child-selected, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity:not(.has-child-selected) .block-editor-block-list__block, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity .block-editor-block-list__block,
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity .is-active-entity .block-editor-block-list__block {
opacity: 1;
}
.wp-block[data-align=left] > *,
.wp-block[data-align=right] > * {
z-index: 21;
}
/**
* In-Canvas Inserter
*/
.block-editor-block-list .block-editor-inserter {
margin: 8px;
cursor: move;
cursor: grab;
}
@keyframes block-editor-inserter__toggle__fade-in-animation {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.wp-block .block-list-appender .block-editor-inserter__toggle {
animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.wp-block .block-list-appender .block-editor-inserter__toggle {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender {
display: none;
}
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle {
opacity: 0;
transform: scale(0);
}
.block-editor-block-list__block .block-editor-block-list__block-html-textarea {
display: block;
margin: 0;
padding: 12px;
width: 100%;
border: none;
outline: none;
border-radius: 2px;
box-shadow: inset 0 0 0 1px #1e1e1e;
resize: none;
overflow: hidden;
font-family: Menlo, Consolas, monaco, monospace;
font-size: 15px;
line-height: 1.5;
transition: padding 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__block .block-editor-block-list__block-html-textarea {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus {
box-shadow: inset 0 0 0 2px #007cba;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
/**
* Warnings.
*/
.block-editor-block-list__block .block-editor-warning {
z-index: 5;
position: relative;
}
.block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning {
margin-bottom: auto;
}
/**
* Insertion Point.
*/
.block-editor-block-list__insertion-point {
position: absolute;
}
.block-editor-block-list__insertion-point-indicator {
position: absolute;
background: #007cba;
background: var(--wp-admin-theme-color);
animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__insertion-point-indicator {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-list__insertion-point.is-vertical > .block-editor-block-list__insertion-point-indicator {
top: 50%;
right: 0;
left: 0;
height: 1px;
}
.block-editor-block-list__insertion-point.is-horizontal > .block-editor-block-list__insertion-point-indicator {
top: 0;
right: 0;
left: 50%;
height: 100%;
width: 1px;
}
.block-editor-block-list__insertion-point-inserter {
display: none;
position: absolute;
justify-content: center;
top: calc(50% - 12px);
left: calc(50% - 12px);
}
@media (min-width: 480px) {
.block-editor-block-list__insertion-point-inserter {
display: flex;
}
}
.block-editor-block-list__block-popover-inserter {
position: absolute;
top: -9999em;
margin-bottom: 14px;
}
.block-editor-block-list__block-popover-inserter.is-visible {
position: static;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon {
background: #1e1e1e;
border-radius: 2px;
color: #fff;
padding: 0;
min-width: 24px;
height: 24px;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
color: #fff;
background: #007cba;
background: var(--wp-admin-theme-color);
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
background: #007cba;
background: var(--wp-admin-theme-color);
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
background: #1e1e1e;
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button {
animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button {
animation-duration: 1ms;
animation-delay: 0s;
}
}
@keyframes block-editor-inserter__toggle__fade-in-animation-delayed {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/**
* Block Toolbar when contextual.
*/
.block-editor-block-contextual-toolbar {
border: 1px solid #1e1e1e;
border-radius: 2px;
background-color: #fff;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar {
border-right-color: #1e1e1e;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover-button {
overflow: hidden;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
min-width: 24px;
width: 24px;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button svg {
min-width: 24px;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before,
.edit-post-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before,
.edit-site-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before,
.edit-navigation-layout__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before,
.edit-widgets-header__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before {
left: 0 !important;
min-width: 0;
width: 100%;
}
@media (min-width: 600px) {
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg,
.edit-post-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg,
.edit-site-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg,
.edit-navigation-layout__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg,
.edit-widgets-header__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg {
top: 5px;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg,
.edit-post-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg,
.edit-site-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg,
.edit-navigation-layout__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg,
.edit-widgets-header__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg {
bottom: 5px;
}
}
/**
* Block Label for Navigation/Selection Mode
*/
.block-editor-block-list__block-selection-button {
display: inline-flex;
padding: 0 13px;
z-index: 22;
border-radius: 2px;
background-color: #1e1e1e;
font-size: 13px;
height: 48px;
}
.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content {
margin: auto;
display: inline-flex;
align-items: center;
}
.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content > .components-flex__item {
margin-right: 6px;
}
.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle {
cursor: grab;
padding: 0;
height: 24px;
min-width: 24px;
}
.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle svg {
min-width: 18px;
min-height: 18px;
}
.block-editor-block-list__block-selection-button .block-editor-block-icon {
font-size: 13px;
color: #fff;
height: 48px;
}
.block-editor-block-list__block-selection-button .components-button {
min-width: 36px;
color: #fff;
height: 48px;
display: flex;
}
.block-editor-block-list__block-selection-button .components-button:focus {
box-shadow: none;
border: none;
}
.block-editor-block-list__block-selection-button .components-button:active {
color: #fff;
}
.block-editor-block-list__block-selection-button .block-selection-button_select-button.components-button {
padding: 0;
}
/**
* Popovers.
*/
.block-editor-block-list__insertion-point-popover.is-without-arrow {
z-index: 28;
position: absolute;
pointer-events: none;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow * {
pointer-events: none;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow .is-with-inserter {
pointer-events: all;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow .is-with-inserter * {
pointer-events: all;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow .components-popover__content.components-popover__content {
background: none;
border: none;
box-shadow: none;
overflow-y: visible;
margin-left: 0;
}
@keyframes hide-during-dragging {
to {
position: fixed;
transform: translate(9999px, 9999px);
}
}
.components-popover.block-editor-block-list__block-popover {
z-index: 31;
position: absolute;
}
.components-popover.block-editor-block-list__block-popover .components-popover__content {
margin: 0 !important;
min-width: auto;
width: -webkit-max-content;
width: max-content;
background: none;
border: none;
box-shadow: none;
overflow-y: visible;
pointer-events: none;
}
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__empty-block-inserter {
pointer-events: all;
}
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar {
margin-top: 12px;
margin-bottom: 12px;
}
.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover {
opacity: 0;
animation: hide-during-dragging 1ms linear forwards;
}
.is-dragging-components-draggable .components-tooltip {
display: none;
}
.block-editor-block-list__block .block-list-appender {
align-self: center;
padding: 0;
list-style: none;
margin: 0 auto 0 8px;
}
.block-editor-block-list__block .block-list-appender.wp-block {
max-width: none;
}
.block-editor-block-list__block .block-list-appender:first-child {
margin-left: 0;
}
.block-editor-block-list__block .block-list-appender .block-editor-default-block-appender {
margin: 8px 0;
}
.block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
padding: 0;
opacity: 1;
transform: scale(1);
transition: all 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
transition-duration: 0s;
transition-delay: 0s;
}
}
.is-vertical .block-list-appender {
width: 24px;
margin-right: auto;
margin-top: 12px;
margin-left: 12px;
}
.block-list-appender > .block-editor-inserter {
display: block;
}
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout > .block-list-appender .block-list-appender__toggle {
opacity: 0;
transform: scale(0);
}
.block-editor-block-breadcrumb {
list-style: none;
padding: 0;
margin: 0;
}
.block-editor-block-breadcrumb li {
display: inline-block;
margin: 0;
}
.block-editor-block-breadcrumb li:not(:last-child)::after {
content: "→" /*rtl:"←"*/;
}
.block-editor-block-breadcrumb__button.components-button {
height: 24px;
line-height: 24px;
padding: 0;
position: relative;
}
.block-editor-block-breadcrumb__button.components-button:hover:not(:disabled) {
text-decoration: underline;
box-shadow: none;
}
.block-editor-block-breadcrumb__button.components-button:focus {
box-shadow: none;
}
.block-editor-block-breadcrumb__button.components-button:focus::before {
content: "";
display: block;
position: absolute;
border-radius: 2px;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
box-shadow: inset 0 0 0 2px #007cba;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-block-breadcrumb__current {
cursor: default;
}
.block-editor-block-breadcrumb__button.components-button,
.block-editor-block-breadcrumb__current {
color: #1e1e1e;
padding: 0 8px;
font-size: inherit;
}
.block-editor-block-card {
display: flex;
align-items: flex-start;
}
.block-editor-block-card__content {
flex-grow: 1;
margin-bottom: 4px;
}
.block-editor-block-card__title {
font-weight: 500;
}
.block-editor-block-card__title.block-editor-block-card__title {
line-height: 24px;
margin: 0 0 4px;
}
.block-editor-block-card__description {
font-size: 13px;
}
.block-editor-block-card .block-editor-block-icon {
flex: 0 0 24px;
margin-left: 0;
margin-right: 12px;
width: 24px;
height: 24px;
}
/**
* Invalid block comparison
*/
.block-editor-block-compare {
overflow: auto;
height: auto;
}
@media (min-width: 600px) {
.block-editor-block-compare {
max-height: 70%;
}
}
.block-editor-block-compare__wrapper {
display: flex;
padding-bottom: 16px;
}
.block-editor-block-compare__wrapper > div {
display: flex;
justify-content: space-between;
flex-direction: column;
width: 50%;
padding: 0 16px 0 0;
min-width: 200px;
}
.block-editor-block-compare__wrapper > div button {
float: right;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__converted {
border-left: 1px solid #ddd;
padding-left: 15px;
padding-right: 0;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html {
font-family: Menlo, Consolas, monaco, monospace;
font-size: 12px;
color: #1e1e1e;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
line-height: 1.7;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span {
background-color: #e6ffed;
padding-top: 3px;
padding-bottom: 3px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added {
background-color: #acf2bd;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed {
background-color: #cc1818;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__preview {
padding: 0;
padding-top: 16px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__preview p {
font-size: 12px;
margin-top: 0;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__action {
margin-top: 16px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__heading {
font-size: 1em;
font-weight: 400;
margin: 0.67em 0;
}
.block-editor-block-draggable-chip-wrapper {
position: absolute;
top: -24px;
left: 0;
}
.block-editor-block-draggable-chip {
background-color: #1e1e1e;
border-radius: 2px;
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
color: #fff;
cursor: grabbing;
display: inline-flex;
height: 48px;
padding: 0 13px;
-webkit-user-select: none;
user-select: none;
}
.block-editor-block-draggable-chip svg {
fill: currentColor;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content {
margin: auto;
justify-content: flex-start;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item {
margin-right: 6px;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item:last-child {
margin-right: 0;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg {
min-width: 18px;
min-height: 18px;
}
.block-editor-block-draggable-chip .components-flex__item {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
}
.is-dragging {
display: none !important;
}
.block-editor-block-mobile-toolbar {
display: flex;
flex-direction: row;
border-right: 1px solid #ddd;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover-button {
width: 36px;
height: 36px;
border-radius: 2px;
padding: 3px;
margin: 0;
justify-content: center;
align-items: center;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover-button .dashicon {
margin: auto;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover {
display: flex;
margin-right: auto;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover-button {
float: left;
}
.block-editor-block-mover-button__description {
display: none;
}
.block-editor-block-mover-button.has-icon {
padding: 0;
}
.block-editor-block-mover {
display: inline-flex;
flex-direction: row;
}
.block-editor-block-mover .block-editor-block-mover__move-button-container,
.block-editor-block-mover .components-toolbar {
flex: 1;
flex-direction: row;
border-right: none !important;
}
@media (min-width: 600px) {
.block-editor-block-mover .block-editor-block-mover__move-button-container,
.block-editor-block-mover .components-toolbar {
flex-direction: column;
}
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container, .block-editor-block-mover.is-horizontal .components-toolbar {
flex-direction: row;
}
.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button {
padding-right: 0;
padding-left: 0;
min-width: 36px;
}
@media (min-width: 600px) {
.block-editor-block-mover .block-editor-block-mover-button {
height: 24px;
width: 42px;
padding-right: 11px !important;
padding-left: 6px !important;
}
.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button {
min-width: 42px;
}
}
@media (min-width: 600px) {
.block-editor-block-mover .block-editor-block-mover-button::before {
left: 8px !important;
right: 8px !important;
}
}
.block-editor-block-mover .block-editor-block-mover__drag-handle {
width: 24px;
cursor: grab;
min-width: 24px !important;
padding: 0 !important;
}
.block-editor-block-mover .block-editor-block-mover__drag-handle:focus::before {
left: 0 !important;
right: 0 !important;
}
@media (min-width: 600px) {
.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button,
.block-editor-block-mover .components-toolbar .block-editor-block-mover-button {
margin: 0 auto 0 0;
}
.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button::before,
.block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button::before {
bottom: 0;
height: calc(100% - 1px);
}
.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button::before,
.block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button::before {
top: 0;
height: calc(100% - 1px);
}
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon {
height: 48px;
width: 24px;
padding-left: 0;
padding-right: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon::before {
top: 1px;
bottom: 1px;
min-width: 0;
width: auto;
height: auto;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon svg {
margin-left: 0;
margin-right: -8px;
margin-bottom: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon::before {
left: 0 !important;
right: 0 !important;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon svg {
margin-left: -8px;
margin-right: 0;
margin-top: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon::before {
left: 0 !important;
right: 0 !important;
width: calc(100% + 1px);
}
.block-editor-block-navigation__label {
margin: 0 0 12px;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
}
.block-editor-block-navigation__container {
min-width: 280px;
}
.block-editor-block-navigation-tree {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
}
.components-modal__content .block-editor-block-navigation-tree {
margin: -12px -6px 0;
width: calc(100% + 12px);
}
.block-editor-block-navigation-leaf {
position: relative;
}
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents {
background: #007cba;
background: var(--wp-admin-theme-color);
color: #fff;
}
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #007cba;
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf.is-branch-selected.is-selected .block-editor-block-navigation-block-contents {
border-radius: 2px 2px 0 0;
}
.block-editor-block-navigation-leaf.is-branch-selected:not(.is-selected) .block-editor-block-navigation-block-contents {
background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(#007cba, #007cba);
background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(var(--wp-admin-theme-color), var(--wp-admin-theme-color));
border-radius: 0;
}
.block-editor-block-navigation-leaf.is-branch-selected.is-last-of-selected-branch .block-editor-block-navigation-block-contents {
border-radius: 0 0 2px 2px;
}
.block-editor-block-navigation-leaf.is-dragging {
display: none;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
display: flex;
align-items: center;
width: 100%;
height: auto;
padding: 6px 12px;
text-align: left;
color: #1e1e1e;
border-radius: 2px;
position: relative;
white-space: nowrap;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus {
box-shadow: inset 0 0 0 2px #007cba;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus {
z-index: 1;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-before::before {
content: "";
position: absolute;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
top: -2px;
right: 0;
left: 0;
border-top: 4px solid #007cba;
border-top: 4px solid var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-after::before {
content: "";
position: absolute;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
bottom: -2px;
right: 0;
left: 0;
border-bottom: 4px solid #007cba;
border-bottom: 4px solid var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-to-inner-blocks::before {
content: "";
position: absolute;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
bottom: -2px;
right: 0;
left: 24px;
border-bottom: 4px solid #007cba;
border-bottom: 4px solid var(--wp-admin-theme-color);
}
.components-modal__content .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
padding-left: 0;
padding-right: 0;
}
.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
opacity: 1;
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-block-icon {
align-self: flex-start;
margin-right: 10px;
width: 20px;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__contents-cell {
padding-top: 0;
padding-bottom: 0;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
line-height: 0;
width: 36px;
opacity: 0;
vertical-align: top;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
position: relative;
z-index: 1;
opacity: 1;
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell .components-button.has-icon,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell .components-button.has-icon {
width: 24px;
min-width: 24px;
padding: 0;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell {
padding-top: 8px;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell-alignment-wrapper {
display: flex;
height: 100%;
flex-direction: column;
align-items: center;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button {
position: relative;
width: 36px;
height: 24px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button svg {
position: relative;
height: 24px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button {
margin-top: -6px;
align-items: flex-end;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button svg {
bottom: -4px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button {
margin-bottom: -6px;
align-items: flex-start;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button svg {
top: -4px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus:enabled {
box-shadow: none;
outline: none;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus {
box-shadow: none;
outline: none;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus::before {
box-shadow: inset 0 0 0 2px #007cba, inset 0 0 0 4px #fff;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
outline: 2px solid transparent;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button::before {
content: "";
position: absolute;
display: block;
border-radius: 2px;
height: 16px;
min-width: 100%;
left: 0;
right: 0;
animation: components-button__appear-animation 0.1s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf .block-editor-block-mover-button::before {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-inserter__toggle {
background: #1e1e1e;
color: #fff;
height: 24px;
margin: 6px 6px 6px 1px;
min-width: 24px;
}
.block-editor-block-navigation-leaf .block-editor-inserter__toggle:active {
color: #fff;
}
.block-editor-block-navigation-block-slot__description,
.block-editor-block-navigation-block-select-button__description,
.block-editor-block-navigation-appender__description {
display: none;
}
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-appender__container,
.block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-appender__cell .block-editor-block-navigation-appender__container {
display: flex;
}
.block-editor-block-navigator-indentation {
flex-shrink: 0;
width: 28px;
}
.block-editor-block-parent-selector {
background: #fff;
border-radius: 2px;
}
.block-editor-block-parent-selector .block-editor-block-parent-selector__button {
width: 48px;
height: 48px;
border: 1px solid #1e1e1e;
border-radius: 2px;
}
.block-editor-block-patterns-list__list-item {
cursor: pointer;
margin-top: 16px;
}
.block-editor-block-patterns-list__list-item.is-placeholder {
min-height: 100px;
}
.block-editor-block-patterns-list__list-item[draggable=true] .block-editor-block-preview__container {
cursor: grab;
}
.block-editor-block-patterns-list__item {
height: 100%;
border-radius: 2px;
transition: all 0.05s ease-in-out;
position: relative;
border: 1px solid transparent;
}
.block-editor-block-patterns-list__item:hover {
border: 1px solid #007cba;
border: 1px solid var(--wp-admin-theme-color);
}
.block-editor-block-patterns-list__item:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #007cba;
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-patterns-list__item-title {
padding: 4px;
font-size: 12px;
text-align: center;
}
.block-editor-block-preview__container {
position: relative;
width: 100%;
overflow: hidden;
}
.block-editor-block-preview__container.editor-styles-wrapper {
padding: 0;
margin: 0;
}
.block-editor-block-preview__container .block-editor-block-preview__content {
position: absolute;
top: 0;
left: 0;
transform-origin: top left;
text-align: initial;
margin: 0;
overflow: visible;
min-height: auto;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-drop-zone,
.block-editor-block-preview__container .block-editor-block-preview__content .reusable-block-indicator,
.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender {
display: none;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container {
padding-left: 0;
padding-right: 0;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
margin-left: 0;
margin-right: 0;
}
.block-editor-block-settings-menu__popover .components-dropdown-menu__menu {
padding: 0;
}
.block-editor-block-styles {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-editor-block-styles__item {
width: calc(50% - 4px);
margin: 4px 0;
flex-shrink: 0;
cursor: pointer;
overflow: hidden;
border-radius: 2px;
padding: 6px;
display: flex;
flex-direction: column;
}
.block-editor-block-styles__item:focus {
box-shadow: 0 0 0 2px #007cba;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-styles__item:hover .block-editor-block-styles__item-preview {
border-color: #007cba;
border-color: var(--wp-admin-theme-color);
}
.block-editor-block-styles__item.is-active .block-editor-block-styles__item-label {
font-weight: bold;
}
.block-editor-block-styles__item.is-active .block-editor-block-styles__item-preview {
margin: 0;
border: 2px solid #1e1e1e;
}
.block-editor-block-styles__item-preview {
outline: 1px solid transparent;
padding: 0;
margin: 2px;
border-radius: 2px;
display: flex;
overflow: hidden;
background: #fff;
align-items: center;
flex-grow: 1;
min-height: 80px;
max-height: 160px;
}
.block-editor-block-switcher__styles__menugroup {
position: relative;
}
.block-editor-block-styles__item-label {
text-align: center;
padding: 4px 0;
}
.block-editor-block-switcher {
position: relative;
}
.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-switcher__toggle {
position: relative;
}
.components-button.block-editor-block-switcher__toggle,
.components-button.block-editor-block-switcher__no-switcher-icon {
margin: 0;
display: block;
height: 48px;
}
.components-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
margin: auto;
}
.block-editor-block-switcher__toggle-text {
margin-left: 8px;
}
.show-icon-labels .block-editor-block-switcher__toggle-text {
display: none;
}
.show-icon-labels .block-editor-block-toolbar .block-editor-block-switcher .components-button.has-icon::after {
font-size: 14px;
}
.block-editor-block-switcher__popover {
margin-left: 6px;
}
.components-button.block-editor-block-switcher__no-switcher-icon {
width: 48px;
}
.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-blocks-icon {
margin-right: auto;
margin-left: auto;
}
.components-button.block-editor-block-switcher__no-switcher-icon:disabled {
opacity: 1;
}
.components-button.block-editor-block-switcher__no-switcher-icon:disabled,
.components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
color: #1e1e1e;
}
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.bloc