mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
56906bcf59
The following package versions were changed: @wordpress/annotations: 1.11.0 -> 1.12.0 @wordpress/api-fetch: 3.10.0 -> 3.11.0 @wordpress/block-directory: 1.4.0 -> 1.5.0 @wordpress/block-editor: 3.6.0 -> 3.7.0 @wordpress/block-library: 2.13.0 -> 2.14.0 @wordpress/blocks: 6.11.0 -> 6.12.0 @wordpress/components: 9.1.0 -> 9.2.0 @wordpress/core-data: 2.11.0 -> 2.12.0 @wordpress/data: 4.13.0 -> 4.14.0 @wordpress/data-controls: 1.7.0 -> 1.8.0 @wordpress/e2e-test-utils: 4.2.0 -> 4.3.0 @wordpress/edit-post: 3.12.0 -> 3.13.0 @wordpress/editor: 9.11.0 -> 9.12.0 @wordpress/format-library: 1.13.0 -> 1.14.0 @wordpress/icons: 1.0.0 -> 1.1.0 @wordpress/keyboard-shortcuts: 1.0.0 -> 1.1.0 @wordpress/list-reusable-blocks: 1.12.0 -> 1.13.0 @wordpress/media-utils: 1.6.0 -> 1.7.0 @wordpress/notices: 1.12.0 -> 2.0.0 @wordpress/nux: 3.11.0 -> 3.12.0 @wordpress/plugins: 2.11.0 -> 2.12.0 @wordpress/primitives: 1.0.0 -> 1.1.0 @wordpress/rich-text: 3.11.0 -> 3.12.0 @wordpress/server-side-render: 1.7.0 -> 1.8.0 @wordpress/url: 2.10.0 -> 2.11.0 @wordpress/viewport: 2.12.0 -> 2.13.0 The navigation block inclusion was reverted. The social links block was included. Props gziolo, youknowriad, mcsf, noisysocks. Fixes #49397. Built from https://develop.svn.wordpress.org/trunk@47250 git-svn-id: http://core.svn.wordpress.org/trunk@47050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
108 lines
2.6 KiB
CSS
108 lines
2.6 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-editor-format-toolbar__image-container-content {
|
|
display: flex; }
|
|
.block-editor-format-toolbar__image-container-content .components-button {
|
|
align-self: flex-end;
|
|
height: 30px;
|
|
margin-bottom: 8px;
|
|
margin-right: 8px;
|
|
padding: 0 6px; }
|
|
|
|
.block-editor-format-toolbar__image-container-value {
|
|
margin: 7px;
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
white-space: nowrap;
|
|
min-width: 150px;
|
|
max-width: 500px; }
|
|
.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__field {
|
|
margin-bottom: 0; }
|
|
.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__label {
|
|
display: block; }
|
|
|
|
.block-editor-format-toolbar__link-container-content {
|
|
display: flex; }
|
|
|
|
.block-editor-format-toolbar__link-container-value {
|
|
margin: 7px;
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
min-width: 150px;
|
|
max-width: 500px; }
|
|
.block-editor-format-toolbar__link-container-value.has-invalid-link {
|
|
color: #d94f4f; }
|
|
|
|
.components-inline-color__indicator {
|
|
position: absolute;
|
|
background: #000;
|
|
height: 3px;
|
|
width: 20px;
|
|
bottom: 6px;
|
|
left: auto;
|
|
right: auto;
|
|
margin: 0 5px; }
|
|
|
|
.components-inline-color-popover .components-popover__content {
|
|
padding: 20px 18px; }
|
|
.components-inline-color-popover .components-popover__content .components-color-palette {
|
|
margin-top: 0.6rem; }
|
|
.components-inline-color-popover .components-popover__content .components-base-control__title {
|
|
display: block;
|
|
margin-bottom: 16px;
|
|
font-weight: 600;
|
|
color: #191e23; }
|
|
.components-inline-color-popover .components-popover__content .component-color-indicator {
|
|
vertical-align: text-bottom; }
|
|
|
|
.format-library-text-color-button {
|
|
position: relative; }
|
|
|
|
.format-library-text-color-button__indicator {
|
|
height: 4px;
|
|
width: 20px;
|
|
position: absolute;
|
|
bottom: 6px;
|
|
left: 8px; }
|