PluginProbe
Block Manager / 1.2.3c
Block Manager v1.2.3c
trunk 1.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.2.3c 1.2.4 1.2.5 2.0.0 2.1.0 2.1.0.1 2.1.1 3.0.0 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1
block-manager / dist / css / style.css

style.css in Block Manager 1.2.3c, at dist/css/style.css

782 lines 23.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .settings_page_block-manager #wpbody-content {
2 background-color: #f1f1f1; }
3
4 .gbm *,
5 .gbm *:before,
6 .gbm *:after {
7 -webkit-box-sizing: border-box;
8 box-sizing: border-box; }
9
10 .gbm button[type='button'] {
11 cursor: pointer; }
12
13 .gbm-block-list-wrapper {
14 padding: 0 20px;
15 width: 100%;
16 max-width: 1800px; }
17 @media screen and (min-width: 600px) {
18 .gbm-block-list-wrapper {
19 display: -webkit-box;
20 display: -ms-flexbox;
21 display: flex;
22 -webkit-box-orient: horizontal;
23 -webkit-box-direction: reverse;
24 -ms-flex-direction: row-reverse;
25 flex-direction: row-reverse; } }
26 .gbm-block-list-wrapper.categories {
27 max-width: 1400px; }
28 .gbm-block-list-wrapper .global-loader.loading {
29 background: url(../img/ajax-loader.gif) no-repeat 2px 26px;
30 padding: 25px 0 25px 26px;
31 display: block; }
32 .gbm-block-list-wrapper.loaded .global-loader.loading {
33 display: none; }
34 .gbm-block-list-wrapper .gbm-block-group {
35 margin: 0 0 15px;
36 background: #fff;
37 border: 1px solid #ccd0d4;
38 -webkit-border-radius: 4px;
39 border-radius: 4px; }
40 .gbm-block-list-wrapper .gbm-nav {
41 width: 100%;
42 margin-bottom: 15px;
43 padding: 0;
44 position: relative;
45 -webkit-transition: all 0.15s ease;
46 -o-transition: all 0.15s ease;
47 transition: all 0.15s ease; }
48 @media screen and (min-width: 600px) {
49 .gbm-block-list-wrapper .gbm-nav {
50 width: 225px; } }
51 @media screen and (min-width: 768px) {
52 .gbm-block-list-wrapper .gbm-nav {
53 width: 250px; } }
54 .gbm-block-list-wrapper .gbm-nav-wrap {
55 padding-bottom: 5px; }
56 .gbm-block-list-wrapper .gbm-nav-wrap button {
57 background: none;
58 border: none;
59 outline: none;
60 text-align: left;
61 padding: 0 0 5px;
62 margin: 0 0 5px;
63 width: 100%;
64 display: block;
65 font-size: 13px; }
66 .gbm-block-list-wrapper .gbm-nav-wrap button:hover, .gbm-block-list-wrapper .gbm-nav-wrap button:focus {
67 border: none;
68 background-color: transparent;
69 text-decoration: underline;
70 color: #80629e; }
71 .gbm-block-list-wrapper .gbm-nav-wrap p {
72 margin: 0 0 15px; }
73 .gbm-block-list-wrapper .gbm-nav #gbm-sticky {
74 padding: 16px 15px 15px;
75 background: #fff;
76 border: 1px solid #ccd0d4;
77 -webkit-border-radius: 4px;
78 border-radius: 4px; }
79 .gbm-block-list-wrapper .gbm-blocks {
80 -webkit-box-flex: 1;
81 -ms-flex: 1;
82 flex: 1; }
83 @media screen and (min-width: 600px) {
84 .gbm-block-list-wrapper .gbm-blocks {
85 padding-right: 20px; } }
86 .gbm-block-list-wrapper .gbm-blocks button.item {
87 width: 100%; }
88 @media screen and (min-width: 600px) {
89 .gbm-block-list-wrapper .gbm-blocks button.item {
90 width: 100%;
91 margin: 0 0 10px; } }
92 @media screen and (min-width: 800px) {
93 .gbm-block-list-wrapper .gbm-blocks button.item {
94 margin: 0 5px 10px;
95 width: calc(50% - 10px); } }
96 @media screen and (min-width: 1024px) {
97 .gbm-block-list-wrapper .gbm-blocks button.item {
98 width: calc(33.333% - 10px); } }
99 @media screen and (min-width: 1300px) {
100 .gbm-block-list-wrapper .gbm-blocks button.item {
101 width: calc(25% - 10px); } }
102 @media screen and (min-width: 1700px) {
103 .gbm-block-list-wrapper .gbm-blocks button.item {
104 width: calc(20% - 10px); } }
105 .gbm-block-list-wrapper .gbm-blocks.gbm-view-list button.item {
106 width: calc(100% - 10px) !important;
107 margin: 0 5px 10px !important;
108 padding: 15px; }
109 .gbm-block-list-wrapper .gbm-blocks.gbm-view-list button.item .gbm-block-switch {
110 left: auto;
111 bottom: auto;
112 right: 15px;
113 top: 15px; }
114 .gbm-block-list-wrapper .gbm-search {
115 display: block;
116 width: 100%;
117 position: relative;
118 padding: 15px 0 0;
119 border-top: 1px solid #ccd0d4; }
120 .gbm-block-list-wrapper .gbm-search input {
121 -webkit-border-radius: 4px;
122 border-radius: 4px;
123 width: 100%;
124 margin: 0;
125 padding: 0 5px;
126 border-color: #ccd0d4;
127 background-color: #f7f7f7;
128 height: 32px;
129 font-size: 13px; }
130 .gbm-block-list-wrapper .gbm-search button {
131 font-size: 14px;
132 margin: 0;
133 padding: 0 5px;
134 background: transparent;
135 color: #ccd0d4;
136 border: none;
137 -webkit-border-radius: 0;
138 border-radius: 0;
139 height: 32px;
140 font-size: 13px;
141 position: absolute;
142 top: calc(50% + 7px);
143 -webkit-transform: translateY(-50%);
144 -ms-transform: translateY(-50%);
145 transform: translateY(-50%);
146 right: 0; }
147 .gbm-block-list-wrapper .gbm-search button:focus, .gbm-block-list-wrapper .gbm-search button:hover {
148 color: #80629e; }
149
150 .gbm-code-export {
151 position: fixed;
152 left: 0;
153 top: 0;
154 right: 0;
155 bottom: 0;
156 background-color: rgba(255, 255, 255, 0.85);
157 z-index: 99999;
158 display: -webkit-box;
159 display: -ms-flexbox;
160 display: flex;
161 -webkit-box-align: center;
162 -ms-flex-align: center;
163 align-items: center;
164 -webkit-box-pack: center;
165 -ms-flex-pack: center;
166 justify-content: center;
167 width: 100%;
168 opacity: 0;
169 visibility: hidden;
170 -webkit-transition: all 0.35s ease-in-out 0.1s;
171 -o-transition: all 0.35s ease-in-out 0.1s;
172 transition: all 0.35s ease-in-out 0.1s;
173 -webkit-transform: scale(1.1);
174 -ms-transform: scale(1.1);
175 transform: scale(1.1); }
176 .gbm-code-export.active {
177 opacity: 1;
178 visibility: visible;
179 -webkit-transform: scale(1);
180 -ms-transform: scale(1);
181 transform: scale(1); }
182 .gbm-code-export--inner {
183 max-width: 680px;
184 margin: 0 auto;
185 padding: 20px;
186 background-color: #fff;
187 -webkit-border-radius: 10px;
188 border-radius: 10px;
189 border: 1px solid #ccd0d4;
190 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
191 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
192 .gbm-code-export--inner > div {
193 display: -webkit-box;
194 display: -ms-flexbox;
195 display: flex;
196 width: 100%;
197 padding: 0 0 10px 5px;
198 -webkit-box-pack: justify;
199 -ms-flex-pack: justify;
200 justify-content: space-between;
201 -webkit-box-align: center;
202 -ms-flex-align: center;
203 align-items: center; }
204 .gbm-code-export--inner button {
205 margin-left: 5px !important;
206 -webkit-border-radius: 4px;
207 border-radius: 4px; }
208 .gbm-code-export--inner p {
209 margin: 0;
210 padding: 0;
211 max-width: 60%; }
212 .gbm-code-export code {
213 display: block;
214 padding: 20px;
215 word-break: break-word;
216 font-size: 11px;
217 -webkit-border-radius: 4px;
218 border-radius: 4px;
219 font-family: 'consolas', Monaco, monospace;
220 border: 1px solid #ccd0d4;
221 max-height: 300px;
222 overflow: hidden;
223 overflow-y: auto;
224 -webkit-overflow-scrolling: touch; }
225
226 .gbm-options {
227 padding: 0 0 15px;
228 display: -webkit-box;
229 display: -ms-flexbox;
230 display: flex;
231 -webkit-box-pack: end;
232 -ms-flex-pack: end;
233 justify-content: flex-end;
234 width: 100%; }
235 .gbm-options button {
236 -webkit-border-radius: 4px;
237 border-radius: 4px;
238 border: 1px solid #ccd0d4;
239 background-color: #fff;
240 margin: 0;
241 padding: 8px 12px 8px 10px;
242 display: -webkit-box;
243 display: -ms-flexbox;
244 display: flex;
245 -webkit-box-align: center;
246 -ms-flex-align: center;
247 align-items: center;
248 font-size: 12px;
249 line-height: 1;
250 color: #777; }
251 .gbm-options button:hover, .gbm-options button:focus {
252 color: #222;
253 border-color: #999ea2; }
254 .gbm-options button span {
255 margin-right: 5px;
256 opacity: 0.75; }
257 .gbm-options button span,
258 .gbm-options button span:before {
259 height: 15px;
260 width: 15px;
261 font-size: 15px; }
262 .gbm-options button.active {
263 background-color: #999ea2;
264 border-color: #999ea2;
265 color: #fff;
266 cursor: default;
267 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
268 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
269 font-weight: 500; }
270 .gbm-options button.active span {
271 opacity: 1; }
272 .gbm-options button.resetblocks, .gbm-options button.export {
273 margin-left: 5px; }
274 .gbm-options button.hidden {
275 display: none; }
276 .gbm-options button.spin .dashicons {
277 -webkit-animation-name: spin;
278 animation-name: spin;
279 -webkit-animation-duration: 1250ms;
280 animation-duration: 1250ms;
281 -webkit-animation-iteration-count: infinite;
282 animation-iteration-count: infinite;
283 -webkit-animation-timing-function: linear;
284 animation-timing-function: linear; }
285 .gbm-options--view {
286 display: -webkit-box;
287 display: -ms-flexbox;
288 display: flex;
289 margin-right: auto; }
290 .gbm-options--view button {
291 -webkit-border-radius: 0 4px 4px 0;
292 border-radius: 0 4px 4px 0; }
293 .gbm-options--view button:first-of-type {
294 border-right: none;
295 -webkit-border-radius: 4px 0 0 4px;
296 border-radius: 4px 0 0 4px; }
297 .gbm-options--view button:last-of-type {
298 border-left: none; }
299
300 .gbm-block-list {
301 width: 100%;
302 width: 100%;
303 display: -webkit-box;
304 display: -ms-flexbox;
305 display: flex;
306 -ms-flex-wrap: wrap;
307 flex-wrap: wrap;
308 position: relative;
309 padding: 10px 10px 0px;
310 text-align: left; }
311 @media screen and (min-width: 600px) {
312 .gbm-block-list {
313 padding: 10px 5px 0px; } }
314 .gbm-block-list.loading .loader {
315 opacity: 0.5;
316 visibility: visible; }
317 .gbm-block-list .loader {
318 position: absolute;
319 left: 0;
320 top: 0;
321 width: 100%;
322 height: 100%;
323 background-color: #fff;
324 z-index: 9999;
325 -webkit-transition: all 0.15s ease;
326 -o-transition: all 0.15s ease;
327 transition: all 0.15s ease;
328 visibility: hidden;
329 opacity: 0;
330 cursor: default; }
331 .gbm-block-list .item {
332 padding: 15px 15px 45px;
333 border: 1px solid #ccd0d4;
334 background-color: #f7f7f7;
335 background-position: right 15px bottom 15px;
336 -webkit-border-radius: 4px;
337 border-radius: 4px;
338 position: relative;
339 -webkit-transition: all 0.15s ease;
340 -o-transition: all 0.15s ease;
341 transition: all 0.15s ease;
342 margin: 0 0 10px;
343 display: -webkit-box;
344 display: -ms-flexbox;
345 display: flex;
346 -webkit-box-align: start;
347 -ms-flex-align: start;
348 align-items: flex-start;
349 -webkit-box-orient: vertical;
350 -webkit-box-direction: normal;
351 -ms-flex-direction: column;
352 flex-direction: column;
353 position: relative; }
354 .gbm-block-list .item.disabled {
355 background-color: rgba(255, 255, 255, 0.25); }
356 .gbm-block-list .item.disabled .gbm-block-switch--wrap {
357 background-color: #ccc; }
358 .gbm-block-list .item.disabled .gbm-block-switch span {
359 margin-left: 2px; }
360 .gbm-block-list .item.disabled .icon {
361 opacity: 0.35; }
362 .gbm-block-list .item.disabled:hover, .gbm-block-list .item.disabled:focus {
363 border-color: #999; }
364 .gbm-block-list .item.filtered {
365 background-color: rgba(255, 255, 255, 0.5);
366 border-color: #efefef;
367 cursor: not-allowed;
368 text-decoration: none;
369 opacity: 0.65; }
370 .gbm-block-list .item.filtered:hover, .gbm-block-list .item.filtered:focus {
371 border-color: #efefef; }
372 .gbm-block-list .item.filtered:hover .block-info--title, .gbm-block-list .item.filtered:focus .block-info--title {
373 text-decoration: none; }
374 .gbm-block-list .item.loading {
375 background: #fff url(../img/ajax-loader.gif) no-repeat right 15px bottom 15px; }
376 .gbm-block-list .item.loading > .gbm-block-group {
377 opacity: 0.65; }
378 .gbm-block-list .item--wrap {
379 display: -webkit-box;
380 display: -ms-flexbox;
381 display: flex;
382 -webkit-box-align: start;
383 -ms-flex-align: start;
384 align-items: flex-start;
385 -webkit-box-orient: vertical;
386 -webkit-box-direction: normal;
387 -ms-flex-direction: column;
388 flex-direction: column;
389 -ms-flex-wrap: nowrap;
390 flex-wrap: nowrap;
391 width: 100%;
392 position: relative;
393 padding-left: 40px; }
394 .gbm-block-list .item--wrap .block-info {
395 display: block;
396 width: 100%;
397 height: auto;
398 line-height: 1.4; }
399 .gbm-block-list .item--wrap .block-info--wrap {
400 -webkit-box-flex: 1;
401 -ms-flex: 1;
402 flex: 1;
403 text-align: left; }
404 .gbm-block-list .item--wrap .block-info--title {
405 font-weight: 600;
406 margin-bottom: 10px;
407 font-size: 14px;
408 line-height: 18px;
409 text-transform: capitalize; }
410 .gbm-block-list .item--wrap .block-info--desc {
411 opacity: 0.75;
412 width: 100%;
413 display: -webkit-box;
414 -webkit-line-clamp: 3;
415 -webkit-box-orient: vertical;
416 overflow: hidden; }
417 .gbm-block-list .item--wrap .block-info--id {
418 font-size: 12px;
419 font-family: 'consolas', Monaco, monospace;
420 color: #999;
421 display: none; }
422 .gbm-block-list .item[data-category='woocommerce'] div.icon {
423 color: #96588a;
424 opacity: 1; }
425 .gbm-block-list .item[data-category='woocommerce'] div.icon svg {
426 fill: currentColor; }
427 .gbm-block-list .item span.dashicons {
428 font-size: 23px; }
429 .gbm-block-list .item div.icon {
430 width: 24px;
431 opacity: 0.65;
432 display: block;
433 margin: 0 0 8px;
434 text-align: left;
435 position: absolute;
436 left: 0;
437 top: 0;
438 -webkit-transition: all 0.15s ease;
439 -o-transition: all 0.15s ease;
440 transition: all 0.15s ease; }
441 .gbm-block-list .item div.icon svg {
442 max-width: 100%; }
443 .gbm-block-list button.item {
444 cursor: pointer; }
445 .gbm-block-list button.item:hover, .gbm-block-list button.item:focus {
446 border-color: #999ea2; }
447 .gbm-block-list button.item:hover.disabled .gbm-block-switch--wrap, .gbm-block-list button.item:focus.disabled .gbm-block-switch--wrap {
448 background-color: #999; }
449 .gbm-block-list button.item:hover .block-info--title, .gbm-block-list button.item:focus .block-info--title {
450 text-decoration: underline; }
451 .gbm-block-list.categories {
452 padding: 10px 25px; }
453 .gbm-block-list.categories .item {
454 width: 100%;
455 padding: 15px 2px;
456 margin: 0;
457 background: #fff !important;
458 border: none;
459 border-top: 1px solid #ccd0d4;
460 -webkit-border-radius: 0;
461 border-radius: 0; }
462 .gbm-block-list.categories .item:hover .block-info--title,
463 .gbm-block-list.categories .item :focus-within .block-info--title {
464 text-decoration: underline; }
465 .gbm-block-list.categories .item:first-of-type {
466 border: none; }
467 .gbm-block-list.categories .item .gbm-cat-status {
468 position: absolute;
469 right: 5px;
470 bottom: 5px;
471 -webkit-transition: all 0.25s ease;
472 -o-transition: all 0.25s ease;
473 transition: all 0.25s ease;
474 color: #fff;
475 background-color: #75ca5d;
476 padding: 9px 11px;
477 -webkit-border-radius: 2px;
478 border-radius: 2px;
479 font-size: 12px;
480 line-height: 1;
481 opacity: 0;
482 visibility: hidden; }
483 .gbm-block-list.categories .item .gbm-cat-status.active {
484 opacity: 0.9;
485 visibility: visible; }
486 .gbm-block-list.categories .item .block-info--title {
487 font-size: 15px;
488 padding-top: 2px; }
489 .gbm-block-list.categories .item .block-info--desc {
490 display: none; }
491 .gbm-block-list.categories .item .block-info--id {
492 display: block; }
493 .gbm-block-list.categories .item .block-info--wrap {
494 width: 100%; }
495 @media screen and (min-width: 768px) {
496 .gbm-block-list.categories .item .block-info--wrap {
497 display: -webkit-box;
498 display: -ms-flexbox;
499 display: flex;
500 -ms-flex-wrap: nowrap;
501 flex-wrap: nowrap;
502 -webkit-box-align: center;
503 -ms-flex-align: center;
504 align-items: center; } }
505 .gbm-block-list.categories .item .block-info--action {
506 padding-top: 15px; }
507 @media screen and (min-width: 768px) {
508 .gbm-block-list.categories .item .block-info--action {
509 padding-top: 0;
510 margin-left: auto; } }
511 .gbm-block-list.categories .item label span {
512 display: block; }
513 .gbm-block-list.categories .item label select {
514 margin: 0;
515 min-width: 160px; }
516 .gbm-block-list.categories .item.loading .loading-cover {
517 opacity: 1;
518 visibility: visible; }
519 .gbm-block-list.categories .item .loading-cover {
520 display: block;
521 opacity: 0;
522 visibility: hidden;
523 position: absolute;
524 left: 0;
525 top: 0;
526 bottom: 0;
527 right: 0;
528 z-index: 9999;
529 background: rgba(255, 255, 255, 0.65) url(../img/ajax-loader.gif) no-repeat center center;
530 -webkit-transition: all 0.25s ease;
531 -o-transition: all 0.25s ease;
532 transition: all 0.25s ease; }
533 .gbm-block-list .gbm-block-switch {
534 position: absolute;
535 left: 13px;
536 bottom: 15px; }
537
538 .gbm-block-list-controls {
539 display: -webkit-box;
540 display: -ms-flexbox;
541 display: flex;
542 width: 100%;
543 -webkit-box-align: center;
544 -ms-flex-align: center;
545 align-items: center;
546 -ms-flex-wrap: nowrap;
547 flex-wrap: nowrap;
548 margin: 0;
549 padding: 8px 10px 8px 11px;
550 border-bottom: 1px solid #ccd0d4;
551 background-color: #f7f7f7;
552 -webkit-border-radius: 3px 3px 0 0;
553 border-radius: 3px 3px 0 0; }
554 .gbm-block-list-controls.no-border {
555 border: none; }
556 .gbm-block-list-controls.categories {
557 padding: 0 25px;
558 height: 45px;
559 font-weight: 600;
560 text-transform: uppercase;
561 display: none; }
562 @media screen and (min-width: 768px) {
563 .gbm-block-list-controls.categories {
564 display: -webkit-box;
565 display: -ms-flexbox;
566 display: flex; } }
567 .gbm-block-list-controls.categories p {
568 margin: 0; }
569 .gbm-block-list-controls.categories h3:last-of-type {
570 text-align: right; }
571 .gbm-block-list-controls h3 {
572 -webkit-box-flex: 1;
573 -ms-flex: 1;
574 flex: 1;
575 text-transform: uppercase;
576 padding: 0;
577 margin: 0;
578 font-size: 13px;
579 font-weight: 700; }
580 .gbm-block-list-controls h3 span {
581 font-weight: 400;
582 opacity: 0.5;
583 font-size: 12px;
584 position: relative;
585 left: 2px; }
586 .gbm-block-list-controls .gbm-block-switch {
587 position: relative;
588 top: -1px;
589 width: 30px;
590 height: 30px; }
591
592 .gbm-block-switch {
593 cursor: pointer;
594 height: 9px;
595 width: 22px;
596 padding: 0;
597 margin: 0;
598 -webkit-box-shadow: none;
599 box-shadow: none;
600 border: none;
601 background-color: transparent; }
602 .gbm-block-switch--wrap {
603 position: relative;
604 height: 13px;
605 width: 26px;
606 background-color: #75ca5d;
607 -webkit-border-radius: 100px;
608 border-radius: 100px;
609 -webkit-transition: all 0.15s ease;
610 -o-transition: all 0.15s ease;
611 transition: all 0.15s ease; }
612 .gbm-block-switch span {
613 -webkit-border-radius: 100px;
614 border-radius: 100px;
615 width: 9px;
616 height: 9px;
617 background-color: #fff;
618 display: block;
619 -webkit-transition: all 0.15s ease;
620 -o-transition: all 0.15s ease;
621 transition: all 0.15s ease;
622 margin-left: 15px;
623 position: relative;
624 top: 2px; }
625 .gbm-block-switch.disabled .gbm-block-switch--wrap {
626 background-color: #ccc; }
627 .gbm-block-switch.disabled span {
628 margin-left: 2px; }
629
630 .gbm-block-categories {
631 padding: 0 20px;
632 width: 100%;
633 max-width: 1800px;
634 display: -webkit-box;
635 display: -ms-flexbox;
636 display: flex;
637 -ms-flex-wrap: wrap;
638 flex-wrap: wrap; }
639 .gbm-block-categories > div {
640 width: 100%; }
641
642 .gbm .offscreen {
643 position: absolute !important;
644 top: -9999px !important;
645 left: -9999px !important; }
646
647 .gbm-page-wrap--header {
648 background: #fff url(../img/icon.png) no-repeat 20px 20px;
649 -webkit-background-size: 48px 48px;
650 background-size: 48px 48px;
651 padding: 23px 20px 20px 78px;
652 position: relative; }
653 @media screen and (min-width: 768px) {
654 .gbm-page-wrap--header {
655 padding-right: 200px; } }
656 .gbm-page-wrap--header h2 {
657 margin: 0 0 3px;
658 padding: 0; }
659 .gbm-page-wrap--header h2 span {
660 font-size: 12px;
661 position: relative;
662 top: -1px;
663 left: 1px; }
664 .gbm-page-wrap--header p {
665 padding: 0;
666 margin: 0; }
667 .gbm-page-wrap--header p span.block-total {
668 display: inline-block;
669 background: #f7f7f7;
670 padding: 1px 4px;
671 -webkit-border-radius: 4px;
672 border-radius: 4px;
673 border: 1px solid #efefef;
674 font-weight: 600; }
675 .gbm-page-wrap--header button.button {
676 margin-top: 10px;
677 display: none; }
678 @media screen and (min-width: 600px) {
679 .gbm-page-wrap--header button.button {
680 display: -webkit-box;
681 display: -ms-flexbox;
682 display: flex;
683 -webkit-box-align: center;
684 -ms-flex-align: center;
685 align-items: center; } }
686 @media screen and (min-width: 768px) {
687 .gbm-page-wrap--header button.button {
688 margin-top: 0;
689 position: absolute;
690 right: 20px;
691 top: 50%;
692 -webkit-transform: translateY(-50%);
693 -ms-transform: translateY(-50%);
694 transform: translateY(-50%); } }
695 .gbm-page-wrap--header button.button span {
696 position: relative;
697 left: -2px; }
698
699 #gbm-sticky.attached {
700 position: fixed;
701 width: auto;
702 top: 70px;
703 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
704 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
705
706 .settings_page_block-manager #wpcontent {
707 padding-left: 0; }
708
709 .settings_page_block-manager #gbm-container {
710 padding: 0;
711 position: relative; }
712 .settings_page_block-manager #gbm-container *,
713 .settings_page_block-manager #gbm-container *:before,
714 .settings_page_block-manager #gbm-container *:after {
715 -webkit-box-sizing: border-box;
716 box-sizing: border-box; }
717 .settings_page_block-manager #gbm-container .nav-tab-wrapper {
718 padding: 6px 15px 0;
719 margin: 0 0 20px;
720 border-color: #ccd0d4;
721 background: #fff;
722 display: -webkit-box;
723 display: -ms-flexbox;
724 display: flex;
725 width: 100%;
726 -webkit-box-align: center;
727 -ms-flex-align: center;
728 align-items: center; }
729 .settings_page_block-manager #gbm-container .nav-tab-wrapper .nav-tab {
730 padding: 7px 16px;
731 -webkit-border-radius: 3px 3px 0 0;
732 border-radius: 3px 3px 0 0;
733 float: none; }
734 .settings_page_block-manager #gbm-container .nav-tab-wrapper .nav-tab-active {
735 cursor: default; }
736 .settings_page_block-manager #gbm-container .nav-tab-wrapper i {
737 opacity: 0.35;
738 margin: 0 3px;
739 font-size: 12px; }
740 .settings_page_block-manager #gbm-container .nav-tab-wrapper span {
741 padding: 0 1px 0 12px;
742 font-size: 14px;
743 font-weight: 500;
744 float: left;
745 position: relative;
746 top: -1px; }
747
748 #gbm-other-plugins {
749 background: #f7f7f7;
750 padding: 20px 20px 0;
751 border-bottom: 1px solid #ccd0d4;
752 display: none; }
753 #gbm-other-plugins h2 {
754 padding: 0;
755 margin: 0; }
756 #gbm-other-plugins section {
757 max-width: 1800px;
758 position: relative; }
759 #gbm-other-plugins section > h2 {
760 margin: 0 0 20px; }
761 #gbm-other-plugins section > button {
762 position: absolute;
763 right: 0;
764 top: -8px; }
765
766 @-webkit-keyframes spin {
767 from {
768 -webkit-transform: rotate(0deg);
769 transform: rotate(0deg); }
770 to {
771 -webkit-transform: rotate(360deg);
772 transform: rotate(360deg); } }
773
774 @keyframes spin {
775 from {
776 -webkit-transform: rotate(0deg);
777 transform: rotate(0deg); }
778 to {
779 -webkit-transform: rotate(360deg);
780 transform: rotate(360deg); } }
781
782 /*# sourceMappingURL=style.css.map*/