@secretstache/wordpress-gutenberg 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.css +48 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.css
CHANGED
@@ -1,3 +1,35 @@
|
|
1
|
+
.block-editor__container .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
|
2
|
+
margin-top: 10px !important;
|
3
|
+
margin-bottom: 10px !important; }
|
4
|
+
.block-editor__container .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1.editor-post-title {
|
5
|
+
margin: 0;
|
6
|
+
border-bottom: 1px dashed #ddd;
|
7
|
+
padding-bottom: 10px;
|
8
|
+
font-weight: normal;
|
9
|
+
font-size: 30px !important;
|
10
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
11
|
+
text-align: center; }
|
12
|
+
|
13
|
+
.block-editor__container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container.has-background {
|
14
|
+
transition: background 1s, color 1s; }
|
15
|
+
|
16
|
+
.block-editor__container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-list-appender.wp-block:only-child p {
|
17
|
+
margin-top: 0;
|
18
|
+
margin-bottom: 0; }
|
19
|
+
|
20
|
+
.block-editor__container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-list-appender.wp-block:only-child,
|
21
|
+
.block-editor__container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > p.wp-block:only-child {
|
22
|
+
margin: 2rem 0; }
|
23
|
+
|
24
|
+
.block-editor__container .block-editor-block-types-list > [role=presentation] {
|
25
|
+
justify-content: center; }
|
26
|
+
|
27
|
+
.block-editor__container .components-base-control .block-editor-url-input input.block-editor-url-input__input {
|
28
|
+
width: 100%; }
|
29
|
+
|
30
|
+
.block-editor__container .components-range-control__mark-label {
|
31
|
+
margin-top: 7px !important; }
|
32
|
+
|
1
33
|
.block-editor__container .bc-animation-block-json-file {
|
2
34
|
display: flex;
|
3
35
|
align-items: center;
|
@@ -68,6 +100,8 @@
|
|
68
100
|
|
69
101
|
.block-editor__container .bc-selected-media {
|
70
102
|
width: 100%; }
|
103
|
+
.block-editor__container .bc-selected-media--image {
|
104
|
+
max-height: 300px; }
|
71
105
|
|
72
106
|
.block-editor__container .bc-select-btn,
|
73
107
|
.block-editor__container .bc-remove-btn {
|
@@ -81,7 +115,20 @@
|
|
81
115
|
.block-editor__container .bc-responsive-spacing-tab:last-child {
|
82
116
|
margin-bottom: 2rem; }
|
83
117
|
|
84
|
-
.block-editor__container .
|
118
|
+
.block-editor__container .bc-spacing-control-wrapper {
|
119
|
+
margin-bottom: 35px; }
|
120
|
+
|
121
|
+
.block-editor__container .bc-spacing-range-control {
|
122
|
+
padding: 0 6px; }
|
123
|
+
.block-editor__container .bc-spacing-range-control .components-base-control__label {
|
124
|
+
margin-left: -9px; }
|
125
|
+
.block-editor__container .bc-spacing-range-control .components-range-control__root .components-range-control__wrapper {
|
126
|
+
margin-bottom: 0; }
|
127
|
+
.block-editor__container .bc-spacing-range-control .components-range-control__root .components-range-control__wrapper .components-range-control__marks .components-range-control__mark-label {
|
128
|
+
left: 8px !important;
|
129
|
+
margin-top: 7px !important; }
|
130
|
+
|
131
|
+
.block-editor__container .bc-add-new-child-btn {
|
85
132
|
display: flex;
|
86
133
|
margin: 20px auto !important;
|
87
134
|
align-items: center;
|