| 1 |
.settings_page_gutenberg-block-manager #wpbody-content { |
| 2 |
background-color: #f1f1f1; |
| 3 |
} |
| 4 |
|
| 5 |
.gbm *, |
| 6 |
.gbm *:before, |
| 7 |
.gbm *:after { |
| 8 |
-webkit-box-sizing: border-box; |
| 9 |
box-sizing: border-box; |
| 10 |
} |
| 11 |
|
| 12 |
.gbm button[type='button'] { |
| 13 |
cursor: pointer; |
| 14 |
} |
| 15 |
|
| 16 |
.gbm-block-list-wrapper { |
| 17 |
padding: 0 20px; |
| 18 |
width: 100%; |
| 19 |
max-width: 1800px; |
| 20 |
} |
| 21 |
|
| 22 |
@media screen and (min-width: 600px) { |
| 23 |
.gbm-block-list-wrapper { |
| 24 |
display: -webkit-box; |
| 25 |
display: -webkit-flex; |
| 26 |
display: -ms-flexbox; |
| 27 |
display: flex; |
| 28 |
-webkit-box-orient: horizontal; |
| 29 |
-webkit-box-direction: reverse; |
| 30 |
-webkit-flex-direction: row-reverse; |
| 31 |
-ms-flex-direction: row-reverse; |
| 32 |
flex-direction: row-reverse; |
| 33 |
} |
| 34 |
} |
| 35 |
|
| 36 |
.gbm-block-list-wrapper.categories { |
| 37 |
max-width: 1400px; |
| 38 |
} |
| 39 |
|
| 40 |
.gbm-block-list-wrapper .global-loader.loading { |
| 41 |
background: url(../img/ajax-loader.gif) no-repeat 2px 26px; |
| 42 |
padding: 25px 0 25px 26px; |
| 43 |
display: block; |
| 44 |
} |
| 45 |
|
| 46 |
.gbm-block-list-wrapper.loaded .global-loader.loading { |
| 47 |
display: none; |
| 48 |
} |
| 49 |
|
| 50 |
.gbm-block-list-wrapper .gbm-block-group { |
| 51 |
margin: 0 0 15px; |
| 52 |
background: #fff; |
| 53 |
border: 1px solid #ccd0d4; |
| 54 |
-webkit-border-radius: 4px; |
| 55 |
border-radius: 4px; |
| 56 |
} |
| 57 |
|
| 58 |
.gbm-block-list-wrapper .gbm-nav { |
| 59 |
width: 100%; |
| 60 |
margin-bottom: 15px; |
| 61 |
padding: 0; |
| 62 |
position: relative; |
| 63 |
-webkit-transition: all 0.15s ease; |
| 64 |
-o-transition: all 0.15s ease; |
| 65 |
transition: all 0.15s ease; |
| 66 |
} |
| 67 |
|
| 68 |
@media screen and (min-width: 600px) { |
| 69 |
.gbm-block-list-wrapper .gbm-nav { |
| 70 |
width: 225px; |
| 71 |
} |
| 72 |
} |
| 73 |
|
| 74 |
@media screen and (min-width: 768px) { |
| 75 |
.gbm-block-list-wrapper .gbm-nav { |
| 76 |
width: 250px; |
| 77 |
} |
| 78 |
} |
| 79 |
|
| 80 |
.gbm-block-list-wrapper .gbm-nav-wrap { |
| 81 |
padding-bottom: 5px; |
| 82 |
} |
| 83 |
|
| 84 |
.gbm-block-list-wrapper .gbm-nav-wrap button { |
| 85 |
background: none; |
| 86 |
border: none; |
| 87 |
outline: none; |
| 88 |
text-align: left; |
| 89 |
padding: 0 0 5px; |
| 90 |
margin: 0 0 5px; |
| 91 |
width: 100%; |
| 92 |
display: block; |
| 93 |
font-size: 13px; |
| 94 |
} |
| 95 |
|
| 96 |
.gbm-block-list-wrapper .gbm-nav-wrap button:hover, .gbm-block-list-wrapper .gbm-nav-wrap button:focus { |
| 97 |
border: none; |
| 98 |
background-color: transparent; |
| 99 |
text-decoration: underline; |
| 100 |
color: #80629e; |
| 101 |
} |
| 102 |
|
| 103 |
.gbm-block-list-wrapper .gbm-nav-wrap p { |
| 104 |
margin: 0 0 15px; |
| 105 |
} |
| 106 |
|
| 107 |
.gbm-block-list-wrapper .gbm-nav #gbm-sticky { |
| 108 |
padding: 16px 15px 15px; |
| 109 |
background: #fff; |
| 110 |
border: 1px solid #ccd0d4; |
| 111 |
-webkit-border-radius: 4px; |
| 112 |
border-radius: 4px; |
| 113 |
} |
| 114 |
|
| 115 |
.gbm-block-list-wrapper .gbm-blocks { |
| 116 |
-webkit-box-flex: 1; |
| 117 |
-webkit-flex: 1; |
| 118 |
-ms-flex: 1; |
| 119 |
flex: 1; |
| 120 |
} |
| 121 |
|
| 122 |
@media screen and (min-width: 600px) { |
| 123 |
.gbm-block-list-wrapper .gbm-blocks { |
| 124 |
padding-right: 20px; |
| 125 |
} |
| 126 |
} |
| 127 |
|
| 128 |
.gbm-block-list-wrapper .gbm-blocks button.item { |
| 129 |
width: 100%; |
| 130 |
} |
| 131 |
|
| 132 |
@media screen and (min-width: 600px) { |
| 133 |
.gbm-block-list-wrapper .gbm-blocks button.item { |
| 134 |
width: 100%; |
| 135 |
margin: 0 0 10px; |
| 136 |
} |
| 137 |
} |
| 138 |
|
| 139 |
@media screen and (min-width: 800px) { |
| 140 |
.gbm-block-list-wrapper .gbm-blocks button.item { |
| 141 |
margin: 0 5px 10px; |
| 142 |
width: calc(50% - 10px); |
| 143 |
} |
| 144 |
} |
| 145 |
|
| 146 |
@media screen and (min-width: 1024px) { |
| 147 |
.gbm-block-list-wrapper .gbm-blocks button.item { |
| 148 |
width: calc(33.333% - 10px); |
| 149 |
} |
| 150 |
} |
| 151 |
|
| 152 |
@media screen and (min-width: 1300px) { |
| 153 |
.gbm-block-list-wrapper .gbm-blocks button.item { |
| 154 |
width: calc(25% - 10px); |
| 155 |
} |
| 156 |
} |
| 157 |
|
| 158 |
@media screen and (min-width: 1700px) { |
| 159 |
.gbm-block-list-wrapper .gbm-blocks button.item { |
| 160 |
width: calc(20% - 10px); |
| 161 |
} |
| 162 |
} |
| 163 |
|
| 164 |
.gbm-block-list-wrapper .gbm-blocks.gbm-view-list button.item { |
| 165 |
width: calc(100% - 10px) !important; |
| 166 |
margin: 0 5px 10px !important; |
| 167 |
padding: 15px; |
| 168 |
} |
| 169 |
|
| 170 |
.gbm-block-list-wrapper .gbm-blocks.gbm-view-list button.item .gbm-block-switch { |
| 171 |
left: auto; |
| 172 |
bottom: auto; |
| 173 |
right: 15px; |
| 174 |
top: 15px; |
| 175 |
} |
| 176 |
|
| 177 |
.gbm-block-list-wrapper .gbm-search { |
| 178 |
display: block; |
| 179 |
width: 100%; |
| 180 |
position: relative; |
| 181 |
padding: 15px 0 0; |
| 182 |
border-top: 1px solid #ccd0d4; |
| 183 |
} |
| 184 |
|
| 185 |
.gbm-block-list-wrapper .gbm-search input { |
| 186 |
-webkit-border-radius: 4px; |
| 187 |
border-radius: 4px; |
| 188 |
width: 100%; |
| 189 |
margin: 0; |
| 190 |
padding: 0 5px; |
| 191 |
border-color: #ccd0d4; |
| 192 |
background-color: #f7f7f7; |
| 193 |
height: 32px; |
| 194 |
font-size: 13px; |
| 195 |
} |
| 196 |
|
| 197 |
.gbm-block-list-wrapper .gbm-search button { |
| 198 |
font-size: 14px; |
| 199 |
margin: 0; |
| 200 |
padding: 0 5px; |
| 201 |
background: transparent; |
| 202 |
color: #ccd0d4; |
| 203 |
border: none; |
| 204 |
-webkit-border-radius: 0; |
| 205 |
border-radius: 0; |
| 206 |
height: 32px; |
| 207 |
font-size: 13px; |
| 208 |
position: absolute; |
| 209 |
top: calc(50% + 7px); |
| 210 |
-webkit-transform: translateY(-50%); |
| 211 |
-ms-transform: translateY(-50%); |
| 212 |
transform: translateY(-50%); |
| 213 |
right: 0; |
| 214 |
} |
| 215 |
|
| 216 |
.gbm-block-list-wrapper .gbm-search button:focus, .gbm-block-list-wrapper .gbm-search button:hover { |
| 217 |
color: #80629e; |
| 218 |
} |
| 219 |
|
| 220 |
.gbm-code-export { |
| 221 |
position: fixed; |
| 222 |
left: 0; |
| 223 |
top: 0; |
| 224 |
right: 0; |
| 225 |
bottom: 0; |
| 226 |
background-color: rgba(255, 255, 255, 0.85); |
| 227 |
z-index: 99999; |
| 228 |
display: -webkit-box; |
| 229 |
display: -webkit-flex; |
| 230 |
display: -ms-flexbox; |
| 231 |
display: flex; |
| 232 |
-webkit-box-align: center; |
| 233 |
-webkit-align-items: center; |
| 234 |
-ms-flex-align: center; |
| 235 |
align-items: center; |
| 236 |
-webkit-box-pack: center; |
| 237 |
-webkit-justify-content: center; |
| 238 |
-ms-flex-pack: center; |
| 239 |
justify-content: center; |
| 240 |
width: 100%; |
| 241 |
opacity: 0; |
| 242 |
visibility: hidden; |
| 243 |
-webkit-transition: all 0.35s ease-in-out 0.1s; |
| 244 |
-o-transition: all 0.35s ease-in-out 0.1s; |
| 245 |
transition: all 0.35s ease-in-out 0.1s; |
| 246 |
-webkit-transform: scale(1.1); |
| 247 |
-ms-transform: scale(1.1); |
| 248 |
transform: scale(1.1); |
| 249 |
} |
| 250 |
|
| 251 |
.gbm-code-export.active { |
| 252 |
opacity: 1; |
| 253 |
visibility: visible; |
| 254 |
-webkit-transform: scale(1); |
| 255 |
-ms-transform: scale(1); |
| 256 |
transform: scale(1); |
| 257 |
} |
| 258 |
|
| 259 |
.gbm-code-export--inner { |
| 260 |
max-width: 680px; |
| 261 |
margin: 0 auto; |
| 262 |
padding: 20px; |
| 263 |
background-color: #fff; |
| 264 |
-webkit-border-radius: 10px; |
| 265 |
border-radius: 10px; |
| 266 |
border: 1px solid #ccd0d4; |
| 267 |
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); |
| 268 |
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); |
| 269 |
} |
| 270 |
|
| 271 |
.gbm-code-export--inner > div { |
| 272 |
display: -webkit-box; |
| 273 |
display: -webkit-flex; |
| 274 |
display: -ms-flexbox; |
| 275 |
display: flex; |
| 276 |
width: 100%; |
| 277 |
padding: 0 0 10px 5px; |
| 278 |
-webkit-box-pack: justify; |
| 279 |
-webkit-justify-content: space-between; |
| 280 |
-ms-flex-pack: justify; |
| 281 |
justify-content: space-between; |
| 282 |
-webkit-box-align: center; |
| 283 |
-webkit-align-items: center; |
| 284 |
-ms-flex-align: center; |
| 285 |
align-items: center; |
| 286 |
} |
| 287 |
|
| 288 |
.gbm-code-export--inner button { |
| 289 |
margin-left: 5px !important; |
| 290 |
-webkit-border-radius: 4px; |
| 291 |
border-radius: 4px; |
| 292 |
} |
| 293 |
|
| 294 |
.gbm-code-export--inner p { |
| 295 |
margin: 0; |
| 296 |
padding: 0; |
| 297 |
max-width: 60%; |
| 298 |
} |
| 299 |
|
| 300 |
.gbm-code-export code { |
| 301 |
display: block; |
| 302 |
padding: 20px; |
| 303 |
word-break: break-word; |
| 304 |
font-size: 11px; |
| 305 |
-webkit-border-radius: 4px; |
| 306 |
border-radius: 4px; |
| 307 |
font-family: 'consolas', Monaco, monospace; |
| 308 |
border: 1px solid #ccd0d4; |
| 309 |
max-height: 300px; |
| 310 |
overflow: hidden; |
| 311 |
overflow-y: auto; |
| 312 |
-webkit-overflow-scrolling: touch; |
| 313 |
} |
| 314 |
|
| 315 |
.gbm-options { |
| 316 |
padding: 0 0 15px; |
| 317 |
display: -webkit-box; |
| 318 |
display: -webkit-flex; |
| 319 |
display: -ms-flexbox; |
| 320 |
display: flex; |
| 321 |
-webkit-box-pack: end; |
| 322 |
-webkit-justify-content: flex-end; |
| 323 |
-ms-flex-pack: end; |
| 324 |
justify-content: flex-end; |
| 325 |
width: 100%; |
| 326 |
} |
| 327 |
|
| 328 |
.gbm-options button { |
| 329 |
-webkit-border-radius: 4px; |
| 330 |
border-radius: 4px; |
| 331 |
border: 1px solid #ccd0d4; |
| 332 |
background-color: #fff; |
| 333 |
margin: 0; |
| 334 |
padding: 8px 12px 8px 10px; |
| 335 |
display: -webkit-box; |
| 336 |
display: -webkit-flex; |
| 337 |
display: -ms-flexbox; |
| 338 |
display: flex; |
| 339 |
-webkit-box-align: center; |
| 340 |
-webkit-align-items: center; |
| 341 |
-ms-flex-align: center; |
| 342 |
align-items: center; |
| 343 |
font-size: 12px; |
| 344 |
line-height: 1; |
| 345 |
color: #777; |
| 346 |
} |
| 347 |
|
| 348 |
.gbm-options button:hover, .gbm-options button:focus { |
| 349 |
color: #222; |
| 350 |
border-color: #999ea2; |
| 351 |
} |
| 352 |
|
| 353 |
.gbm-options button span { |
| 354 |
margin-right: 5px; |
| 355 |
opacity: 0.75; |
| 356 |
} |
| 357 |
|
| 358 |
.gbm-options button span, |
| 359 |
.gbm-options button span:before { |
| 360 |
height: 15px; |
| 361 |
width: 15px; |
| 362 |
font-size: 15px; |
| 363 |
} |
| 364 |
|
| 365 |
.gbm-options button.active { |
| 366 |
background-color: #999ea2; |
| 367 |
border-color: #999ea2; |
| 368 |
color: #fff; |
| 369 |
cursor: default; |
| 370 |
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); |
| 371 |
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); |
| 372 |
font-weight: 500; |
| 373 |
} |
| 374 |
|
| 375 |
.gbm-options button.active span { |
| 376 |
opacity: 1; |
| 377 |
} |
| 378 |
|
| 379 |
.gbm-options button.resetblocks, .gbm-options button.export { |
| 380 |
margin-left: 5px; |
| 381 |
} |
| 382 |
|
| 383 |
.gbm-options button.hidden { |
| 384 |
display: none; |
| 385 |
} |
| 386 |
|
| 387 |
.gbm-options button.spin .dashicons { |
| 388 |
-webkit-animation-name: spin; |
| 389 |
animation-name: spin; |
| 390 |
-webkit-animation-duration: 1250ms; |
| 391 |
animation-duration: 1250ms; |
| 392 |
-webkit-animation-iteration-count: infinite; |
| 393 |
animation-iteration-count: infinite; |
| 394 |
-webkit-animation-timing-function: linear; |
| 395 |
animation-timing-function: linear; |
| 396 |
} |
| 397 |
|
| 398 |
.gbm-options--view { |
| 399 |
display: -webkit-box; |
| 400 |
display: -webkit-flex; |
| 401 |
display: -ms-flexbox; |
| 402 |
display: flex; |
| 403 |
margin-right: auto; |
| 404 |
} |
| 405 |
|
| 406 |
.gbm-options--view button { |
| 407 |
-webkit-border-radius: 0 4px 4px 0; |
| 408 |
border-radius: 0 4px 4px 0; |
| 409 |
} |
| 410 |
|
| 411 |
.gbm-options--view button:first-of-type { |
| 412 |
border-right: none; |
| 413 |
-webkit-border-radius: 4px 0 0 4px; |
| 414 |
border-radius: 4px 0 0 4px; |
| 415 |
} |
| 416 |
|
| 417 |
.gbm-options--view button:last-of-type { |
| 418 |
border-left: none; |
| 419 |
} |
| 420 |
|
| 421 |
.gbm-block-list { |
| 422 |
width: 100%; |
| 423 |
width: 100%; |
| 424 |
display: -webkit-box; |
| 425 |
display: -webkit-flex; |
| 426 |
display: -ms-flexbox; |
| 427 |
display: flex; |
| 428 |
-webkit-flex-wrap: wrap; |
| 429 |
-ms-flex-wrap: wrap; |
| 430 |
flex-wrap: wrap; |
| 431 |
position: relative; |
| 432 |
padding: 10px 10px 0px; |
| 433 |
text-align: left; |
| 434 |
} |
| 435 |
|
| 436 |
@media screen and (min-width: 600px) { |
| 437 |
.gbm-block-list { |
| 438 |
padding: 10px 5px 0px; |
| 439 |
} |
| 440 |
} |
| 441 |
|
| 442 |
.gbm-block-list.loading .loader { |
| 443 |
opacity: 0.5; |
| 444 |
visibility: visible; |
| 445 |
} |
| 446 |
|
| 447 |
.gbm-block-list .loader { |
| 448 |
position: absolute; |
| 449 |
left: 0; |
| 450 |
top: 0; |
| 451 |
width: 100%; |
| 452 |
height: 100%; |
| 453 |
background-color: #fff; |
| 454 |
z-index: 9999; |
| 455 |
-webkit-transition: all 0.15s ease; |
| 456 |
-o-transition: all 0.15s ease; |
| 457 |
transition: all 0.15s ease; |
| 458 |
visibility: hidden; |
| 459 |
opacity: 0; |
| 460 |
cursor: default; |
| 461 |
} |
| 462 |
|
| 463 |
.gbm-block-list .item { |
| 464 |
padding: 15px 15px 45px; |
| 465 |
border: 1px solid #ccd0d4; |
| 466 |
background-color: #f7f7f7; |
| 467 |
background-position: right 15px bottom 15px; |
| 468 |
-webkit-border-radius: 4px; |
| 469 |
border-radius: 4px; |
| 470 |
position: relative; |
| 471 |
-webkit-transition: all 0.15s ease; |
| 472 |
-o-transition: all 0.15s ease; |
| 473 |
transition: all 0.15s ease; |
| 474 |
margin: 0 0 10px; |
| 475 |
display: -webkit-box; |
| 476 |
display: -webkit-flex; |
| 477 |
display: -ms-flexbox; |
| 478 |
display: flex; |
| 479 |
-webkit-box-align: start; |
| 480 |
-webkit-align-items: flex-start; |
| 481 |
-ms-flex-align: start; |
| 482 |
align-items: flex-start; |
| 483 |
-webkit-box-orient: vertical; |
| 484 |
-webkit-box-direction: normal; |
| 485 |
-webkit-flex-direction: column; |
| 486 |
-ms-flex-direction: column; |
| 487 |
flex-direction: column; |
| 488 |
position: relative; |
| 489 |
} |
| 490 |
|
| 491 |
.gbm-block-list .item.disabled { |
| 492 |
background-color: rgba(255, 255, 255, 0.25); |
| 493 |
} |
| 494 |
|
| 495 |
.gbm-block-list .item.disabled .gbm-block-switch--wrap { |
| 496 |
background-color: #ccc; |
| 497 |
} |
| 498 |
|
| 499 |
.gbm-block-list .item.disabled .gbm-block-switch span { |
| 500 |
margin-left: 2px; |
| 501 |
} |
| 502 |
|
| 503 |
.gbm-block-list .item.disabled .icon { |
| 504 |
opacity: 0.35; |
| 505 |
} |
| 506 |
|
| 507 |
.gbm-block-list .item.disabled:hover, .gbm-block-list .item.disabled:focus { |
| 508 |
border-color: #999; |
| 509 |
} |
| 510 |
|
| 511 |
.gbm-block-list .item.filtered { |
| 512 |
background-color: rgba(255, 255, 255, 0.5); |
| 513 |
border-color: #efefef; |
| 514 |
cursor: not-allowed; |
| 515 |
text-decoration: none; |
| 516 |
opacity: 0.65; |
| 517 |
} |
| 518 |
|
| 519 |
.gbm-block-list .item.filtered:hover, .gbm-block-list .item.filtered:focus { |
| 520 |
border-color: #efefef; |
| 521 |
} |
| 522 |
|
| 523 |
.gbm-block-list .item.filtered:hover .block-info--title, .gbm-block-list .item.filtered:focus .block-info--title { |
| 524 |
text-decoration: none; |
| 525 |
} |
| 526 |
|
| 527 |
.gbm-block-list .item.loading { |
| 528 |
background: #fff url(../img/ajax-loader.gif) no-repeat right 15px bottom 15px; |
| 529 |
} |
| 530 |
|
| 531 |
.gbm-block-list .item.loading > .gbm-block-group { |
| 532 |
opacity: 0.65; |
| 533 |
} |
| 534 |
|
| 535 |
.gbm-block-list .item--wrap { |
| 536 |
display: -webkit-box; |
| 537 |
display: -webkit-flex; |
| 538 |
display: -ms-flexbox; |
| 539 |
display: flex; |
| 540 |
-webkit-box-align: start; |
| 541 |
-webkit-align-items: flex-start; |
| 542 |
-ms-flex-align: start; |
| 543 |
align-items: flex-start; |
| 544 |
-webkit-box-orient: vertical; |
| 545 |
-webkit-box-direction: normal; |
| 546 |
-webkit-flex-direction: column; |
| 547 |
-ms-flex-direction: column; |
| 548 |
flex-direction: column; |
| 549 |
-webkit-flex-wrap: nowrap; |
| 550 |
-ms-flex-wrap: nowrap; |
| 551 |
flex-wrap: nowrap; |
| 552 |
width: 100%; |
| 553 |
position: relative; |
| 554 |
padding-left: 40px; |
| 555 |
} |
| 556 |
|
| 557 |
.gbm-block-list .item--wrap .block-info { |
| 558 |
display: block; |
| 559 |
width: 100%; |
| 560 |
height: auto; |
| 561 |
line-height: 1.4; |
| 562 |
} |
| 563 |
|
| 564 |
.gbm-block-list .item--wrap .block-info--wrap { |
| 565 |
-webkit-box-flex: 1; |
| 566 |
-webkit-flex: 1; |
| 567 |
-ms-flex: 1; |
| 568 |
flex: 1; |
| 569 |
text-align: left; |
| 570 |
} |
| 571 |
|
| 572 |
.gbm-block-list .item--wrap .block-info--title { |
| 573 |
font-weight: 600; |
| 574 |
margin-bottom: 10px; |
| 575 |
font-size: 14px; |
| 576 |
line-height: 18px; |
| 577 |
text-transform: capitalize; |
| 578 |
} |
| 579 |
|
| 580 |
.gbm-block-list .item--wrap .block-info--desc { |
| 581 |
opacity: 0.75; |
| 582 |
width: 100%; |
| 583 |
display: -webkit-box; |
| 584 |
-webkit-line-clamp: 3; |
| 585 |
-webkit-box-orient: vertical; |
| 586 |
overflow: hidden; |
| 587 |
} |
| 588 |
|
| 589 |
.gbm-block-list .item--wrap .block-info--id { |
| 590 |
font-size: 12px; |
| 591 |
font-family: 'consolas', Monaco, monospace; |
| 592 |
color: #999; |
| 593 |
display: none; |
| 594 |
} |
| 595 |
|
| 596 |
.gbm-block-list .item[data-category='woocommerce'] div.icon { |
| 597 |
color: #96588a; |
| 598 |
opacity: 1; |
| 599 |
} |
| 600 |
|
| 601 |
.gbm-block-list .item[data-category='woocommerce'] div.icon svg { |
| 602 |
fill: currentColor; |
| 603 |
} |
| 604 |
|
| 605 |
.gbm-block-list .item span.dashicons { |
| 606 |
font-size: 23px; |
| 607 |
} |
| 608 |
|
| 609 |
.gbm-block-list .item div.icon { |
| 610 |
width: 24px; |
| 611 |
opacity: 0.65; |
| 612 |
display: block; |
| 613 |
margin: 0 0 8px; |
| 614 |
text-align: left; |
| 615 |
position: absolute; |
| 616 |
left: 0; |
| 617 |
top: 0; |
| 618 |
-webkit-transition: all 0.15s ease; |
| 619 |
-o-transition: all 0.15s ease; |
| 620 |
transition: all 0.15s ease; |
| 621 |
} |
| 622 |
|
| 623 |
.gbm-block-list .item div.icon svg { |
| 624 |
max-width: 100%; |
| 625 |
} |
| 626 |
|
| 627 |
.gbm-block-list button.item { |
| 628 |
cursor: pointer; |
| 629 |
} |
| 630 |
|
| 631 |
.gbm-block-list button.item:hover, .gbm-block-list button.item:focus { |
| 632 |
border-color: #999ea2; |
| 633 |
} |
| 634 |
|
| 635 |
.gbm-block-list button.item:hover.disabled .gbm-block-switch--wrap, .gbm-block-list button.item:focus.disabled .gbm-block-switch--wrap { |
| 636 |
background-color: #999; |
| 637 |
} |
| 638 |
|
| 639 |
.gbm-block-list button.item:hover .block-info--title, .gbm-block-list button.item:focus .block-info--title { |
| 640 |
text-decoration: underline; |
| 641 |
} |
| 642 |
|
| 643 |
.gbm-block-list.categories { |
| 644 |
padding: 10px 25px; |
| 645 |
} |
| 646 |
|
| 647 |
.gbm-block-list.categories .item { |
| 648 |
width: 100%; |
| 649 |
padding: 15px 2px; |
| 650 |
margin: 0; |
| 651 |
background: #fff !important; |
| 652 |
border: none; |
| 653 |
border-top: 1px solid #ccd0d4; |
| 654 |
-webkit-border-radius: 0; |
| 655 |
border-radius: 0; |
| 656 |
} |
| 657 |
|
| 658 |
.gbm-block-list.categories .item:hover .block-info--title, |
| 659 |
.gbm-block-list.categories .item :focus-within .block-info--title { |
| 660 |
text-decoration: underline; |
| 661 |
} |
| 662 |
|
| 663 |
.gbm-block-list.categories .item:first-of-type { |
| 664 |
border: none; |
| 665 |
} |
| 666 |
|
| 667 |
.gbm-block-list.categories .item .gbm-cat-status { |
| 668 |
position: absolute; |
| 669 |
right: 5px; |
| 670 |
bottom: 5px; |
| 671 |
-webkit-transition: all 0.25s ease; |
| 672 |
-o-transition: all 0.25s ease; |
| 673 |
transition: all 0.25s ease; |
| 674 |
color: #fff; |
| 675 |
background-color: #73ce59; |
| 676 |
padding: 9px 11px; |
| 677 |
-webkit-border-radius: 2px; |
| 678 |
border-radius: 2px; |
| 679 |
font-size: 12px; |
| 680 |
line-height: 1; |
| 681 |
opacity: 0; |
| 682 |
visibility: hidden; |
| 683 |
} |
| 684 |
|
| 685 |
.gbm-block-list.categories .item .gbm-cat-status.active { |
| 686 |
opacity: 0.9; |
| 687 |
visibility: visible; |
| 688 |
} |
| 689 |
|
| 690 |
.gbm-block-list.categories .item .block-info--title { |
| 691 |
font-size: 15px; |
| 692 |
padding-top: 2px; |
| 693 |
} |
| 694 |
|
| 695 |
.gbm-block-list.categories .item .block-info--desc { |
| 696 |
display: none; |
| 697 |
} |
| 698 |
|
| 699 |
.gbm-block-list.categories .item .block-info--id { |
| 700 |
display: block; |
| 701 |
} |
| 702 |
|
| 703 |
.gbm-block-list.categories .item .block-info--wrap { |
| 704 |
width: 100%; |
| 705 |
} |
| 706 |
|
| 707 |
@media screen and (min-width: 768px) { |
| 708 |
.gbm-block-list.categories .item .block-info--wrap { |
| 709 |
display: -webkit-box; |
| 710 |
display: -webkit-flex; |
| 711 |
display: -ms-flexbox; |
| 712 |
display: flex; |
| 713 |
-webkit-flex-wrap: nowrap; |
| 714 |
-ms-flex-wrap: nowrap; |
| 715 |
flex-wrap: nowrap; |
| 716 |
-webkit-box-align: center; |
| 717 |
-webkit-align-items: center; |
| 718 |
-ms-flex-align: center; |
| 719 |
align-items: center; |
| 720 |
} |
| 721 |
} |
| 722 |
|
| 723 |
.gbm-block-list.categories .item .block-info--action { |
| 724 |
padding-top: 15px; |
| 725 |
} |
| 726 |
|
| 727 |
@media screen and (min-width: 768px) { |
| 728 |
.gbm-block-list.categories .item .block-info--action { |
| 729 |
padding-top: 0; |
| 730 |
margin-left: auto; |
| 731 |
} |
| 732 |
} |
| 733 |
|
| 734 |
.gbm-block-list.categories .item label span { |
| 735 |
display: block; |
| 736 |
} |
| 737 |
|
| 738 |
.gbm-block-list.categories .item label select { |
| 739 |
margin: 0; |
| 740 |
min-width: 160px; |
| 741 |
} |
| 742 |
|
| 743 |
.gbm-block-list.categories .item.loading .loading-cover { |
| 744 |
opacity: 1; |
| 745 |
visibility: visible; |
| 746 |
} |
| 747 |
|
| 748 |
.gbm-block-list.categories .item .loading-cover { |
| 749 |
display: block; |
| 750 |
opacity: 0; |
| 751 |
visibility: hidden; |
| 752 |
position: absolute; |
| 753 |
left: 0; |
| 754 |
top: 0; |
| 755 |
bottom: 0; |
| 756 |
right: 0; |
| 757 |
z-index: 9999; |
| 758 |
background: rgba(255, 255, 255, 0.65) url(../img/ajax-loader.gif) no-repeat center center; |
| 759 |
-webkit-transition: all 0.25s ease; |
| 760 |
-o-transition: all 0.25s ease; |
| 761 |
transition: all 0.25s ease; |
| 762 |
} |
| 763 |
|
| 764 |
.gbm-block-list .gbm-block-switch { |
| 765 |
position: absolute; |
| 766 |
left: 13px; |
| 767 |
bottom: 15px; |
| 768 |
} |
| 769 |
|
| 770 |
.gbm-block-list-controls { |
| 771 |
display: -webkit-box; |
| 772 |
display: -webkit-flex; |
| 773 |
display: -ms-flexbox; |
| 774 |
display: flex; |
| 775 |
width: 100%; |
| 776 |
-webkit-box-align: center; |
| 777 |
-webkit-align-items: center; |
| 778 |
-ms-flex-align: center; |
| 779 |
align-items: center; |
| 780 |
-webkit-flex-wrap: nowrap; |
| 781 |
-ms-flex-wrap: nowrap; |
| 782 |
flex-wrap: nowrap; |
| 783 |
margin: 0; |
| 784 |
padding: 8px 10px 8px 11px; |
| 785 |
border-bottom: 1px solid #ccd0d4; |
| 786 |
background-color: #f7f7f7; |
| 787 |
-webkit-border-radius: 3px 3px 0 0; |
| 788 |
border-radius: 3px 3px 0 0; |
| 789 |
} |
| 790 |
|
| 791 |
.gbm-block-list-controls.no-border { |
| 792 |
border: none; |
| 793 |
} |
| 794 |
|
| 795 |
.gbm-block-list-controls.categories { |
| 796 |
padding: 0 25px; |
| 797 |
height: 45px; |
| 798 |
font-weight: 600; |
| 799 |
text-transform: uppercase; |
| 800 |
display: none; |
| 801 |
} |
| 802 |
|
| 803 |
@media screen and (min-width: 768px) { |
| 804 |
.gbm-block-list-controls.categories { |
| 805 |
display: -webkit-box; |
| 806 |
display: -webkit-flex; |
| 807 |
display: -ms-flexbox; |
| 808 |
display: flex; |
| 809 |
} |
| 810 |
} |
| 811 |
|
| 812 |
.gbm-block-list-controls.categories p { |
| 813 |
margin: 0; |
| 814 |
} |
| 815 |
|
| 816 |
.gbm-block-list-controls.categories h3:last-of-type { |
| 817 |
text-align: right; |
| 818 |
} |
| 819 |
|
| 820 |
.gbm-block-list-controls h3 { |
| 821 |
-webkit-box-flex: 1; |
| 822 |
-webkit-flex: 1; |
| 823 |
-ms-flex: 1; |
| 824 |
flex: 1; |
| 825 |
text-transform: uppercase; |
| 826 |
padding: 0; |
| 827 |
margin: 0; |
| 828 |
font-size: 13px; |
| 829 |
font-weight: 700; |
| 830 |
} |
| 831 |
|
| 832 |
.gbm-block-list-controls h3 span { |
| 833 |
font-weight: 400; |
| 834 |
opacity: 0.5; |
| 835 |
font-size: 12px; |
| 836 |
position: relative; |
| 837 |
left: 2px; |
| 838 |
} |
| 839 |
|
| 840 |
.gbm-block-list-controls .gbm-block-switch { |
| 841 |
position: relative; |
| 842 |
top: -1px; |
| 843 |
width: 30px; |
| 844 |
height: 30px; |
| 845 |
} |
| 846 |
|
| 847 |
.gbm-block-switch { |
| 848 |
cursor: pointer; |
| 849 |
height: 9px; |
| 850 |
width: 22px; |
| 851 |
padding: 0; |
| 852 |
margin: 0; |
| 853 |
-webkit-box-shadow: none; |
| 854 |
box-shadow: none; |
| 855 |
border: none; |
| 856 |
background-color: transparent; |
| 857 |
} |
| 858 |
|
| 859 |
.gbm-block-switch--wrap { |
| 860 |
position: relative; |
| 861 |
height: 13px; |
| 862 |
width: 26px; |
| 863 |
background-color: #73ce59; |
| 864 |
-webkit-border-radius: 100px; |
| 865 |
border-radius: 100px; |
| 866 |
-webkit-transition: all 0.15s ease; |
| 867 |
-o-transition: all 0.15s ease; |
| 868 |
transition: all 0.15s ease; |
| 869 |
} |
| 870 |
|
| 871 |
.gbm-block-switch span { |
| 872 |
-webkit-border-radius: 100px; |
| 873 |
border-radius: 100px; |
| 874 |
width: 9px; |
| 875 |
height: 9px; |
| 876 |
background-color: #fff; |
| 877 |
display: block; |
| 878 |
-webkit-transition: all 0.15s ease; |
| 879 |
-o-transition: all 0.15s ease; |
| 880 |
transition: all 0.15s ease; |
| 881 |
margin-left: 15px; |
| 882 |
position: relative; |
| 883 |
top: 2px; |
| 884 |
} |
| 885 |
|
| 886 |
.gbm-block-switch.disabled .gbm-block-switch--wrap { |
| 887 |
background-color: #ccc; |
| 888 |
} |
| 889 |
|
| 890 |
.gbm-block-switch.disabled span { |
| 891 |
margin-left: 2px; |
| 892 |
} |
| 893 |
|
| 894 |
.gbm-block-categories { |
| 895 |
padding: 0 20px; |
| 896 |
width: 100%; |
| 897 |
max-width: 1800px; |
| 898 |
display: -webkit-box; |
| 899 |
display: -webkit-flex; |
| 900 |
display: -ms-flexbox; |
| 901 |
display: flex; |
| 902 |
-webkit-flex-wrap: wrap; |
| 903 |
-ms-flex-wrap: wrap; |
| 904 |
flex-wrap: wrap; |
| 905 |
} |
| 906 |
|
| 907 |
.gbm-block-categories > div { |
| 908 |
width: 100%; |
| 909 |
} |
| 910 |
|
| 911 |
.gbm .offscreen { |
| 912 |
position: absolute !important; |
| 913 |
top: -9999px !important; |
| 914 |
left: -9999px !important; |
| 915 |
} |
| 916 |
|
| 917 |
.gbm-page-wrap--header { |
| 918 |
background: #fff url(../img/icon.png) no-repeat 20px 20px; |
| 919 |
-webkit-background-size: 48px 48px; |
| 920 |
background-size: 48px 48px; |
| 921 |
padding: 23px 20px 20px 78px; |
| 922 |
position: relative; |
| 923 |
} |
| 924 |
|
| 925 |
@media screen and (min-width: 768px) { |
| 926 |
.gbm-page-wrap--header { |
| 927 |
padding-right: 200px; |
| 928 |
} |
| 929 |
} |
| 930 |
|
| 931 |
.gbm-page-wrap--header h2 { |
| 932 |
margin: 0 0 3px; |
| 933 |
padding: 0; |
| 934 |
} |
| 935 |
|
| 936 |
.gbm-page-wrap--header h2 span { |
| 937 |
font-size: 12px; |
| 938 |
position: relative; |
| 939 |
top: -1px; |
| 940 |
left: 1px; |
| 941 |
} |
| 942 |
|
| 943 |
.gbm-page-wrap--header p { |
| 944 |
padding: 0; |
| 945 |
margin: 0; |
| 946 |
} |
| 947 |
|
| 948 |
.gbm-page-wrap--header p span.block-total { |
| 949 |
display: inline-block; |
| 950 |
background: #f7f7f7; |
| 951 |
padding: 1px 4px; |
| 952 |
-webkit-border-radius: 4px; |
| 953 |
border-radius: 4px; |
| 954 |
border: 1px solid #efefef; |
| 955 |
font-weight: 600; |
| 956 |
} |
| 957 |
|
| 958 |
.gbm-page-wrap--header button.button { |
| 959 |
margin-top: 10px; |
| 960 |
display: none; |
| 961 |
} |
| 962 |
|
| 963 |
@media screen and (min-width: 600px) { |
| 964 |
.gbm-page-wrap--header button.button { |
| 965 |
display: -webkit-box; |
| 966 |
display: -webkit-flex; |
| 967 |
display: -ms-flexbox; |
| 968 |
display: flex; |
| 969 |
-webkit-box-align: center; |
| 970 |
-webkit-align-items: center; |
| 971 |
-ms-flex-align: center; |
| 972 |
align-items: center; |
| 973 |
} |
| 974 |
} |
| 975 |
|
| 976 |
@media screen and (min-width: 768px) { |
| 977 |
.gbm-page-wrap--header button.button { |
| 978 |
margin-top: 0; |
| 979 |
position: absolute; |
| 980 |
right: 20px; |
| 981 |
top: 50%; |
| 982 |
-webkit-transform: translateY(-50%); |
| 983 |
-ms-transform: translateY(-50%); |
| 984 |
transform: translateY(-50%); |
| 985 |
} |
| 986 |
} |
| 987 |
|
| 988 |
.gbm-page-wrap--header button.button span { |
| 989 |
position: relative; |
| 990 |
left: -2px; |
| 991 |
} |
| 992 |
|
| 993 |
#gbm-sticky.attached { |
| 994 |
position: fixed; |
| 995 |
width: auto; |
| 996 |
top: 70px; |
| 997 |
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); |
| 998 |
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); |
| 999 |
} |
| 1000 |
|
| 1001 |
.settings_page_gutenberg-block-manager #wpcontent { |
| 1002 |
padding-left: 0; |
| 1003 |
} |
| 1004 |
|
| 1005 |
.settings_page_gutenberg-block-manager #gbm-container { |
| 1006 |
padding: 0; |
| 1007 |
position: relative; |
| 1008 |
} |
| 1009 |
|
| 1010 |
.settings_page_gutenberg-block-manager #gbm-container *, |
| 1011 |
.settings_page_gutenberg-block-manager #gbm-container *:before, |
| 1012 |
.settings_page_gutenberg-block-manager #gbm-container *:after { |
| 1013 |
-webkit-box-sizing: border-box; |
| 1014 |
box-sizing: border-box; |
| 1015 |
} |
| 1016 |
|
| 1017 |
.settings_page_gutenberg-block-manager #gbm-container .nav-tab-wrapper { |
| 1018 |
padding: 6px 15px 0; |
| 1019 |
margin: 0 0 20px; |
| 1020 |
border-color: #ccd0d4; |
| 1021 |
background: #fff; |
| 1022 |
display: -webkit-box; |
| 1023 |
display: -webkit-flex; |
| 1024 |
display: -ms-flexbox; |
| 1025 |
display: flex; |
| 1026 |
width: 100%; |
| 1027 |
-webkit-box-align: center; |
| 1028 |
-webkit-align-items: center; |
| 1029 |
-ms-flex-align: center; |
| 1030 |
align-items: center; |
| 1031 |
} |
| 1032 |
|
| 1033 |
.settings_page_gutenberg-block-manager #gbm-container .nav-tab-wrapper .nav-tab { |
| 1034 |
padding: 5px 15px; |
| 1035 |
-webkit-border-radius: 3px 3px 0 0; |
| 1036 |
border-radius: 3px 3px 0 0; |
| 1037 |
float: none; |
| 1038 |
} |
| 1039 |
|
| 1040 |
.settings_page_gutenberg-block-manager #gbm-container .nav-tab-wrapper i { |
| 1041 |
opacity: 0.35; |
| 1042 |
margin: 0 3px; |
| 1043 |
font-size: 12px; |
| 1044 |
} |
| 1045 |
|
| 1046 |
.settings_page_gutenberg-block-manager #gbm-container .nav-tab-wrapper span { |
| 1047 |
padding: 0 1px 0 12px; |
| 1048 |
font-size: 14px; |
| 1049 |
font-weight: 500; |
| 1050 |
float: left; |
| 1051 |
position: relative; |
| 1052 |
top: -1px; |
| 1053 |
} |
| 1054 |
|
| 1055 |
#gbm-other-plugins { |
| 1056 |
background: #f7f7f7; |
| 1057 |
padding: 20px 20px 0; |
| 1058 |
border-bottom: 1px solid #ccd0d4; |
| 1059 |
display: none; |
| 1060 |
} |
| 1061 |
|
| 1062 |
#gbm-other-plugins h2 { |
| 1063 |
padding: 0; |
| 1064 |
margin: 0; |
| 1065 |
} |
| 1066 |
|
| 1067 |
#gbm-other-plugins section { |
| 1068 |
max-width: 1800px; |
| 1069 |
position: relative; |
| 1070 |
} |
| 1071 |
|
| 1072 |
#gbm-other-plugins section > h2 { |
| 1073 |
margin: 0 0 20px; |
| 1074 |
} |
| 1075 |
|
| 1076 |
#gbm-other-plugins section > button { |
| 1077 |
position: absolute; |
| 1078 |
right: 0; |
| 1079 |
top: -8px; |
| 1080 |
} |
| 1081 |
|
| 1082 |
@-webkit-keyframes spin { |
| 1083 |
from { |
| 1084 |
-webkit-transform: rotate(0deg); |
| 1085 |
transform: rotate(0deg); |
| 1086 |
} |
| 1087 |
to { |
| 1088 |
-webkit-transform: rotate(360deg); |
| 1089 |
transform: rotate(360deg); |
| 1090 |
} |
| 1091 |
} |
| 1092 |
|
| 1093 |
@keyframes spin { |
| 1094 |
from { |
| 1095 |
-webkit-transform: rotate(0deg); |
| 1096 |
transform: rotate(0deg); |
| 1097 |
} |
| 1098 |
to { |
| 1099 |
-webkit-transform: rotate(360deg); |
| 1100 |
transform: rotate(360deg); |
| 1101 |
} |
| 1102 |
} |
| 1103 |
|
| 1104 |
/*# sourceMappingURL=style.css.map*/ |