admin-main-rtl.css
1 year ago
admin-main.css
10 months ago
public-clean-rtl.css
3 years ago
public-clean.css
3 years ago
public-main-rtl.css
1 year ago
public-main.css
10 months ago
admin-main.css
1247 lines
| 1 | /*-------------------------------- WP Overrides --------------------------------*/ |
| 2 | .grw-admin #wpcontent { |
| 3 | padding: 0; |
| 4 | } |
| 5 | |
| 6 | .google-reviews_page_grw-builder #wpcontent, |
| 7 | .grw-admin.google-reviews_page_grw-builder #wpcontent { |
| 8 | padding-right: 300px; |
| 9 | } |
| 10 | |
| 11 | .toplevel_page_grw .wp-menu-image img { |
| 12 | width: 18px; |
| 13 | } |
| 14 | |
| 15 | .grw-admin.edit-php #wpbody { |
| 16 | color: #5d6f80; |
| 17 | padding-left: 20px; |
| 18 | position: relative; |
| 19 | } |
| 20 | |
| 21 | .grw-admin.edit-php #wpbody .wp-header-end, |
| 22 | .grw-admin.post-new-php #wpbody .wp-header-end, |
| 23 | .grw-admin.post-php #wpbody .wp-header-end { |
| 24 | margin-top: 6px; |
| 25 | } |
| 26 | |
| 27 | .grw-admin .update-nag { |
| 28 | margin: 20px 0 0 20px; |
| 29 | } |
| 30 | |
| 31 | .grw-admin.edit-php .update-nag { |
| 32 | margin: 20px 20px 0 0; |
| 33 | } |
| 34 | |
| 35 | .grw-admin.edit-php .update-nag ~ .update-nag { |
| 36 | margin-left: 0; |
| 37 | } |
| 38 | |
| 39 | .grw-admin #wpbody #screen-meta-links { |
| 40 | display:none |
| 41 | } |
| 42 | |
| 43 | .grw-admin #screen-meta { |
| 44 | background-color: #ecf0f1; |
| 45 | border: 0; |
| 46 | margin: 0; |
| 47 | } |
| 48 | |
| 49 | .grw-admin #screen-meta-links { |
| 50 | position: absolute; |
| 51 | top: 0; |
| 52 | right: 0; |
| 53 | z-index: 1; |
| 54 | } |
| 55 | |
| 56 | .grw-admin .notice p { |
| 57 | font-size: 14px; |
| 58 | } |
| 59 | |
| 60 | .grw-admin .notice.notice-error p { |
| 61 | color: #d63638; |
| 62 | } |
| 63 | |
| 64 | /*-------------------------------- Top Header --------------------------------*/ |
| 65 | .grw-tophead { |
| 66 | -ms-flex-align: center; |
| 67 | -webkit-align-items: center; |
| 68 | -webkit-box-align: center; |
| 69 | -webkit-box-sizing: border-box; |
| 70 | align-items: center; |
| 71 | background-color: #fff; |
| 72 | border-bottom: 1px solid #cfd9db; |
| 73 | padding: 15px 20px; |
| 74 | box-sizing: border-box; |
| 75 | position: relative; |
| 76 | top: 46px; |
| 77 | width: 100%; |
| 78 | } |
| 79 | |
| 80 | @media (min-width: 601px) { |
| 81 | .grw-tophead { |
| 82 | -ms-flex-align: center; |
| 83 | -webkit-align-items: center; |
| 84 | -webkit-box-align: center; |
| 85 | align-items: center; |
| 86 | justify-content: space-between; |
| 87 | display: -webkit-box; |
| 88 | display: -webkit-flex; |
| 89 | display: -ms-flexbox; |
| 90 | display: flex; |
| 91 | top: 0; |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | .grw-tophead img { |
| 96 | width: 32px; |
| 97 | margin: 0 4px 0 0; |
| 98 | vertical-align: middle; |
| 99 | } |
| 100 | |
| 101 | .grw-tophead-title { |
| 102 | padding: 0; |
| 103 | font-size: 18px; |
| 104 | font-weight: 600; |
| 105 | line-height: 1.4em; |
| 106 | } |
| 107 | |
| 108 | .grw-page-title { |
| 109 | font-size: 23px; |
| 110 | font-weight: 400; |
| 111 | margin: 0; |
| 112 | padding: 20px 0 0 20px; |
| 113 | line-height: 29px; |
| 114 | } |
| 115 | |
| 116 | .grw-version { |
| 117 | text-align: center; |
| 118 | } |
| 119 | |
| 120 | .grw-version-free { |
| 121 | display: inline-block; |
| 122 | -webkit-border-radius: 3px; |
| 123 | -moz-border-radius: 3px; |
| 124 | border-radius: 3px; |
| 125 | margin: 0; |
| 126 | padding: 4px 10px; |
| 127 | font-size: 12px; |
| 128 | line-height: 14px; |
| 129 | color: #FFF; |
| 130 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
| 131 | white-space: nowrap; |
| 132 | vertical-align: baseline; |
| 133 | background-color: #999; |
| 134 | } |
| 135 | |
| 136 | .grw-version-upgrade { |
| 137 | padding: 4px 4px 2px; |
| 138 | } |
| 139 | |
| 140 | .grw-version-upgrade .grw-upgrade-text { |
| 141 | color: #4ea2e7; |
| 142 | font-size: 11px; |
| 143 | font-weight: 600; |
| 144 | padding: 6px 4px; |
| 145 | cursor: default; |
| 146 | transition: color 0.3s; |
| 147 | text-transform: uppercase; |
| 148 | } |
| 149 | |
| 150 | .grw-version-upgrade .grw-upgrade-text:hover { |
| 151 | color: #157cd1; |
| 152 | } |
| 153 | |
| 154 | .grw-version-upgrade .grw-upgrade-head { |
| 155 | margin: 0 0 5px; |
| 156 | font-weight: 600; |
| 157 | } |
| 158 | |
| 159 | #grw-upgrade-tips { |
| 160 | position: absolute; |
| 161 | right: 0; |
| 162 | border: 2px solid #ccc; |
| 163 | border-radius: 5px; |
| 164 | padding: 16px; |
| 165 | margin: 2px 0 0; |
| 166 | z-index: 9999999; |
| 167 | background: #fff; |
| 168 | width: 256px; |
| 169 | text-align: left; |
| 170 | font-size: 16px; |
| 171 | line-height: 24px; |
| 172 | opacity: 0; |
| 173 | visibility: hidden; |
| 174 | transition: opacity .2s ease,transform .2s ease,-webkit-transform .2s ease; |
| 175 | } |
| 176 | |
| 177 | #grw-upgrade-tips:hover, |
| 178 | .grw-version-upgrade:hover > #grw-upgrade-tips { |
| 179 | opacity: 1; |
| 180 | visibility: visible; |
| 181 | } |
| 182 | |
| 183 | #grw-upgrade-tips > a { |
| 184 | display: inline-block; |
| 185 | width: 100%; |
| 186 | font-size: 14px; |
| 187 | font-weight: 700; |
| 188 | color: #ff3a3a; |
| 189 | text-align: center; |
| 190 | margin: 10px 0 0; |
| 191 | padding: 5px 0 0; |
| 192 | border-top: 1px solid #ccc; |
| 193 | text-transform: uppercase; |
| 194 | } |
| 195 | |
| 196 | #grw-upgrade-tips > a:hover { |
| 197 | color: #f70e0e; |
| 198 | } |
| 199 | |
| 200 | /*-------------------------------- BF --------------------------------*/ |
| 201 | .grw-bf { |
| 202 | display: flex; |
| 203 | color: #ffffff; |
| 204 | font-size: 14px; |
| 205 | font-weight: 600; |
| 206 | justify-content: center; |
| 207 | text-transform: uppercase; |
| 208 | } |
| 209 | |
| 210 | .grw-b { |
| 211 | color: #ffffff; |
| 212 | padding: 0 2px; |
| 213 | background: #000000; |
| 214 | } |
| 215 | |
| 216 | .grw-f { |
| 217 | color: #ffffff; |
| 218 | padding: 0 2px; |
| 219 | background: #ff0000; |
| 220 | } |
| 221 | |
| 222 | .grw-m { |
| 223 | color: #ffffff; |
| 224 | padding: 0 2px; |
| 225 | background: #4e86fd; |
| 226 | } |
| 227 | |
| 228 | .grw-s { |
| 229 | color: #ffffff; |
| 230 | font-weight: 600; |
| 231 | padding: 0 2px; |
| 232 | background: #ffb111; |
| 233 | } |
| 234 | |
| 235 | .grw-bf + #grw-upgrade-tips { |
| 236 | text-align: center; |
| 237 | } |
| 238 | |
| 239 | /*-------------------------------- Builder page --------------------------------*/ |
| 240 | .grw-toolbar { |
| 241 | padding: 15px 20px; |
| 242 | background-color: #fff; |
| 243 | border-bottom: 1px solid #cfd9db; |
| 244 | } |
| 245 | |
| 246 | @media (min-width: 783px) { |
| 247 | .grw-toolbar { |
| 248 | -webkit-box-align: center; |
| 249 | -ms-flex-align: center; |
| 250 | align-items: center; |
| 251 | display: -webkit-box; |
| 252 | display: -ms-flexbox; |
| 253 | display: flex; |
| 254 | -webkit-box-pack: justify; |
| 255 | -ms-flex-pack: justify; |
| 256 | justify-content: space-between; |
| 257 | } |
| 258 | } |
| 259 | |
| 260 | .grw-toolbar-title { |
| 261 | -webkit-box-flex: 1; |
| 262 | -ms-flex: 1; |
| 263 | flex: 1; |
| 264 | margin-bottom: 0; |
| 265 | margin-right: 20px; |
| 266 | min-width: 0; |
| 267 | } |
| 268 | |
| 269 | .grw-toolbar-title-input { |
| 270 | background-color: transparent!important; |
| 271 | border: none!important; |
| 272 | -webkit-box-shadow: none!important; |
| 273 | box-shadow: none!important; |
| 274 | width: 100%; |
| 275 | } |
| 276 | |
| 277 | .grw-toolbar-title-input { |
| 278 | font-size: 18px; |
| 279 | font-weight: 400; |
| 280 | line-height: 1.4em; |
| 281 | margin: 0; |
| 282 | padding: 0; |
| 283 | } |
| 284 | |
| 285 | .grw-toolbar-control { |
| 286 | display: -webkit-box; |
| 287 | display: -ms-flexbox; |
| 288 | display: flex; |
| 289 | } |
| 290 | |
| 291 | #grw_sc_msg { |
| 292 | color: #f71212; |
| 293 | font-size: 16px; |
| 294 | font-weight: 600; |
| 295 | text-transform: uppercase; |
| 296 | } |
| 297 | |
| 298 | .grw-toolbar-control button { |
| 299 | margin-left: 20px!important; |
| 300 | } |
| 301 | |
| 302 | .grw-toolbar-control input[type="text"] { |
| 303 | width: 200px; |
| 304 | height: 34px; |
| 305 | font-size: 14px; |
| 306 | } |
| 307 | |
| 308 | .grw-toolbar-options label { |
| 309 | display: block; |
| 310 | padding: 0 0 0 4px; |
| 311 | } |
| 312 | |
| 313 | /* hide post content (json) in title column */ |
| 314 | .grw-admin .type-grw_collection .title.column-title { |
| 315 | font-size: 0; |
| 316 | } |
| 317 | .grw-admin .type-grw_collection .title.column-title strong, |
| 318 | .grw-admin .type-grw_collection .title.column-title .row-actions { |
| 319 | line-height: 1.5em; |
| 320 | } |
| 321 | |
| 322 | .grw-builder-workspace { |
| 323 | display: block; |
| 324 | position: relative; |
| 325 | width: 100%; |
| 326 | overflow-y: hidden; |
| 327 | box-sizing: border-box; |
| 328 | } |
| 329 | |
| 330 | .grw-builder-preview { |
| 331 | font-size: 14px; |
| 332 | grid-area: preview; |
| 333 | min-height: 0; |
| 334 | min-width: 0; |
| 335 | padding: 20px; |
| 336 | line-height: 1.75; |
| 337 | } |
| 338 | |
| 339 | .grw-builder-options { |
| 340 | box-sizing: border-box; |
| 341 | position: fixed; |
| 342 | top: 32px; |
| 343 | bottom: 0; |
| 344 | right: 0; |
| 345 | width: 300px; |
| 346 | overflow: hidden; |
| 347 | transition: all 0.3s; |
| 348 | z-index: 1; |
| 349 | overflow-y: auto; |
| 350 | background: #fafafa; |
| 351 | } |
| 352 | |
| 353 | .grw-builder-options.grw-block-options { |
| 354 | position: relative; |
| 355 | width: 100%; |
| 356 | } |
| 357 | |
| 358 | .wp-gr .wp-review-hidden { |
| 359 | opacity: .5 !important; |
| 360 | } |
| 361 | |
| 362 | .wp-gr .wp-review-hide { |
| 363 | opacity: .7 !important; |
| 364 | color: #fff !important; |
| 365 | font-size: 12px !important; |
| 366 | line-height: 18px !important; |
| 367 | text-decoration: none !important; |
| 368 | padding: 2px 4px !important; |
| 369 | border-radius: 3px !important; |
| 370 | border-color: #0062cc !important; |
| 371 | background-color: #427fbf !important; |
| 372 | } |
| 373 | |
| 374 | .wp-gr .grw-review-inner .wp-review-hide { |
| 375 | position: absolute !important; |
| 376 | right: 0 !important; |
| 377 | bottom: 0 !important; |
| 378 | margin: 10px !important; |
| 379 | } |
| 380 | |
| 381 | .wp-gr .wp-review-hide:hover { |
| 382 | opacity: 1 !important; |
| 383 | background-color: #1d62ab !important; |
| 384 | } |
| 385 | |
| 386 | #grw-rate_us-wrap { |
| 387 | display: block; |
| 388 | position: fixed; |
| 389 | top: 100%; |
| 390 | left: 0; |
| 391 | width: auto; |
| 392 | font-size: 16px; |
| 393 | z-index: 99999; |
| 394 | } |
| 395 | |
| 396 | #grw-rate_us { |
| 397 | padding: 18px; |
| 398 | opacity: 0; |
| 399 | -webkit-transform: translate(0px, 0%); |
| 400 | -ms-transform: translate(0px, 0%); |
| 401 | transform: translate(0px, 0%); |
| 402 | -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease; |
| 403 | transition: opacity 300ms ease, -webkit-transform 300ms ease; |
| 404 | transition: transform 300ms ease, opacity 300ms ease; |
| 405 | transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease; |
| 406 | } |
| 407 | |
| 408 | #grw-rate_us.grw-flash-visible { |
| 409 | opacity: 1; |
| 410 | -webkit-transform: translate(0px, -100%); |
| 411 | -ms-transform: translate(0px, -100%); |
| 412 | transform: translate(0px, -100%); |
| 413 | text-align: left; |
| 414 | } |
| 415 | |
| 416 | #grw-rate_us.grw-flash-visible.grw-flash-gout { |
| 417 | opacity: .5; |
| 418 | -webkit-transition: opacity 150ms ease; |
| 419 | transition: opacity 150ms ease; |
| 420 | transition: opacity 150ms ease; |
| 421 | transition: opacity 150ms ease; |
| 422 | } |
| 423 | |
| 424 | .grw-rate_us-content { |
| 425 | padding: 15px; |
| 426 | background: #fff; |
| 427 | border-radius: 5px; |
| 428 | box-shadow: 0 1px 2px rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%); |
| 429 | } |
| 430 | |
| 431 | .grw-rate_us-head { |
| 432 | font-size: 22px; |
| 433 | font-weight: 600; |
| 434 | margin: 0 0 20px 0; |
| 435 | } |
| 436 | |
| 437 | .grw-rate_us-body { |
| 438 | font-size: 18px; |
| 439 | } |
| 440 | |
| 441 | .grw-rate_us-body .wp-stars { |
| 442 | display: inline-block; |
| 443 | vertical-align: middle; |
| 444 | cursor: pointer; |
| 445 | } |
| 446 | |
| 447 | .grw-rate_us-body .wp-star, |
| 448 | .grw-rate_us-body .wp-star svg, |
| 449 | #grw-rate_us-feedback .wp-star svg { |
| 450 | display: inline-block; |
| 451 | padding: 2px 3px; |
| 452 | } |
| 453 | |
| 454 | .grw-rate_us-body .wp-star svg, |
| 455 | #grw-rate_us-feedback .wp-star svg { |
| 456 | width: 24px; |
| 457 | height: 24px; |
| 458 | } |
| 459 | |
| 460 | .grw-rate_us-body .wp-star svg path { |
| 461 | fill: #fa8e08; |
| 462 | } |
| 463 | |
| 464 | .grw-rate_us-body .wp-star:hover ~ .wp-star svg path { |
| 465 | fill: #ccc; |
| 466 | } |
| 467 | |
| 468 | #grw-rate_us-feedback { |
| 469 | font-size: 18px; |
| 470 | line-height: 30px; |
| 471 | text-align: center; |
| 472 | } |
| 473 | |
| 474 | #grw-rate_us-feedback input { |
| 475 | width: 100%; |
| 476 | } |
| 477 | |
| 478 | #grw-rate_us-feedback textarea { |
| 479 | width: 100%; |
| 480 | height: 128px; |
| 481 | } |
| 482 | |
| 483 | #grw-rate_us-feedback button { |
| 484 | margin: 0 10px; |
| 485 | padding: 5px 15px; |
| 486 | cursor: pointer; |
| 487 | } |
| 488 | |
| 489 | /*-------------------------------- Overview page --------------------------------*/ |
| 490 | .grw-overview-workspace { |
| 491 | position: relative; |
| 492 | font-size: 14px; |
| 493 | margin: 20px; |
| 494 | } |
| 495 | |
| 496 | .grw-overview-places { |
| 497 | position: absolute; |
| 498 | top: -50px; |
| 499 | right: 0; |
| 500 | } |
| 501 | |
| 502 | #grw-overview-rating { |
| 503 | font-size: 15px; |
| 504 | } |
| 505 | |
| 506 | #grw-overview-rating .wp-star svg { |
| 507 | vertical-align: middle; |
| 508 | } |
| 509 | |
| 510 | .grw-overview-h { |
| 511 | margin: 0 0 6px; |
| 512 | color: #000; |
| 513 | font-size: 15px; |
| 514 | font-weight: 600; |
| 515 | } |
| 516 | |
| 517 | #grw-overview-stats > div { |
| 518 | line-height: 32px; |
| 519 | } |
| 520 | |
| 521 | .grw-stat-val { |
| 522 | float: right; |
| 523 | color: #29af4c; |
| 524 | font-size: 18px; |
| 525 | font-weight: 600; |
| 526 | } |
| 527 | |
| 528 | .grw-stat-val.grw-stat-up { |
| 529 | color: #29af4c; |
| 530 | } |
| 531 | |
| 532 | .grw-stat-val.grw-stat-down { |
| 533 | color: #e94135; |
| 534 | } |
| 535 | |
| 536 | .grw-stat-val:after { |
| 537 | position: absolute; |
| 538 | right: 6px; |
| 539 | font-size: 16px |
| 540 | } |
| 541 | |
| 542 | .grw-stat-val.grw-stat-up:after { |
| 543 | content: '⇧'; |
| 544 | } |
| 545 | |
| 546 | .grw-stat-val.grw-stat-down:after { |
| 547 | content: '⇩'; |
| 548 | } |
| 549 | |
| 550 | .grw-card { |
| 551 | margin: 0; |
| 552 | padding: 0; |
| 553 | color: #36476c; |
| 554 | font-size: 14px; |
| 555 | font-variant: tabular-nums; |
| 556 | line-height: 1.5715; |
| 557 | list-style: none; |
| 558 | position: relative; |
| 559 | background: #fff; |
| 560 | border-radius: 0px; |
| 561 | } |
| 562 | |
| 563 | .grw-card-bordered { |
| 564 | border: 0; |
| 565 | border-radius: 10px; |
| 566 | } |
| 567 | |
| 568 | .grw-card-body { |
| 569 | padding: 20px; |
| 570 | } |
| 571 | |
| 572 | .grw-card-fh { |
| 573 | max-height: 500px; |
| 574 | overflow-y: auto; |
| 575 | } |
| 576 | |
| 577 | .grw-card-header { |
| 578 | font-size: 15px; |
| 579 | font-weight: 600; |
| 580 | padding: 10px 20px; |
| 581 | background-color: #f6f7fa; |
| 582 | } |
| 583 | |
| 584 | .grw-shadow { |
| 585 | border-radius: 10px; |
| 586 | box-shadow: 0 4px 4px rgb(54 71 108 / 15%); |
| 587 | } |
| 588 | |
| 589 | /*-------------------------------- Settings page --------------------------------*/ |
| 590 | .nav-tab.nav-tab-active { |
| 591 | box-shadow: none; |
| 592 | background: #fff; |
| 593 | border-bottom-color: #fff; |
| 594 | } |
| 595 | |
| 596 | .grw-settings-workspace { |
| 597 | font-size: 14px; |
| 598 | margin: 20px; |
| 599 | padding: 20px; |
| 600 | background: #fff; |
| 601 | } |
| 602 | |
| 603 | .grw-settings-workspace p { |
| 604 | font-size: 14px; |
| 605 | } |
| 606 | |
| 607 | .grw-settings-workspace .grw-alert { |
| 608 | max-width: 500px; |
| 609 | word-wrap: break-word; |
| 610 | } |
| 611 | |
| 612 | .grw-warn { |
| 613 | padding: 10px; |
| 614 | margin: 20px 0 10px; |
| 615 | font-size: 15px; |
| 616 | line-height: 26px; |
| 617 | font-weight: 600; |
| 618 | color: #000; |
| 619 | border: 1px solid #ccc; |
| 620 | border-radius: 3px; |
| 621 | background-color: #ffeb3b; |
| 622 | } |
| 623 | |
| 624 | /*-------------------------------- Support page --------------------------------*/ |
| 625 | .grw-support-question { |
| 626 | padding-bottom: 10px; |
| 627 | } |
| 628 | |
| 629 | .grw-support-workspace { |
| 630 | font-size: 15px; |
| 631 | line-height: 22px; |
| 632 | margin: 20px; |
| 633 | padding: 20px; |
| 634 | background: #fff; |
| 635 | } |
| 636 | |
| 637 | .grw-support-workspace p { |
| 638 | font-size: 15px; |
| 639 | } |
| 640 | |
| 641 | .grw-support-workspace #fig p { |
| 642 | line-height: 24px; |
| 643 | } |
| 644 | |
| 645 | .grw-support-workspace img { |
| 646 | width: 100%; |
| 647 | } |
| 648 | |
| 649 | .grw-support-workspace .subheader { |
| 650 | color: #4b76b7; |
| 651 | margin: 40px 0 20px; |
| 652 | text-decoration: underline; |
| 653 | } |
| 654 | |
| 655 | .grw-support-workspace .grw-flex-col > b:first-child, |
| 656 | .grw-support-workspace .grw-flex-col3 > b:first-child { |
| 657 | padding: 2px 8px; |
| 658 | margin-right: 4px; |
| 659 | border-radius: 50%; |
| 660 | color: #fff; |
| 661 | background: #36ad55; |
| 662 | box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%); |
| 663 | } |
| 664 | |
| 665 | .box-img { |
| 666 | padding: 15px; |
| 667 | margin: 0 0 10px; |
| 668 | box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); |
| 669 | } |
| 670 | |
| 671 | /*-------------------------------- Full Installation Guide --------------------------------*/ |
| 672 | #fig hr { |
| 673 | border-top: 1px solid #bbb; |
| 674 | border-bottom: 2px solid #eee; |
| 675 | } |
| 676 | |
| 677 | #fig .grw-flex-row { |
| 678 | align-items: center!important; |
| 679 | text-align: left; |
| 680 | margin-bottom: 40px; |
| 681 | } |
| 682 | |
| 683 | #fig .grw-flex-col, |
| 684 | #fig .grw-flex-col3 { |
| 685 | padding: 0 20px; |
| 686 | line-height: 24px; |
| 687 | } |
| 688 | |
| 689 | #fig .grw-flex-col:first-child, |
| 690 | #fig .grw-flex-col3:first-child { |
| 691 | padding-right: 10px; |
| 692 | } |
| 693 | |
| 694 | #fig img { |
| 695 | width: 100%; |
| 696 | } |
| 697 | |
| 698 | #fig .subheader { |
| 699 | color: #4b76b7; |
| 700 | margin: 40px 0 20px; |
| 701 | text-decoration: underline; |
| 702 | } |
| 703 | |
| 704 | #fig .grw-flex-col > b:first-child, |
| 705 | #fig .grw-flex-col3 > b:first-child { |
| 706 | padding: 2px 8px; |
| 707 | margin-right: 4px; |
| 708 | border-radius: 50%; |
| 709 | color: #fff; |
| 710 | background: #36ad55; |
| 711 | box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%); |
| 712 | } |
| 713 | |
| 714 | /*-------------------------------- Field --------------------------------*/ |
| 715 | .grw-field, |
| 716 | .grw-field * { |
| 717 | box-sizing: border-box; |
| 718 | } |
| 719 | |
| 720 | .grw-field { |
| 721 | padding: 0 0 15px 0; |
| 722 | margin-top: 1em; |
| 723 | margin-bottom: 1em; |
| 724 | border-bottom: 1px dashed #ddd; |
| 725 | } |
| 726 | |
| 727 | @media (min-width: 600px) { |
| 728 | .grw-field { |
| 729 | display: flex; |
| 730 | flex-wrap: wrap; |
| 731 | } |
| 732 | .grw-field-label { |
| 733 | flex: 0 0 28%; |
| 734 | padding-right: 2%; |
| 735 | } |
| 736 | .grw-field-option { |
| 737 | flex: 0 0 75%; |
| 738 | } |
| 739 | } |
| 740 | |
| 741 | .grw-field input[type="text"] { |
| 742 | margin: 0; |
| 743 | padding: 5px 8px; |
| 744 | border-radius: 2px; |
| 745 | } |
| 746 | |
| 747 | .grw-field select { |
| 748 | width: 15em; |
| 749 | margin-left: 0; |
| 750 | } |
| 751 | |
| 752 | /*-------------------------------- Flex row/col --------------------------------*/ |
| 753 | .grw-flex-row { |
| 754 | display: flex; |
| 755 | flex-flow: row wrap; |
| 756 | width: 100%; |
| 757 | } |
| 758 | |
| 759 | .grw-flex-col, |
| 760 | .grw-flex-col2, |
| 761 | .grw-flex-col3, |
| 762 | .grw-flex-col4, |
| 763 | .grw-flex-col6, |
| 764 | .grw-flex-col7 { |
| 765 | width: 100%; |
| 766 | box-sizing: border-box; |
| 767 | } |
| 768 | |
| 769 | .grw-flex-col:first-child, |
| 770 | .grw-flex-col3:first-child, |
| 771 | .grw-flex-col6:first-child, |
| 772 | .grw-flex-col3 + .grw-flex-col3 { |
| 773 | padding-right: 10px; |
| 774 | } |
| 775 | |
| 776 | @media (min-width: 800px) { |
| 777 | .grw-flex-col { |
| 778 | width: 50%; |
| 779 | } |
| 780 | .grw-flex-col2 { |
| 781 | width: 25%; |
| 782 | } |
| 783 | .grw-flex-col3 { |
| 784 | width: 30%; |
| 785 | } |
| 786 | .grw-flex-col4 { |
| 787 | width: 40%; |
| 788 | } |
| 789 | .grw-flex-col6 { |
| 790 | width: 60%; |
| 791 | } |
| 792 | .grw-flex-col7 { |
| 793 | width: 70%; |
| 794 | } |
| 795 | } |
| 796 | |
| 797 | /*-------------------------------- Alert --------------------------------*/ |
| 798 | .grw-alert { |
| 799 | font-size: 14px; |
| 800 | line-height: 1.846; |
| 801 | border: none; |
| 802 | color: #fff; |
| 803 | padding: 15px; |
| 804 | border: 1px solid transparent; |
| 805 | border-radius: 3px; |
| 806 | } |
| 807 | |
| 808 | .grw-alert-dismissable, |
| 809 | .grw-alert-dismissible { |
| 810 | padding-right: 35px; |
| 811 | } |
| 812 | |
| 813 | .grw-alert-success { |
| 814 | color: #fff; |
| 815 | border-color: #d6e9c6; |
| 816 | background-color: #4caf50; |
| 817 | } |
| 818 | |
| 819 | .grw-alert-warning { |
| 820 | background-color: #a22525; |
| 821 | } |
| 822 | |
| 823 | .grw-alert a:not(.close), |
| 824 | .grw-alert .alert-link { |
| 825 | color: #fff; |
| 826 | font-weight: bold; |
| 827 | } |
| 828 | |
| 829 | /*-------------------------------- Widgets Builder --------------------------------*/ |
| 830 | .grw-builder-platforms { |
| 831 | position: relative; |
| 832 | box-sizing: border-box; |
| 833 | } |
| 834 | |
| 835 | /*.grw-platform-google .grw-builder-top { |
| 836 | color: #fb8e28; |
| 837 | } |
| 838 | |
| 839 | .grw-platform-facebook .grw-builder-top { |
| 840 | color: #3c5b9b; |
| 841 | } |
| 842 | |
| 843 | .grw-platform-yelp .grw-builder-top { |
| 844 | color: #d32323; |
| 845 | }*/ |
| 846 | |
| 847 | .grw-builder-top { |
| 848 | padding: 10px; |
| 849 | color: #23282d; |
| 850 | font-size: 13px; |
| 851 | font-weight: 600; |
| 852 | line-height: 1.4em; |
| 853 | cursor: pointer; |
| 854 | border: 1px solid #e5e5e5; |
| 855 | box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 856 | background: #fafafa url('../img/button-down-black.svg') no-repeat right; |
| 857 | } |
| 858 | |
| 859 | .grw-builder-top:hover { |
| 860 | border-color: #999; |
| 861 | box-shadow: 0 1px 2px rgba(0,0,0,.1); |
| 862 | } |
| 863 | |
| 864 | .grw-builder-inside { |
| 865 | border-top: none; |
| 866 | padding: 10px 10px 0; |
| 867 | line-height: 16px; |
| 868 | background: #fff; |
| 869 | border: 1px solid #e5e5e5; |
| 870 | box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 871 | } |
| 872 | |
| 873 | .grw-builder-inside .grw-builder-option { |
| 874 | margin: 10px 0 0; |
| 875 | position: relative; |
| 876 | } |
| 877 | |
| 878 | .grw-builder-inside .grw-builder-option:first-child { |
| 879 | margin-top: 0; |
| 880 | } |
| 881 | |
| 882 | .grw-builder-inside .grw-builder-option:last-child { |
| 883 | margin-bottom: 10px; |
| 884 | } |
| 885 | |
| 886 | .grw-builder-inside input[type="text"], |
| 887 | .grw-builder-inside select, |
| 888 | .grw-builder-inside button, |
| 889 | .grw-builder-inside textarea { |
| 890 | width: 100%; |
| 891 | clear: both; |
| 892 | border-spacing: 0; |
| 893 | } |
| 894 | |
| 895 | .grw-builder-inside pre { |
| 896 | margin: 0; |
| 897 | color: #b73434; |
| 898 | font-size: 10px; |
| 899 | line-height: 16px; |
| 900 | padding: 4px; |
| 901 | background: #fff; |
| 902 | overflow: auto; |
| 903 | } |
| 904 | |
| 905 | .grw-builder-connect { |
| 906 | margin: 0 0 10px; |
| 907 | padding: 6px; |
| 908 | color: #fff; |
| 909 | border: none; |
| 910 | cursor: pointer; |
| 911 | text-align: center; |
| 912 | background: #eee; |
| 913 | } |
| 914 | |
| 915 | .grw-builder-connect:hover { |
| 916 | box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .24); |
| 917 | } |
| 918 | |
| 919 | .grw-builder-connect:active { |
| 920 | box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 0px 1px rgba(0, 0, 0, .24); |
| 921 | } |
| 922 | |
| 923 | .grw-builder-connect.grw-connect-google { |
| 924 | font-weight: 600; |
| 925 | font-size: 12px; |
| 926 | text-transform: uppercase; |
| 927 | background: #fa8e08; |
| 928 | } |
| 929 | |
| 930 | .grw-connect-btn { |
| 931 | color: #fff; |
| 932 | border: 0; |
| 933 | outline: 0; |
| 934 | cursor: pointer; |
| 935 | font-weight: 600; |
| 936 | font-size: 12px; |
| 937 | padding: 5px 10px; |
| 938 | text-transform: uppercase; |
| 939 | background: #fa8e08; |
| 940 | box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 24%); |
| 941 | text-decoration: none; |
| 942 | user-select: none; |
| 943 | } |
| 944 | |
| 945 | .grw-connect-btn:hover { |
| 946 | background: #ef8d14; |
| 947 | box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 3px 5px rgb(0 0 0 / 24%); |
| 948 | } |
| 949 | |
| 950 | .grw-connect-btn:active { |
| 951 | background: #fa8e08; |
| 952 | box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 0px 1px rgb(0 0 0 / 24%); |
| 953 | } |
| 954 | |
| 955 | .grw-connect-google-inside { |
| 956 | padding: 0 1px; |
| 957 | } |
| 958 | |
| 959 | .grw-builder-connect.grw-connect-facebook { |
| 960 | background: #3c5b9b; |
| 961 | } |
| 962 | |
| 963 | .grw-builder-connect.grw-connect-tripadvisor { |
| 964 | background: #3eca77; |
| 965 | } |
| 966 | |
| 967 | .grw-builder-connect.grw-connect-yelp { |
| 968 | margin-bottom: 0; |
| 969 | background: #d32323; |
| 970 | } |
| 971 | |
| 972 | .grw-builder-connect.grw-connect-google + div, |
| 973 | .grw-builder-connect.grw-connect-yelp + div { |
| 974 | margin-top: 10px; |
| 975 | } |
| 976 | |
| 977 | .grw-connections { |
| 978 | padding-bottom: 10px; |
| 979 | } |
| 980 | |
| 981 | .grw-connection { |
| 982 | cursor: move; |
| 983 | } |
| 984 | |
| 985 | .grw-connect-business { |
| 986 | color: #333; |
| 987 | text-align: left; |
| 988 | margin: 10px 0 0; |
| 989 | border: 1px solid #ccc; |
| 990 | background: #fafafa url(../img/button-down-black.svg) no-repeat right; |
| 991 | } |
| 992 | |
| 993 | .grw-connect-business:hover { |
| 994 | box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .24); |
| 995 | } |
| 996 | |
| 997 | .grw-connect-business:active { |
| 998 | box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 0px 1px rgba(0, 0, 0, .24); |
| 999 | } |
| 1000 | |
| 1001 | .grw-connect-business + div { |
| 1002 | padding: 4px; |
| 1003 | border: 1px solid rgb(204, 204, 204); |
| 1004 | border-top: 0; |
| 1005 | } |
| 1006 | |
| 1007 | .grw-connect-select { |
| 1008 | display: none!important; |
| 1009 | } |
| 1010 | |
| 1011 | .grw-platform-multiple .grw-connect-select { |
| 1012 | display: inline-block!important; |
| 1013 | } |
| 1014 | |
| 1015 | img.grw-connect-photo { |
| 1016 | width: 24px; |
| 1017 | height: 24px; |
| 1018 | margin-right: 10px; |
| 1019 | border-radius: 50%; |
| 1020 | border: 1px solid #ccc; |
| 1021 | vertical-align: middle; |
| 1022 | } |
| 1023 | |
| 1024 | .grw-connect-photo-change { |
| 1025 | margin-right: 10px |
| 1026 | } |
| 1027 | |
| 1028 | .grw-connect-error { |
| 1029 | color: #e60909; |
| 1030 | font-size: 13px; |
| 1031 | } |
| 1032 | |
| 1033 | .grw-connection-checkbox { |
| 1034 | display: none; |
| 1035 | margin: 10px 0 0 6px; |
| 1036 | } |
| 1037 | |
| 1038 | .grw-platform-multiple .grw-connection-checkbox { |
| 1039 | display: block; |
| 1040 | } |
| 1041 | |
| 1042 | .grw-quest { |
| 1043 | position: absolute; |
| 1044 | top: 6px; |
| 1045 | right: 3px; |
| 1046 | width: 16px; |
| 1047 | cursor: pointer; |
| 1048 | font-size: 12px; |
| 1049 | font-weight: bold; |
| 1050 | text-align: center; |
| 1051 | border: 1px solid #ccc; |
| 1052 | border-radius: 50px; |
| 1053 | background: #eee; |
| 1054 | } |
| 1055 | |
| 1056 | .grw-quest.grw-quest-top { |
| 1057 | top: 0; |
| 1058 | } |
| 1059 | |
| 1060 | .grw-quest.grw-quest-top22 { |
| 1061 | top: 22px; |
| 1062 | } |
| 1063 | |
| 1064 | .grw-quest:hover { |
| 1065 | border: 1px solid #999; |
| 1066 | } |
| 1067 | |
| 1068 | .grw-quest-help { |
| 1069 | display: none; |
| 1070 | margin: 0 0 10px 0; |
| 1071 | padding: 4px; |
| 1072 | font-size: 13px; |
| 1073 | line-height: 18px; |
| 1074 | background: #eee; |
| 1075 | } |
| 1076 | |
| 1077 | .grw-well { |
| 1078 | padding: 10px; |
| 1079 | margin: 10px 0px; |
| 1080 | border-radius: 3px; |
| 1081 | border: 1px solid #d9d9d9; |
| 1082 | background: #f1f1f1; |
| 1083 | } |
| 1084 | |
| 1085 | #rating_temp { |
| 1086 | height: 260px; |
| 1087 | font-size: 12px; |
| 1088 | word-break: break-all; |
| 1089 | } |
| 1090 | |
| 1091 | .grw-builder-inside input[type="color"] { |
| 1092 | width: 25px; |
| 1093 | cursor: pointer; |
| 1094 | vertical-align: middle; |
| 1095 | } |
| 1096 | |
| 1097 | .grw-builder-inside input[type="color"] + input[type="text"] { |
| 1098 | padding: 0; |
| 1099 | margin: 0 2px 0 0; |
| 1100 | width: 52px; |
| 1101 | height: 18px; |
| 1102 | min-height: 0; |
| 1103 | font-size: 12px; |
| 1104 | border-color: #fff; |
| 1105 | vertical-align: middle; |
| 1106 | } |
| 1107 | |
| 1108 | .grw-builder-inside input[type="range"] { |
| 1109 | padding: 8px 0; |
| 1110 | cursor: pointer; |
| 1111 | vertical-align: middle; |
| 1112 | } |
| 1113 | |
| 1114 | .grw-slider-br { |
| 1115 | display: flex; |
| 1116 | gap: 4px; |
| 1117 | align-items: center; |
| 1118 | justify-content: space-between; |
| 1119 | margin-top: 8px; |
| 1120 | } |
| 1121 | |
| 1122 | .grw-slider-br label { |
| 1123 | display: flex; |
| 1124 | position: relative; |
| 1125 | flex: 1; |
| 1126 | align-items: center; |
| 1127 | } |
| 1128 | |
| 1129 | .grw-slider-br label > span { |
| 1130 | margin: 0 2px; |
| 1131 | } |
| 1132 | |
| 1133 | .grw-slider-br .grw-quest { |
| 1134 | position: relative; |
| 1135 | top: auto; |
| 1136 | width: 16px; |
| 1137 | height: 16px; |
| 1138 | line-height: 14px; |
| 1139 | } |
| 1140 | |
| 1141 | .grw-input-x { |
| 1142 | position: absolute; |
| 1143 | top: 4px; |
| 1144 | right: 0; |
| 1145 | padding: 2px; |
| 1146 | font-weight: 700; |
| 1147 | cursor: pointer; |
| 1148 | } |
| 1149 | |
| 1150 | /*-------------------------------- G connection wizard --------------------------------*/ |
| 1151 | @media(max-width:760px) { |
| 1152 | .grw-admin .ui-dialog[aria-describedby="grw-connect-wizard"] { |
| 1153 | top: 0!important; |
| 1154 | left: 0!important; |
| 1155 | width: 100%!important; |
| 1156 | height: 100% !important; |
| 1157 | } |
| 1158 | } |
| 1159 | |
| 1160 | #grw_place_autocomplete { |
| 1161 | width: 100%; |
| 1162 | } |
| 1163 | |
| 1164 | #grw_place_autocomplete, |
| 1165 | #grw_place_btn { |
| 1166 | height: 30px; |
| 1167 | } |
| 1168 | |
| 1169 | #grw_place_list { |
| 1170 | display: block; |
| 1171 | position: absolute; |
| 1172 | background: #ffffff; |
| 1173 | } |
| 1174 | |
| 1175 | #grw_place_list li { |
| 1176 | margin: 0; |
| 1177 | } |
| 1178 | |
| 1179 | #grw_place_list li a { |
| 1180 | display: block; |
| 1181 | padding: 8px; |
| 1182 | color: #333; |
| 1183 | font-size: 15px; |
| 1184 | border: 1px solid #999; |
| 1185 | border-bottom: none; |
| 1186 | text-decoration: none |
| 1187 | } |
| 1188 | |
| 1189 | #grw_place_list li:first-child a { |
| 1190 | border-radius: 5px 5px 0 0; |
| 1191 | } |
| 1192 | |
| 1193 | #grw_place_list li:last-child a { |
| 1194 | border-bottom: 1px solid #999; |
| 1195 | border-radius: 0 0 5px 5px; |
| 1196 | } |
| 1197 | |
| 1198 | #grw_place_list li:hover a { |
| 1199 | background: #ccc; |
| 1200 | } |
| 1201 | |
| 1202 | #grw_place_spin_svg { |
| 1203 | position: absolute; |
| 1204 | top: 6px; |
| 1205 | right: 6px; |
| 1206 | width: 18px; |
| 1207 | height: 18px; |
| 1208 | animation: grw-spin 4s infinite linear; |
| 1209 | } |
| 1210 | |
| 1211 | .grw_shortcode { |
| 1212 | position: relative; |
| 1213 | } |
| 1214 | |
| 1215 | .grw_shortcode small { |
| 1216 | visibility: hidden; |
| 1217 | position: absolute; |
| 1218 | left: 12px; |
| 1219 | bottom: 0; |
| 1220 | opacity: 1; |
| 1221 | color: #12a908; |
| 1222 | } |
| 1223 | |
| 1224 | .grw_shortcode small.grw_hide { |
| 1225 | visibility: visible; |
| 1226 | opacity: 0; |
| 1227 | transition: opacity 3s linear; |
| 1228 | } |
| 1229 | |
| 1230 | @keyframes grw-spin { |
| 1231 | from {transform:rotate(0deg);} |
| 1232 | to {transform:rotate(360deg);} |
| 1233 | } |
| 1234 | @keyframes fadeIn { |
| 1235 | 0% { |
| 1236 | opacity: .35; |
| 1237 | } |
| 1238 | 50% { |
| 1239 | opacity: .5; |
| 1240 | } |
| 1241 | 75% { |
| 1242 | opacity: .75; |
| 1243 | } |
| 1244 | 100% { |
| 1245 | opacity: .25; |
| 1246 | } |
| 1247 | } |