mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-09 04:11:10 +01:00
48299521c6
The following package versions were changed: @wordpress/a11y: 2.5.1 -> 2.6.0 @wordpress/annotations: 1.9.0 -> 1.10.0 @wordpress/api-fetch: 3.8.0 -> 3.9.0 @wordpress/blob: 2.5.1 -> 2.6.0 @wordpress/block-directory: 1.2.0 -> 1.3.0 @wordpress/block-editor: 3.4.0 -> 3.5.0 @wordpress/block-library: 2.11.0 -> 2.12.0 @wordpress/blocks: 6.9.0 -> 6.10.0 @wordpress/components: 8.5.0 -> 9.0.0 @wordpress/compose: 3.9.0 -> 3.10.0 @wordpress/core-data: 2.9.0 -> 2.10.0 @wordpress/data: 4.11.0 -> 4.12.0 @wordpress/data-controls: 1.5.0 -> 1.6.0 @wordpress/dom: 2.6.0 -> 2.7.0 @wordpress/dom-ready: 2.5.1 -> 2.6.0 @wordpress/e2e-test-utils: 4.0.0 -> 4.1.0 @wordpress/edit-post: 3.10.0 -> 3.11.0 @wordpress/editor: 9.9.0 -> 9.10.0 @wordpress/format-library: 1.11.0 -> 1.12.0 @wordpress/i18n: 3.7.0 -> 3.8.0 @wordpress/is-shallow-equal: 1.6.1 -> 1.7.0 @wordpress/keycodes: 2.7.0 -> 2.8.0 @wordpress/list-reusable-blocks: 1.10.0 -> 1.11.0 @wordpress/media-utils: 1.4.0 -> 1.5.0 @wordpress/notices: 1.10.0 -> 1.11.0 @wordpress/nux: 3.9.0 -> 3.10.0 @wordpress/plugins: 2.9.0 -> 2.10.0 @wordpress/priority-queue: 1.3.1 -> 1.4.0 @wordpress/rich-text: 3.9.0 -> 3.10.0 @wordpress/scripts: 6.1.1 -> 6.2.0 @wordpress/server-side-render: 1.5.0 -> 1.6.0 @wordpress/viewport: 2.10.0 -> 2.11.0 The following package was added: @wordpress/keyboard-shortcuts Props gziolo. Fixes #49204. Built from https://develop.svn.wordpress.org/trunk@47106 git-svn-id: http://core.svn.wordpress.org/trunk@46906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
167 lines
4.4 KiB
CSS
167 lines
4.4 KiB
CSS
/**
|
|
* Colors
|
|
*/
|
|
/**
|
|
* Breakpoints & Media Queries
|
|
*/
|
|
/**
|
|
* Colors
|
|
*/
|
|
/**
|
|
* Often re-used variables
|
|
*/
|
|
/**
|
|
* Breakpoint mixins
|
|
*/
|
|
/**
|
|
* Long content fade mixin
|
|
*
|
|
* Creates a fading overlay to signify that the content is longer
|
|
* than the space allows.
|
|
*/
|
|
/**
|
|
* Button states and 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.
|
|
*/
|
|
.block-directory-downloadable-block-header__row {
|
|
display: flex;
|
|
flex-grow: 1; }
|
|
.block-directory-downloadable-block-header__row .block-editor-block-icon {
|
|
width: 36px;
|
|
height: 36px;
|
|
font-size: 36px;
|
|
background-color: #edeff0; }
|
|
.block-directory-downloadable-block-header__row img {
|
|
width: 36px;
|
|
height: 36px; }
|
|
.block-directory-downloadable-block-header__row .block-directory-downloadable-block-header__column {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1; }
|
|
.block-directory-downloadable-block-header__row .block-directory-downloadable-block-header__column .block-directory-downloadable-block-header__title {
|
|
font-weight: 600;
|
|
margin-right: 12px; }
|
|
.block-directory-downloadable-block-header__row .block-directory-downloadable-block-header__column .block-directory-block-ratings {
|
|
margin-right: 12px; }
|
|
|
|
.block-directory-downloadable-block-info__content {
|
|
font-size: 13px; }
|
|
|
|
.block-directory-downloadable-block-info__row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #606a73;
|
|
margin-top: 8px; }
|
|
.block-directory-downloadable-block-info__row .block-directory-downloadable-block-info__column {
|
|
display: flex;
|
|
align-items: flex-start; }
|
|
.block-directory-downloadable-block-info__row .block-directory-downloadable-block-info__column .dashicon {
|
|
font-size: 16px;
|
|
margin-left: 4px; }
|
|
|
|
.block-directory-downloadable-block-author-info__content {
|
|
color: #606a73;
|
|
margin-bottom: 4px; }
|
|
|
|
.block-directory-downloadable-block-author-info__content-author {
|
|
margin-bottom: 4px;
|
|
font-size: 14px; }
|
|
|
|
.block-directory-downloadable-block-list-item {
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0 0 12px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
font-size: 13px;
|
|
color: #32373c;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
background: transparent;
|
|
word-break: break-word;
|
|
border-radius: 4px;
|
|
border: 1px solid #e2e4e7;
|
|
transition: all 0.05s ease-in-out;
|
|
position: relative;
|
|
text-align: right;
|
|
overflow: hidden; }
|
|
@media (prefers-reduced-motion: reduce) {
|
|
.block-directory-downloadable-block-list-item {
|
|
transition-duration: 0s; } }
|
|
|
|
.block-directory-downloadable-block-list-item__panel {
|
|
display: flex;
|
|
flex-grow: 1;
|
|
flex-direction: column; }
|
|
|
|
.block-directory-downloadable-block-list-item__header {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 12px 12px 0; }
|
|
|
|
.block-directory-downloadable-block-list-item__body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 12px; }
|
|
|
|
.block-directory-downloadable-block-list-item__footer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 12px;
|
|
background-color: #f3f4f5; }
|
|
|
|
.block-directory-downloadable-block-list-item__content {
|
|
color: #606a73; }
|
|
|
|
.block-directory-downloadable-blocks-list {
|
|
list-style: none;
|
|
padding: 2px 0;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-wrap: wrap; }
|
|
|
|
.block-directory-downloadable-blocks-panel__description {
|
|
font-style: italic;
|
|
padding: 0;
|
|
margin-top: 0;
|
|
text-align: right;
|
|
color: #606a73; }
|
|
|
|
.block-directory-downloadable-blocks-panel__description.has-no-results {
|
|
font-style: normal;
|
|
padding: 0;
|
|
margin-top: 100px;
|
|
text-align: center;
|
|
color: #606a73; }
|
|
.block-directory-downloadable-blocks-panel__description.has-no-results .components-spinner {
|
|
float: inherit; }
|
|
|
|
.block-directory-block-ratings {
|
|
display: flex; }
|
|
.block-directory-block-ratings > div {
|
|
line-height: 1;
|
|
display: flex; }
|
|
.block-directory-block-ratings .dashicons {
|
|
font-size: ms(-2);
|
|
width: 1.1em; }
|
|
.block-directory-block-ratings .block-directory-block-ratings__rating-count {
|
|
color: #606a73;
|
|
font-size: ms(-2); }
|
|
.block-directory-block-ratings [class*="dashicons-star-"] {
|
|
color: #ffb900; }
|