* 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-directory-block-ratings {
.block-directory-block-ratings > div {
.block-directory-block-ratings .block-directory-block-ratings__rating-count {
.block-directory-block-ratings svg {
.block-directory-compact-list {
.block-directory-compact-list__item {
.block-directory-compact-list__item:last-child {
.block-directory-compact-list__item-details {
.block-directory-compact-list__item-title {
.block-directory-compact-list__item-author {
.block-directory-downloadable-block-author-info__content {
.block-directory-downloadable-block-author-info__content-author {
.block-directory-downloadable-block-header__row {
.block-directory-downloadable-block-header__row .block-directory-downloadable-block-header__column {
.block-directory-downloadable-block-header__title {
.block-directory-downloadable-block-icon {
.block-directory-downloadable-block-icon .block-editor-block-icon {
.block-directory-downloadable-block-icon > img {
.block-directory-downloadable-block-info__content {
.block-directory-downloadable-block-info__meta {
.block-directory-downloadable-block-info__meta:last-child {
.block-directory-downloadable-block-info__icon {
.block-directory-downloadable-block-list-item {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
transition: all 0.05s ease-in-out;
@media (prefers-reduced-motion: reduce) {
.block-directory-downloadable-block-list-item {
.block-directory-downloadable-block-list-item + .block-directory-downloadable-block-list-item {
.block-directory-downloadable-block-list-item:last-child:not(:only-of-type) {
.block-directory-downloadable-block-list-item:last-child {
.block-directory-downloadable-block-list-item__panel {
.block-directory-downloadable-block-list-item__header {
.block-directory-downloadable-block-list-item__body {
.block-directory-downloadable-block-list-item__footer {
background-color: #f0f0f0;
.block-directory-downloadable-block-list-item__content {
.block-directory-downloadable-block-notice {
.block-directory-downloadable-block-notice__content {
.block-directory-downloadable-blocks-list {
.block-directory-downloadable-blocks-panel__description {
.block-directory-downloadable-blocks-panel__description.has-no-results {
.block-directory-downloadable-blocks-panel__description.has-no-results .components-spinner {
.installed-blocks-pre-publish-panel__copy {