diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
| commit | 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch) | |
| tree | 39a1a4629749056191c05dfd899f931701b7acf3 /srcs/wordpress/wp-includes/css/dist/format-library/style.css | |
| parent | 5afd237bbd22028b85532b8c0b3fcead49a00764 (diff) | |
| download | ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.gz ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.bz2 ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.zip | |
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
Diffstat (limited to 'srcs/wordpress/wp-includes/css/dist/format-library/style.css')
| -rw-r--r-- | srcs/wordpress/wp-includes/css/dist/format-library/style.css | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/srcs/wordpress/wp-includes/css/dist/format-library/style.css b/srcs/wordpress/wp-includes/css/dist/format-library/style.css deleted file mode 100644 index 0f018f3..0000000 --- a/srcs/wordpress/wp-includes/css/dist/format-library/style.css +++ /dev/null @@ -1,70 +0,0 @@ -/** - * 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 - */ -/** - * 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-icon-button { - height: 52px; - align-self: flex-end; } - -.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__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; } |
