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