PluginProbe
Getwid – Gutenberg Blocks / 3.0.2
Getwid – Gutenberg Blocks v3.0.2
3.0.2 3.0.1 3.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.2.0 trunk 1.8.7 1.9.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9
getwid / assets / common-styles / editor.css

editor.css in Getwid – Gutenberg Blocks 3.0.2, at assets/common-styles/editor.css

196 lines 5.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-block-getwid-images-slider .slick-prev,
2 .wp-block-getwid-images-slider .slick-next,
3 .wp-block-getwid-media-text-slider .slick-prev,
4 .wp-block-getwid-media-text-slider .slick-next,
5 .wp-block-getwid-post-slider .slick-prev,
6 .wp-block-getwid-post-slider .slick-next,
7 .wp-block-getwid-post-carousel .slick-prev,
8 .wp-block-getwid-post-carousel .slick-next {
9 font-size: 0;
10 }
11 .wp-block-getwid-images-slider .slick-dots,
12 .wp-block-getwid-media-text-slider .slick-dots,
13 .wp-block-getwid-post-slider .slick-dots,
14 .wp-block-getwid-post-carousel .slick-dots {
15 margin: 0 auto !important;
16 }
17
18 .wp-block-getwid-map__key-form,
19 .wp-block-getwid-instagram__key-form,
20 .wp-block-getwid-mailchimp__key-form {
21 padding: 1em;
22 }
23 .wp-block-getwid-map__key-form .form-title,
24 .wp-block-getwid-instagram__key-form .form-title,
25 .wp-block-getwid-mailchimp__key-form .form-title {
26 margin-bottom: 0.5em;
27 display: block;
28 }
29 .wp-block-getwid-map__key-form .form-description,
30 .wp-block-getwid-instagram__key-form .form-description,
31 .wp-block-getwid-mailchimp__key-form .form-description {
32 font-size: 0.875em;
33 margin-top: 1em;
34 display: block;
35 }
36
37 .wp-block-getwid-mailchimp .getwid-field-label,
38 .wp-block-getwid-contact-form .getwid-field-label {
39 display: flex;
40 flex-direction: row;
41 justify-content: space-between;
42 }
43 .wp-block-getwid-mailchimp .getwid-field-label .required,
44 .wp-block-getwid-contact-form .getwid-field-label .required {
45 margin-left: 10px;
46 color: inherit;
47 }
48 .wp-block-getwid-mailchimp .components-base-control__label,
49 .wp-block-getwid-contact-form .components-base-control__label {
50 width: 100%;
51 }
52 .wp-block-getwid-mailchimp .getwid-field-label__input,
53 .wp-block-getwid-contact-form .getwid-field-label__input {
54 border: 0;
55 box-shadow: none;
56 outline: none;
57 background: transparent;
58 }
59 .wp-block-getwid-mailchimp .getwid-field-label__input:focus,
60 .wp-block-getwid-contact-form .getwid-field-label__input:focus {
61 padding: 2px 10px;
62 background: #fff;
63 }
64 .wp-block-getwid-mailchimp .getwid-field-label__required,
65 .wp-block-getwid-contact-form .getwid-field-label__required {
66 margin-left: 10px;
67 }
68 .wp-block-getwid-mailchimp .getwid-field-label__required .components-base-control__field,
69 .wp-block-getwid-contact-form .getwid-field-label__required .components-base-control__field {
70 margin: 0;
71 }
72
73 /*
74 * TODO: WordPress 5.6 - 5.X Fix
75 * Select Multiple
76 * https://github.com/WordPress/gutenberg/issues/27166
77 */
78 .components-select-control.getwid-wp56-fix .components-select-control__input,
79 .components-getwid-custom-query-control__terms .components-select-control__input,
80 .components-getwid-custom-query-control__taxonomy .components-select-control__input {
81 height: auto !important;
82 }
83 .components-select-control.getwid-wp56-fix .components-input-control__suffix,
84 .components-getwid-custom-query-control__terms .components-input-control__suffix,
85 .components-getwid-custom-query-control__taxonomy .components-input-control__suffix {
86 display: none !important;
87 }
88 .components-select-control.getwid-wp56-fix .components-input-control__label,
89 .components-getwid-custom-query-control__terms .components-input-control__label,
90 .components-getwid-custom-query-control__taxonomy .components-input-control__label {
91 font-size: inherit;
92 }
93
94 /*
95 * TODO: WordPress 5.6 - 5.X Fix
96 * Limit the editor width to prevent some blocks to grow infinitely wide
97 * https://github.com/WordPress/gutenberg/pull/27695
98 * https://github.com/WordPress/gutenberg/issues/27622
99 *
100 */
101 .interface-interface-skeleton__editor {
102 overflow: hidden;
103 }
104
105 .getwid-custom-pallete .components-panel__body-title {
106 display: none;
107 }
108
109 .getwid-slider-image-wrapper {
110 margin-bottom: 0.5em;
111 line-height: 0;
112 }
113 .getwid-slider-image-wrapper img {
114 max-width: 33%;
115 -o-object-fit: cover;
116 object-fit: cover;
117 height: 75px;
118 border: 1px solid #f7f7f7;
119 }
120
121 .getwid-background-image-wrapper {
122 cursor: pointer;
123 padding: 5px;
124 border: 1px solid #e2e4e7;
125 margin-bottom: 0.5em;
126 line-height: 0;
127 position: relative;
128 text-align: center;
129 }
130 .getwid-background-image-wrapper img {
131 max-height: 150px;
132 position: relative;
133 }
134 .getwid-background-image-wrapper:before {
135 content: "";
136 position: absolute;
137 top: 0;
138 left: 0;
139 right: 0;
140 bottom: 0;
141 background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), linear-gradient(to right, black 50%, white 50%), linear-gradient(to bottom, black 50%, white 50%);
142 background-blend-mode: normal, difference, normal;
143 background-size: 20px 20px;
144 }
145
146 .getwid-editor-tabs {
147 margin-bottom: 1.5em;
148 }
149 .getwid-editor-tabs:not(.left) .components-tab-panel__tabs {
150 text-align: right;
151 }
152 .getwid-editor-tabs.left .components-tab-panel__tabs {
153 text-align: left;
154 }
155 .getwid-editor-tabs .components-tab-panel__tabs {
156 margin-bottom: -1px;
157 }
158 .getwid-editor-tabs .components-tab-panel__tabs .components-button {
159 text-decoration: none;
160 padding: 2px 8px 4px;
161 height: auto !important;
162 border-top: 1px solid #ffffff;
163 border-left: 1px solid #ffffff;
164 border-right: 1px solid #ffffff;
165 border-bottom: 1px solid #e2e4e7;
166 }
167 .getwid-editor-tabs .components-tab-panel__tabs .components-button.is-active {
168 color: inherit;
169 border-top: 1px solid #e2e4e7;
170 border-left: 1px solid #e2e4e7;
171 border-right: 1px solid #e2e4e7;
172 border-bottom: 1px solid #ffffff;
173 }
174 .getwid-editor-tabs .components-tab-panel__tab-content {
175 padding: 1em;
176 border: 1px solid #e2e4e7;
177 }
178 .getwid-editor-tabs .components-tab-panel__tab-content > *:last-child {
179 margin-bottom: 0;
180 }
181 .getwid-editor-tabs .components-tab-panel__tab-content > *:last-child > .components-base-control__field {
182 margin-bottom: 0;
183 }
184
185 .getwid-font-size-control .getwid-editor-tabs,
186 .getwid-slider-height-control .getwid-editor-tabs {
187 margin-bottom: 0;
188 }
189
190 .getwid-editor-url-input .components-base-control__field input {
191 width: 100%;
192 }
193
194 .wp-block-getwid-custom-post-type__template .wp-block-columns {
195 display: flex;
196 }