|
3 | 3 | */
|
4 | 4 | $use-margins: false;
|
5 | 5 |
|
6 |
| -@import "_config"; |
7 |
| - |
8 |
| -.edit-post-visual-editor { |
9 | 6 |
|
10 | 7 | /**
|
11 | 8 | * Internal dependencies.
|
12 | 9 | */
|
13 |
| - @import "elements/h"; |
14 |
| - @import "elements/a"; |
15 |
| - @import "elements/p"; |
16 |
| - @import "elements/table"; |
17 |
| - @import "elements/img"; |
18 |
| - @import "elements/label"; |
19 |
| - @import "elements/strong"; |
20 |
| - @import "elements/small"; |
21 |
| - @import "elements/mark"; |
22 |
| - @import "modules/gutenberg-colors"; |
23 |
| - @import "modules/gutenberg-fonts"; |
24 |
| - @import "modules/gutenberg"; |
25 |
| - |
26 |
| - &, |
27 |
| - .editor-default-block-appender input[type=text].editor-default-block-appender__content, |
28 |
| - p { |
29 |
| - color: $body-color; |
30 |
| - font-family: $font-family-sans-serif; |
31 |
| - font-size: #{$font-size-base} * 16px; |
32 |
| - } |
| 10 | +@import "_config"; |
33 | 11 |
|
34 |
| - p.wp-block-subhead { |
35 |
| - color: inherit; |
36 |
| - } |
| 12 | +@import "elements/h"; |
| 13 | +@import "elements/a"; |
| 14 | +@import "elements/p"; |
| 15 | +@import "elements/table"; |
| 16 | +@import "elements/img"; |
| 17 | +@import "elements/label"; |
| 18 | +@import "elements/strong"; |
| 19 | +@import "elements/small"; |
| 20 | +@import "elements/mark"; |
| 21 | +@import "modules/gutenberg-colors"; |
| 22 | +@import "modules/gutenberg-fonts"; |
| 23 | +@import "modules/gutenberg"; |
| 24 | + |
| 25 | +.editor-default-block-appender input[type=text].editor-default-block-appender__content, |
| 26 | +p { |
| 27 | + color: $body-color; |
| 28 | + font-family: $font-family-sans-serif; |
| 29 | + font-size: #{$font-size-base} * 16px; |
| 30 | +} |
37 | 31 |
|
38 |
| - .wp-block-button { |
| 32 | +p.wp-block-subhead { |
| 33 | + color: inherit; |
| 34 | +} |
39 | 35 |
|
40 |
| - .wp-block-button__link { |
| 36 | +.wp-block-button { |
41 | 37 |
|
42 |
| - @import "modules/gutenberg-colors"; |
| 38 | + .wp-block-button__link { |
| 39 | + |
| 40 | + @import "modules/gutenberg-colors"; |
43 | 41 |
|
44 |
| - &.editor-rich-text__tinymce[data-is-placeholder-visible=true] { |
45 |
| - position: absolute; |
46 |
| - } |
| 42 | + &.editor-rich-text__tinymce[data-is-placeholder-visible=true] { |
| 43 | + position: absolute; |
47 | 44 | }
|
48 | 45 | }
|
| 46 | +} |
49 | 47 |
|
50 |
| - .wp-block-table { |
51 |
| - display: block; |
| 48 | +.wp-block-table { |
| 49 | + display: block; |
52 | 50 |
|
53 |
| - table { |
54 |
| - display: table; |
55 |
| - } |
| 51 | + table { |
| 52 | + display: table; |
| 53 | + } |
56 | 54 |
|
57 |
| - td, |
58 |
| - th { |
59 |
| - border: 0; |
60 |
| - } |
| 55 | + td, |
| 56 | + th { |
| 57 | + border: 0; |
61 | 58 | }
|
| 59 | +} |
62 | 60 |
|
63 |
| - .wp-block-cover-image { |
| 61 | +.wp-block-cover-image { |
64 | 62 |
|
65 |
| - .wp-block-cover-image-text { |
66 |
| - line-height: $line-height-base; |
67 |
| - } |
| 63 | + .wp-block-cover-image-text { |
| 64 | + line-height: $line-height-base; |
68 | 65 | }
|
69 | 66 | }
|
70 | 67 |
|
71 |
| -.editor-post-title .editor-post-title__input { |
| 68 | +.editor-post-title__input { |
72 | 69 | color: gray("800");
|
73 | 70 | font-family: $font-family-sans-serif;
|
74 | 71 | }
|
|
0 commit comments