build/styles/block-library/nextpage
editor-rtl.css
1.5 KB
7 months ago
editor-rtl.min.css
592 B
7 months ago
editor.css
1.5 KB
7 months ago
editor.min.css
592 B
7 months ago
editor.css in Gutenberg 23.2.0, at build/styles/block-library/nextpage/editor.css
| 1 | /** |
| 2 | * Colors |
| 3 | */ |
| 4 | /** |
| 5 | * SCSS Variables. |
| 6 | * |
| 7 | * Please use variables from this sheet to ensure consistency across the UI. |
| 8 | * Don't add to this sheet unless you're pretty sure the value will be reused in many places. |
| 9 | * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. |
| 10 | */ |
| 11 | /** |
| 12 | * Fonts & basic variables. |
| 13 | */ |
| 14 | /** |
| 15 | * Typography |
| 16 | */ |
| 17 | /** |
| 18 | * Grid System. |
| 19 | * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ |
| 20 | */ |
| 21 | /** |
| 22 | * Radius scale. |
| 23 | */ |
| 24 | /** |
| 25 | * Elevation scale. |
| 26 | */ |
| 27 | /** |
| 28 | * Dimensions. |
| 29 | */ |
| 30 | /** |
| 31 | * Mobile specific styles |
| 32 | */ |
| 33 | /** |
| 34 | * Editor styles. |
| 35 | */ |
| 36 | /** |
| 37 | * Block & Editor UI. |
| 38 | */ |
| 39 | /** |
| 40 | * Block paddings. |
| 41 | */ |
| 42 | /** |
| 43 | * React Native specific. |
| 44 | * These variables do not appear to be used anywhere else. |
| 45 | */ |
| 46 | .block-editor-block-list__block[data-type="core/nextpage"] { |
| 47 | max-width: 100%; |
| 48 | text-align: center; |
| 49 | margin-top: 28px; |
| 50 | margin-bottom: 28px; |
| 51 | } |
| 52 | |
| 53 | .wp-block-nextpage { |
| 54 | display: block; |
| 55 | text-align: center; |
| 56 | white-space: nowrap; |
| 57 | } |
| 58 | .wp-block-nextpage > span { |
| 59 | font-size: 13px; |
| 60 | position: relative; |
| 61 | text-transform: uppercase; |
| 62 | font-weight: 600; |
| 63 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 64 | color: #757575; |
| 65 | border-radius: 4px; |
| 66 | background: #fff; |
| 67 | padding: 6px 8px; |
| 68 | height: 24px; |
| 69 | } |
| 70 | .wp-block-nextpage::before { |
| 71 | content: ""; |
| 72 | position: absolute; |
| 73 | top: 50%; |
| 74 | left: 0; |
| 75 | right: 0; |
| 76 | border-top: 3px dashed #ccc; |
| 77 | } |