* Breakpoints & Media Queries
* 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.
* Fonts & basic variables.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
* These variables do not appear to be used anywhere else.
* Long content fade mixin
* Creates a fading overlay to signify that the content is longer
* 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.
* These are default block editor widths in case the theme doesn't provide them.
--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) {
--wp-admin-border-width-focus: 1.5px;
.block-editor-format-toolbar__image-popover {
.block-editor-format-toolbar__image-container-content {
.block-editor-format-toolbar__image-container-content .components-button {
.block-editor-format-toolbar__image-container-value {
.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__field {
.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__label {
.block-editor-format-toolbar__link-container-content {
.block-editor-format-toolbar__link-container-value {
.block-editor-format-toolbar__link-container-value.has-invalid-link {
.components-inline-color__indicator {
.components-inline-color-popover .components-popover__content > div {
.components-inline-color-popover .components-popover__content .components-color-palette {
.components-inline-color-popover .components-popover__content .components-base-control__title {
.components-inline-color-popover .components-popover__content .component-color-indicator {
vertical-align: text-bottom;
.format-library-text-color-button {
.format-library-text-color-button__indicator {