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