2018-12-18 04:17:48 +01:00
|
|
|
/**
|
|
|
|
* Colors
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Breakpoints & Media Queries
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Applies editor right position to the selector passed as argument
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Styles that are reused verbatim in a few places
|
|
|
|
*/
|
2019-03-21 13:48:00 +01:00
|
|
|
/**
|
|
|
|
* Allows users to opt-out of animations via OS-level preferences.
|
|
|
|
*/
|
2019-09-19 17:19:18 +02:00
|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
*/
|
2019-03-21 13:48:00 +01:00
|
|
|
.block-editor-format-toolbar__image-container-content {
|
2019-03-07 10:09:59 +01:00
|
|
|
display: flex; }
|
2019-03-21 13:48:00 +01:00
|
|
|
.block-editor-format-toolbar__image-container-content .components-icon-button {
|
2019-03-07 10:09:59 +01:00
|
|
|
height: 52px;
|
|
|
|
align-self: flex-end; }
|
|
|
|
|
2019-03-21 13:48:00 +01:00
|
|
|
.block-editor-format-toolbar__image-container-value {
|
2019-03-07 10:09:59 +01:00
|
|
|
margin: 7px;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
white-space: nowrap;
|
|
|
|
min-width: 150px;
|
|
|
|
max-width: 500px; }
|
2019-03-21 13:48:00 +01:00
|
|
|
.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__field {
|
2019-03-07 10:09:59 +01:00
|
|
|
margin-bottom: 0; }
|
|
|
|
|
2019-03-21 13:48:00 +01:00
|
|
|
.block-editor-format-toolbar__link-container-content {
|
2018-12-18 04:17:48 +01:00
|
|
|
display: flex; }
|
|
|
|
|
2019-03-21 13:48:00 +01:00
|
|
|
.block-editor-format-toolbar__link-container-value {
|
2018-12-18 04:17:48 +01:00
|
|
|
margin: 7px;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
min-width: 150px;
|
|
|
|
max-width: 500px; }
|
2019-03-21 13:48:00 +01:00
|
|
|
.block-editor-format-toolbar__link-container-value.has-invalid-link {
|
2018-12-18 04:17:48 +01:00
|
|
|
color: #d94f4f; }
|