easepick
3 years ago
dashboard_widget.css
3 years ago
dashboard_widget.css.map
3 years ago
style.css
3 years ago
style.css.map
3 years ago
style.css
2685 lines
| 1 | #iawp-parent .data-table { |
| 2 | border: 1px solid #dedae6; |
| 3 | margin: 24px; |
| 4 | } |
| 5 | |
| 6 | body, #iawp-parent { |
| 7 | background-color: #ece9f2; |
| 8 | } |
| 9 | |
| 10 | #wpbody-content { |
| 11 | padding-bottom: 0; |
| 12 | } |
| 13 | |
| 14 | #wpbody-content > .error, #wpbody-content > .notice { |
| 15 | display: none; |
| 16 | } |
| 17 | |
| 18 | .loading-icon { |
| 19 | z-index: 39; |
| 20 | opacity: 0; |
| 21 | visibility: hidden; |
| 22 | background: rgba(24, 20, 31, .65); |
| 23 | justify-content: center; |
| 24 | align-items: center; |
| 25 | transition: opacity .3s, visibility .3s; |
| 26 | display: flex; |
| 27 | position: fixed; |
| 28 | top: 0; |
| 29 | bottom: 0; |
| 30 | left: 0; |
| 31 | right: 0; |
| 32 | } |
| 33 | |
| 34 | .loading-icon img { |
| 35 | opacity: 0; |
| 36 | transition: opacity .5s, -webkit-transform .5s, transform .5s; |
| 37 | -webkit-transform: scale(.9); |
| 38 | transform: scale(.9); |
| 39 | } |
| 40 | |
| 41 | #iawp-parent { |
| 42 | min-height: 120vh; |
| 43 | margin-left: -20px; |
| 44 | padding-bottom: 60px; |
| 45 | } |
| 46 | |
| 47 | #iawp-parent * { |
| 48 | box-sizing: border-box; |
| 49 | } |
| 50 | |
| 51 | #iawp-parent.loading .loading-icon { |
| 52 | opacity: 1; |
| 53 | visibility: visible; |
| 54 | } |
| 55 | |
| 56 | #iawp-parent.loading .loading-icon img { |
| 57 | opacity: 1; |
| 58 | -webkit-transform: scale(1); |
| 59 | transform: scale(1); |
| 60 | } |
| 61 | |
| 62 | #iawp-parent .chart-container { |
| 63 | width: 100%; |
| 64 | padding: 0 24px; |
| 65 | } |
| 66 | |
| 67 | #iawp-parent .quick-stats { |
| 68 | gap: 24px; |
| 69 | margin: 24px; |
| 70 | display: flex; |
| 71 | } |
| 72 | |
| 73 | #iawp-parent .chart-inner { |
| 74 | background: #fff; |
| 75 | border: 1px solid #dedae6; |
| 76 | border-radius: 6px; |
| 77 | padding: 24px; |
| 78 | } |
| 79 | |
| 80 | #iawp-parent .legend-container { |
| 81 | align-items: center; |
| 82 | margin-bottom: 16px; |
| 83 | display: flex; |
| 84 | } |
| 85 | |
| 86 | #iawp-parent .legend-title { |
| 87 | margin: 0; |
| 88 | font-size: 18px; |
| 89 | font-weight: 700; |
| 90 | } |
| 91 | |
| 92 | #iawp-parent .legend-list { |
| 93 | justify-content: end; |
| 94 | margin: 0; |
| 95 | display: flex; |
| 96 | } |
| 97 | |
| 98 | #iawp-parent .legend-item { |
| 99 | cursor: pointer; |
| 100 | -webkit-user-select: none; |
| 101 | -ms-user-select: none; |
| 102 | user-select: none; |
| 103 | border-radius: 18px; |
| 104 | align-items: center; |
| 105 | margin: 0 0 0 16px; |
| 106 | padding: 4px 12px 4px 8px; |
| 107 | display: inline-flex; |
| 108 | } |
| 109 | |
| 110 | #iawp-parent .legend-item.hidden { |
| 111 | opacity: .5; |
| 112 | } |
| 113 | |
| 114 | #iawp-parent .legend-item span { |
| 115 | height: 16px; |
| 116 | width: 16px; |
| 117 | border-radius: 50%; |
| 118 | margin-right: 4px; |
| 119 | display: inline-block; |
| 120 | } |
| 121 | |
| 122 | #iawp-parent .legend-item p { |
| 123 | margin: 0; |
| 124 | font-weight: 500; |
| 125 | } |
| 126 | |
| 127 | #iawp-parent .legend-item-for-views { |
| 128 | background-color: #efe8fa; |
| 129 | } |
| 130 | |
| 131 | #iawp-parent .legend-item-for-views span { |
| 132 | background-color: #5123a0; |
| 133 | } |
| 134 | |
| 135 | #iawp-parent .legend-item-for-visitors { |
| 136 | background-color: rgba(246, 157, 10, .2); |
| 137 | } |
| 138 | |
| 139 | #iawp-parent .legend-item-for-visitors span { |
| 140 | background-color: #f69d0a; |
| 141 | } |
| 142 | |
| 143 | #iawp-parent svg text { |
| 144 | stroke-width: 0; |
| 145 | } |
| 146 | |
| 147 | #iawp-parent .data-table { |
| 148 | grid-auto-rows: minmax(30px, auto); |
| 149 | display: grid; |
| 150 | position: relative; |
| 151 | } |
| 152 | |
| 153 | #iawp-parent .data-table[data-column-count="2"] { |
| 154 | grid-template-columns: repeat(2, minmax(70px, auto)); |
| 155 | } |
| 156 | |
| 157 | #iawp-parent .data-table[data-column-count="3"] { |
| 158 | grid-template-columns: repeat(3, minmax(70px, auto)); |
| 159 | } |
| 160 | |
| 161 | #iawp-parent .data-table[data-column-count="4"] { |
| 162 | grid-template-columns: repeat(4, minmax(70px, auto)); |
| 163 | } |
| 164 | |
| 165 | #iawp-parent .data-table[data-column-count="5"] { |
| 166 | grid-template-columns: repeat(5, minmax(70px, auto)); |
| 167 | } |
| 168 | |
| 169 | #iawp-parent .data-table[data-column-count="6"] { |
| 170 | grid-template-columns: repeat(6, minmax(70px, auto)); |
| 171 | } |
| 172 | |
| 173 | #iawp-parent .data-table[data-column-count="7"] { |
| 174 | grid-template-columns: repeat(7, minmax(70px, auto)); |
| 175 | } |
| 176 | |
| 177 | #iawp-parent .data-table[data-column-count="8"] { |
| 178 | grid-template-columns: repeat(8, minmax(70px, auto)); |
| 179 | } |
| 180 | |
| 181 | #iawp-parent .data-table .rows, #iawp-parent .data-table .row, #iawp-parent .data-table .columns { |
| 182 | display: contents; |
| 183 | } |
| 184 | |
| 185 | #iawp-parent .data-table .rows:after, #iawp-parent .data-table .row:after, #iawp-parent .data-table .columns:after { |
| 186 | display: none; |
| 187 | } |
| 188 | |
| 189 | #iawp-parent .data-error { |
| 190 | text-align: center; |
| 191 | color: #363040; |
| 192 | background-color: #f7f5fa; |
| 193 | grid-column: 1 / -1; |
| 194 | margin: 0; |
| 195 | padding: 24px; |
| 196 | } |
| 197 | |
| 198 | #iawp-parent .columns .cell { |
| 199 | z-index: 19; |
| 200 | background-color: #fff; |
| 201 | border-bottom: 1px solid #dedae6; |
| 202 | position: -webkit-sticky; |
| 203 | position: sticky; |
| 204 | top: 144px; |
| 205 | } |
| 206 | |
| 207 | @media (min-width: 601px) { |
| 208 | #iawp-parent .columns .cell { |
| 209 | top: 190px; |
| 210 | } |
| 211 | } |
| 212 | |
| 213 | @media (min-width: 783px) { |
| 214 | #iawp-parent .columns .cell { |
| 215 | top: 176px; |
| 216 | } |
| 217 | } |
| 218 | |
| 219 | @media (min-width: 783px) { |
| 220 | #iawp-parent .columns .cell { |
| 221 | top: 114px; |
| 222 | } |
| 223 | } |
| 224 | |
| 225 | #iawp-parent .header { |
| 226 | flex-wrap: row; |
| 227 | background: #fff; |
| 228 | border-bottom: 1px solid #dedae6; |
| 229 | align-items: center; |
| 230 | display: flex; |
| 231 | } |
| 232 | |
| 233 | #iawp-parent .header .logo { |
| 234 | border-right: 1px solid #dedae6; |
| 235 | padding: 14px 32px 12px; |
| 236 | } |
| 237 | |
| 238 | #iawp-parent .header .logo img { |
| 239 | width: 200px; |
| 240 | height: auto; |
| 241 | } |
| 242 | |
| 243 | #iawp-parent .header .upgrade { |
| 244 | margin-left: 24px; |
| 245 | } |
| 246 | |
| 247 | #iawp-parent .header .upgrade a { |
| 248 | padding: 6px 4px 6px 12px; |
| 249 | } |
| 250 | |
| 251 | #iawp-parent .header .upgrade a .dashicons { |
| 252 | margin-left: 4px; |
| 253 | } |
| 254 | |
| 255 | #iawp-parent .header .kb { |
| 256 | margin: 0 36px 0 auto; |
| 257 | } |
| 258 | |
| 259 | #iawp-parent .header .kb a { |
| 260 | text-decoration: none; |
| 261 | } |
| 262 | |
| 263 | #iawp-parent .header .kb a .dashicons { |
| 264 | margin: 0 0 0 6px; |
| 265 | } |
| 266 | |
| 267 | #iawp-parent .header .kb .review { |
| 268 | margin-right: 18px; |
| 269 | } |
| 270 | |
| 271 | #iawp-parent .nav { |
| 272 | background: #fff; |
| 273 | padding: 0 0 0 20px; |
| 274 | } |
| 275 | |
| 276 | #iawp-parent .menu { |
| 277 | margin: 0; |
| 278 | padding: 0; |
| 279 | list-style-type: none; |
| 280 | list-style-image: none; |
| 281 | display: flex; |
| 282 | } |
| 283 | |
| 284 | #iawp-parent .menu li:hover > a, #iawp-parent .menu a:hover { |
| 285 | box-shadow: none; |
| 286 | border-bottom-color: #dedae6; |
| 287 | outline: none; |
| 288 | } |
| 289 | |
| 290 | #iawp-parent .menu li:hover > a.active, #iawp-parent .menu a:hover.active { |
| 291 | border-bottom-color: #5123a0; |
| 292 | } |
| 293 | |
| 294 | #iawp-parent .menu-link { |
| 295 | white-space: nowrap; |
| 296 | border-bottom: 5px solid rgba(0, 0, 0, 0); |
| 297 | padding: 12px 18px; |
| 298 | font-size: 14px; |
| 299 | display: inline-block; |
| 300 | } |
| 301 | |
| 302 | #iawp-parent .menu-link.active { |
| 303 | border-bottom-color: #5123a0; |
| 304 | } |
| 305 | |
| 306 | #iawp-parent .menu-link:hover ~ .sub-menu, #iawp-parent .menu-link:active ~ .sub-menu, #iawp-parent .menu-link:focus ~ .sub-menu { |
| 307 | opacity: 1; |
| 308 | visibility: visible; |
| 309 | -webkit-transform: translateY(-4px); |
| 310 | transform: translateY(-4px); |
| 311 | } |
| 312 | |
| 313 | #iawp-parent .sub-menu { |
| 314 | z-index: 39; |
| 315 | width: auto; |
| 316 | min-width: 100%; |
| 317 | opacity: 0; |
| 318 | visibility: hidden; |
| 319 | transition: opacity .2s, visibility .2s, -webkit-transform .2s, -webkit-transform .2s, transform .2s; |
| 320 | position: absolute; |
| 321 | top: calc(100% + 4px); |
| 322 | } |
| 323 | |
| 324 | #iawp-parent .sub-menu:hover { |
| 325 | opacity: 1; |
| 326 | visibility: visible; |
| 327 | -webkit-transform: translateY(-4px); |
| 328 | transform: translateY(-4px); |
| 329 | } |
| 330 | |
| 331 | #iawp-parent .sub-menu ul { |
| 332 | background: #fff; |
| 333 | border-radius: 0 0 3px 3px; |
| 334 | padding-bottom: 2px; |
| 335 | overflow: hidden; |
| 336 | box-shadow: 0 2px 8px rgba(0, 0, 0, .1); |
| 337 | } |
| 338 | |
| 339 | #iawp-parent .sub-menu .menu-item { |
| 340 | display: block; |
| 341 | } |
| 342 | |
| 343 | #iawp-parent .sub-menu .menu-link { |
| 344 | border-bottom: none; |
| 345 | display: block; |
| 346 | } |
| 347 | |
| 348 | #iawp-parent .relative-dates { |
| 349 | grid-gap: 8px; |
| 350 | grid-template-rows: repeat(2, 1fr); |
| 351 | grid-auto-flow: column; |
| 352 | display: grid; |
| 353 | } |
| 354 | |
| 355 | #iawp-parent .relative-dates .iawp-button, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .button { |
| 356 | padding: 8px; |
| 357 | } |
| 358 | |
| 359 | #iawp-parent .relative-dates .iawp-button.active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button { |
| 360 | color: #fff; |
| 361 | } |
| 362 | |
| 363 | #iawp-parent .toolbar { |
| 364 | z-index: 29; |
| 365 | background: #5123a0; |
| 366 | flex-wrap: wrap; |
| 367 | justify-content: center; |
| 368 | display: flex; |
| 369 | position: -webkit-sticky; |
| 370 | position: sticky; |
| 371 | top: 0; |
| 372 | } |
| 373 | |
| 374 | #iawp-parent .toolbar .buttons { |
| 375 | width: 100%; |
| 376 | justify-content: center; |
| 377 | align-items: center; |
| 378 | padding: 18px 24px; |
| 379 | display: flex; |
| 380 | } |
| 381 | |
| 382 | #iawp-parent .toolbar .buttons > div { |
| 383 | margin-right: 12px; |
| 384 | } |
| 385 | |
| 386 | #iawp-parent .toolbar .buttons > div:last-child { |
| 387 | margin-right: 0; |
| 388 | } |
| 389 | |
| 390 | #iawp-parent .toolbar .date-picker-container { |
| 391 | position: relative; |
| 392 | } |
| 393 | |
| 394 | #iawp-parent .toolbar .date-picker-container .dashicons { |
| 395 | color: #5123a0; |
| 396 | position: absolute; |
| 397 | top: 11px; |
| 398 | left: 12px; |
| 399 | } |
| 400 | |
| 401 | #iawp-parent .toolbar .learn-more { |
| 402 | color: #fff; |
| 403 | margin-left: 6px; |
| 404 | text-decoration: none; |
| 405 | } |
| 406 | |
| 407 | @media (min-width: 601px) { |
| 408 | #iawp-parent .toolbar { |
| 409 | top: 46px; |
| 410 | } |
| 411 | } |
| 412 | |
| 413 | @media (min-width: 783px) { |
| 414 | #iawp-parent .toolbar { |
| 415 | top: 32px; |
| 416 | } |
| 417 | } |
| 418 | |
| 419 | @media (min-width: 1200px) { |
| 420 | #iawp-parent .toolbar { |
| 421 | flex-wrap: nowrap; |
| 422 | justify-content: space-between; |
| 423 | } |
| 424 | |
| 425 | #iawp-parent .toolbar .buttons { |
| 426 | width: auto; |
| 427 | justify-content: flex-start; |
| 428 | } |
| 429 | } |
| 430 | |
| 431 | #iawp-parent .campaign-copy { |
| 432 | background: #f7f5fa; |
| 433 | border-bottom: 1px solid #dedae6; |
| 434 | justify-content: space-between; |
| 435 | padding: 24px 36px 36px; |
| 436 | display: flex; |
| 437 | } |
| 438 | |
| 439 | #iawp-parent .campaign-copy input { |
| 440 | flex-grow: 1; |
| 441 | margin: 0 16px 0 0; |
| 442 | } |
| 443 | |
| 444 | #iawp-parent .campaign-copy button { |
| 445 | white-space: nowrap; |
| 446 | } |
| 447 | |
| 448 | #iawp-parent .campaign-copy p { |
| 449 | margin: 0; |
| 450 | } |
| 451 | |
| 452 | #iawp-parent .campaigns-heading { |
| 453 | padding: 12px 36px; |
| 454 | } |
| 455 | |
| 456 | #iawp-parent .campaigns-empty { |
| 457 | padding: 0 36px 12px; |
| 458 | } |
| 459 | |
| 460 | @-webkit-keyframes newCampaign { |
| 461 | 0% { |
| 462 | bottom: -200px; |
| 463 | } |
| 464 | |
| 465 | 80% { |
| 466 | bottom: 5px; |
| 467 | } |
| 468 | |
| 469 | 100% { |
| 470 | bottom: 0; |
| 471 | } |
| 472 | } |
| 473 | |
| 474 | @keyframes newCampaign { |
| 475 | 0% { |
| 476 | bottom: -200px; |
| 477 | } |
| 478 | |
| 479 | 80% { |
| 480 | bottom: 5px; |
| 481 | } |
| 482 | |
| 483 | 100% { |
| 484 | bottom: 0; |
| 485 | } |
| 486 | } |
| 487 | |
| 488 | #iawp-parent .campaign.new { |
| 489 | z-index: 39; |
| 490 | background: #fff; |
| 491 | padding: 24px 36px 36px; |
| 492 | -webkit-animation: newCampaign .5s ease-out; |
| 493 | animation: newCampaign .5s ease-out; |
| 494 | position: fixed; |
| 495 | bottom: 0; |
| 496 | left: 0; |
| 497 | right: 0; |
| 498 | box-shadow: 0 -4px 12px rgba(0, 0, 0, .1); |
| 499 | } |
| 500 | |
| 501 | #iawp-parent .campaign.new .campaign-copy { |
| 502 | background: none; |
| 503 | border-bottom: none; |
| 504 | justify-content: flex-start; |
| 505 | padding: 0 90px 0 0; |
| 506 | } |
| 507 | |
| 508 | #iawp-parent .campaign.new .campaign-text { |
| 509 | max-width: 743px; |
| 510 | } |
| 511 | |
| 512 | #iawp-parent .campaign-title { |
| 513 | margin-top: 0; |
| 514 | font-size: 21px; |
| 515 | } |
| 516 | |
| 517 | #iawp-parent .campaign-text { |
| 518 | width: 100%; |
| 519 | margin-right: 12px; |
| 520 | position: relative; |
| 521 | } |
| 522 | |
| 523 | #iawp-parent .campaign-url { |
| 524 | width: 100%; |
| 525 | box-shadow: none; |
| 526 | color: #6d6a73; |
| 527 | background: #fff; |
| 528 | padding: 8px 12px; |
| 529 | } |
| 530 | |
| 531 | #iawp-parent .campaign-url:focus { |
| 532 | box-shadow: none; |
| 533 | border-color: #c5c2cc; |
| 534 | } |
| 535 | |
| 536 | #iawp-parent .campaign-actions { |
| 537 | display: flex; |
| 538 | } |
| 539 | |
| 540 | #iawp-parent .campaign-actions .iawp-button, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .button { |
| 541 | margin-right: 8px; |
| 542 | padding: 8px; |
| 543 | } |
| 544 | |
| 545 | #iawp-parent .campaign-created-at { |
| 546 | color: #9a95a6; |
| 547 | margin: 0; |
| 548 | font-size: 13px; |
| 549 | position: absolute; |
| 550 | top: calc(100% + 2px); |
| 551 | } |
| 552 | |
| 553 | #iawp-parent .settings-container .campaign-table tr { |
| 554 | flex-flow: column wrap; |
| 555 | margin: 12px 0; |
| 556 | display: flex; |
| 557 | } |
| 558 | |
| 559 | #iawp-parent .settings-container .campaign-table th { |
| 560 | width: 180px; |
| 561 | width: auto; |
| 562 | margin-bottom: 8px; |
| 563 | padding: 0; |
| 564 | font-weight: 400; |
| 565 | } |
| 566 | |
| 567 | #iawp-parent .settings-container .campaign-table td { |
| 568 | padding: 0; |
| 569 | } |
| 570 | |
| 571 | #iawp-parent .settings-container .campaign-table input { |
| 572 | padding: 7px 12px; |
| 573 | } |
| 574 | |
| 575 | #iawp-parent .settings-container .campaign-table .required { |
| 576 | color: #d93b29; |
| 577 | } |
| 578 | |
| 579 | #iawp-parent .campaign-builder .settings-container { |
| 580 | max-width: 960px; |
| 581 | padding: 0; |
| 582 | } |
| 583 | |
| 584 | #iawp-parent .campaign-builder .settings-container-header { |
| 585 | padding: 12px 36px 0; |
| 586 | } |
| 587 | |
| 588 | #iawp-parent .campaign-builder .settings-container-header h2 { |
| 589 | font-size: 21px; |
| 590 | line-height: 1.334; |
| 591 | } |
| 592 | |
| 593 | #iawp-parent .campaign-builder .settings-container-header a { |
| 594 | align-items: center; |
| 595 | font-size: 14px; |
| 596 | display: flex; |
| 597 | } |
| 598 | |
| 599 | #iawp-parent .campaign-builder .settings-container-header a .dashicons { |
| 600 | margin-left: 3px; |
| 601 | font-size: 19px; |
| 602 | } |
| 603 | |
| 604 | #iawp-parent .campaign-builder .table-container { |
| 605 | padding: 0 36px; |
| 606 | } |
| 607 | |
| 608 | #iawp-parent .campaign-builder .submit-container { |
| 609 | background-color: #f7f5fa; |
| 610 | border-radius: 0 0 6px 6px; |
| 611 | justify-content: flex-end; |
| 612 | align-items: center; |
| 613 | padding: 24px 36px; |
| 614 | display: flex; |
| 615 | } |
| 616 | |
| 617 | #iawp-parent .campaign-builder .submit-container p { |
| 618 | margin: 0; |
| 619 | padding: 0; |
| 620 | } |
| 621 | |
| 622 | #iawp-parent .campaign-builder .submit button { |
| 623 | position: relative; |
| 624 | } |
| 625 | |
| 626 | #iawp-parent .campaign-builder .submit button .dashicons { |
| 627 | width: auto; |
| 628 | height: auto; |
| 629 | color: #5123a0; |
| 630 | font-size: 22px; |
| 631 | -webkit-animation: rotation 2s linear infinite; |
| 632 | animation: rotation 2s linear infinite; |
| 633 | display: none; |
| 634 | position: absolute; |
| 635 | top: 9px; |
| 636 | left: calc(50% - 10px); |
| 637 | } |
| 638 | |
| 639 | #iawp-parent .campaign-builder .submit button.building { |
| 640 | color: rgba(0, 0, 0, 0) !important; |
| 641 | } |
| 642 | |
| 643 | #iawp-parent .campaign-builder .submit button.building .dashicons { |
| 644 | display: inline-block; |
| 645 | } |
| 646 | |
| 647 | @media (min-width: 783px) { |
| 648 | #iawp-parent .campaign.new { |
| 649 | left: 36px; |
| 650 | } |
| 651 | } |
| 652 | |
| 653 | @media (min-width: 961px) { |
| 654 | #iawp-parent .campaign.new { |
| 655 | left: 160px; |
| 656 | } |
| 657 | } |
| 658 | |
| 659 | @media (min-width: 900px) { |
| 660 | #iawp-parent .campaign-builder tbody { |
| 661 | flex-wrap: wrap; |
| 662 | justify-content: space-between; |
| 663 | padding: 6px 0 18px; |
| 664 | display: flex; |
| 665 | } |
| 666 | |
| 667 | #iawp-parent .campaign-builder .campaign-table tr { |
| 668 | width: calc(50% - 12px); |
| 669 | margin: 6px 0; |
| 670 | } |
| 671 | } |
| 672 | |
| 673 | #iawp-parent .filters .condition { |
| 674 | margin-bottom: 12px; |
| 675 | padding-right: 24px; |
| 676 | position: relative; |
| 677 | } |
| 678 | |
| 679 | #iawp-parent .filters .operator-select-container, #iawp-parent .filters .operand-field-container { |
| 680 | position: relative; |
| 681 | } |
| 682 | |
| 683 | #iawp-parent .filters .operator-select-container:before, #iawp-parent .filters .operand-field-container:before { |
| 684 | content: ""; |
| 685 | z-index: 3; |
| 686 | background: #efe8fa; |
| 687 | border-radius: 3px; |
| 688 | position: absolute; |
| 689 | top: 1px; |
| 690 | bottom: 1px; |
| 691 | left: 1px; |
| 692 | right: 1px; |
| 693 | } |
| 694 | |
| 695 | #iawp-parent .filters .operator-select-container select, #iawp-parent .filters .operator-select-container input, #iawp-parent .filters .operand-field-container select, #iawp-parent .filters .operand-field-container input { |
| 696 | display: none; |
| 697 | } |
| 698 | |
| 699 | #iawp-parent .filters .operator-select-container select.show, #iawp-parent .filters .operator-select-container input.show, #iawp-parent .filters .operand-field-container select.show, #iawp-parent .filters .operand-field-container input.show { |
| 700 | z-index: 9; |
| 701 | display: block; |
| 702 | position: relative; |
| 703 | } |
| 704 | |
| 705 | #iawp-parent .filters .actions button { |
| 706 | margin-right: 4px; |
| 707 | } |
| 708 | |
| 709 | #iawp-parent .input-group { |
| 710 | background: #f7f5fa; |
| 711 | border: 1px solid #dedae6; |
| 712 | border-radius: 3px; |
| 713 | justify-content: space-between; |
| 714 | padding: 8px; |
| 715 | display: flex; |
| 716 | } |
| 717 | |
| 718 | #iawp-parent .input-group > div { |
| 719 | flex: 1; |
| 720 | margin: 0 3px; |
| 721 | } |
| 722 | |
| 723 | #iawp-parent .input-group > div select, #iawp-parent .input-group > div input { |
| 724 | width: 100%; |
| 725 | } |
| 726 | |
| 727 | #iawp-parent #iawp-learn { |
| 728 | max-width: 1000px; |
| 729 | padding: 12px; |
| 730 | } |
| 731 | |
| 732 | #iawp-parent #iawp-learn h2 { |
| 733 | margin: 0 0 12px; |
| 734 | font-size: 28px; |
| 735 | } |
| 736 | |
| 737 | #iawp-parent #iawp-learn h3 { |
| 738 | margin: 0 0 12px; |
| 739 | font-size: 21px; |
| 740 | } |
| 741 | |
| 742 | #iawp-parent #iawp-learn p, #iawp-parent #iawp-learn li { |
| 743 | margin: 10px 0; |
| 744 | font-size: 16px; |
| 745 | } |
| 746 | |
| 747 | #iawp-parent #iawp-learn ul { |
| 748 | margin-top: 24px; |
| 749 | } |
| 750 | |
| 751 | #iawp-parent #iawp-learn li { |
| 752 | margin-bottom: 18px; |
| 753 | } |
| 754 | |
| 755 | #iawp-parent #iawp-learn a { |
| 756 | color: #5123a0; |
| 757 | } |
| 758 | |
| 759 | #iawp-parent #iawp-learn .heading { |
| 760 | padding: 24px; |
| 761 | } |
| 762 | |
| 763 | #iawp-parent #iawp-learn .heading p { |
| 764 | font-size: 18px; |
| 765 | } |
| 766 | |
| 767 | #iawp-parent #iawp-learn .search-container { |
| 768 | margin: 28px 0 18px; |
| 769 | position: relative; |
| 770 | } |
| 771 | |
| 772 | #iawp-parent #iawp-learn .search-container .dashicons { |
| 773 | color: #6d6a73; |
| 774 | position: absolute; |
| 775 | top: 10px; |
| 776 | left: 12px; |
| 777 | } |
| 778 | |
| 779 | #iawp-parent #iawp-learn .search-field { |
| 780 | max-width: none; |
| 781 | width: 100%; |
| 782 | background-color: #f7f5fa; |
| 783 | border-radius: 24px; |
| 784 | margin-left: -2px; |
| 785 | padding: 6px 18px 6px 38px; |
| 786 | font-size: 14px; |
| 787 | } |
| 788 | |
| 789 | #iawp-parent #iawp-learn .search-field:focus { |
| 790 | background-color: #fff; |
| 791 | } |
| 792 | |
| 793 | #iawp-parent #iawp-learn .tutorials { |
| 794 | justify-content: space-between; |
| 795 | padding: 0 24px; |
| 796 | display: flex; |
| 797 | } |
| 798 | |
| 799 | #iawp-parent #iawp-learn .advanced { |
| 800 | width: 54%; |
| 801 | margin-right: 6%; |
| 802 | } |
| 803 | |
| 804 | #iawp-parent #iawp-learn .basic { |
| 805 | width: 38%; |
| 806 | margin-right: 2%; |
| 807 | } |
| 808 | |
| 809 | #iawp-parent #iawp-learn .tutorial { |
| 810 | margin-bottom: 36px; |
| 811 | } |
| 812 | |
| 813 | #iawp-parent #iawp-learn .updates { |
| 814 | border-top: 1px solid #dedae6; |
| 815 | justify-content: space-between; |
| 816 | padding: 24px; |
| 817 | display: flex; |
| 818 | } |
| 819 | |
| 820 | #iawp-parent #iawp-learn .from-the-blog { |
| 821 | width: 54%; |
| 822 | margin-right: 6%; |
| 823 | } |
| 824 | |
| 825 | #iawp-parent #iawp-learn .feedback { |
| 826 | width: 38%; |
| 827 | margin-right: 2%; |
| 828 | } |
| 829 | |
| 830 | #iawp-parent #iawp-learn .social-icons { |
| 831 | padding: 0 24px 24px; |
| 832 | } |
| 833 | |
| 834 | #iawp-parent #iawp-learn .social-icons-list { |
| 835 | margin-top: 24px; |
| 836 | display: flex; |
| 837 | } |
| 838 | |
| 839 | #iawp-parent #iawp-learn .social-icons-list a { |
| 840 | width: 38px; |
| 841 | height: 38px; |
| 842 | border: 1px solid #363040; |
| 843 | border-radius: 50%; |
| 844 | justify-content: center; |
| 845 | align-items: center; |
| 846 | margin-right: 12px; |
| 847 | display: flex; |
| 848 | } |
| 849 | |
| 850 | #iawp-parent #iawp-learn .social-icons-list a:hover { |
| 851 | background-color: #efe8fa; |
| 852 | border-color: #5123a0; |
| 853 | } |
| 854 | |
| 855 | #iawp-parent #iawp-learn .social-icons-list img { |
| 856 | width: 16px; |
| 857 | height: auto; |
| 858 | display: block; |
| 859 | } |
| 860 | |
| 861 | #iawp-parent .mm { |
| 862 | font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; |
| 863 | } |
| 864 | |
| 865 | #iawp-parent .mm__overlay { |
| 866 | background: rgba(0, 0, 0, .6); |
| 867 | justify-content: center; |
| 868 | align-items: center; |
| 869 | display: flex; |
| 870 | position: fixed; |
| 871 | top: 0; |
| 872 | bottom: 0; |
| 873 | left: 0; |
| 874 | right: 0; |
| 875 | } |
| 876 | |
| 877 | #iawp-parent .mm__container { |
| 878 | max-width: 500px; |
| 879 | max-height: 100vh; |
| 880 | box-sizing: border-box; |
| 881 | background-color: #fff; |
| 882 | border-radius: 4px; |
| 883 | padding: 30px; |
| 884 | overflow-y: auto; |
| 885 | } |
| 886 | |
| 887 | #iawp-parent .mm__header { |
| 888 | justify-content: space-between; |
| 889 | align-items: center; |
| 890 | display: flex; |
| 891 | } |
| 892 | |
| 893 | #iawp-parent .mm__title { |
| 894 | color: #00449e; |
| 895 | box-sizing: border-box; |
| 896 | margin-top: 0; |
| 897 | margin-bottom: 0; |
| 898 | font-size: 1.25rem; |
| 899 | font-weight: 600; |
| 900 | line-height: 1.25; |
| 901 | } |
| 902 | |
| 903 | #iawp-parent .mm__close { |
| 904 | background: none; |
| 905 | border: 0; |
| 906 | } |
| 907 | |
| 908 | #iawp-parent .mm__header .mm__close:before { |
| 909 | content: "✕"; |
| 910 | } |
| 911 | |
| 912 | #iawp-parent .mm__content { |
| 913 | color: rgba(0, 0, 0, .8); |
| 914 | margin-top: 2rem; |
| 915 | margin-bottom: 2rem; |
| 916 | line-height: 1.5; |
| 917 | } |
| 918 | |
| 919 | #iawp-parent .mm__btn { |
| 920 | color: rgba(0, 0, 0, .8); |
| 921 | cursor: pointer; |
| 922 | -webkit-appearance: button; |
| 923 | text-transform: none; |
| 924 | will-change: transform; |
| 925 | -moz-osx-font-smoothing: grayscale; |
| 926 | -webkit-backface-visibility: hidden; |
| 927 | backface-visibility: hidden; |
| 928 | background-color: #e6e6e6; |
| 929 | border-style: none; |
| 930 | border-width: 0; |
| 931 | border-radius: .25rem; |
| 932 | margin: 0; |
| 933 | padding: .5rem 1rem; |
| 934 | font-size: .875rem; |
| 935 | line-height: 1.15; |
| 936 | transition: -webkit-transform .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out; |
| 937 | overflow: visible; |
| 938 | -webkit-transform: translateZ(0); |
| 939 | transform: translateZ(0); |
| 940 | } |
| 941 | |
| 942 | #iawp-parent .mm__btn:focus, #iawp-parent .mm__btn:hover { |
| 943 | -webkit-transform: scale(1.05); |
| 944 | transform: scale(1.05); |
| 945 | } |
| 946 | |
| 947 | #iawp-parent .mm__btn-primary { |
| 948 | color: #fff; |
| 949 | background-color: #00449e; |
| 950 | } |
| 951 | |
| 952 | @-webkit-keyframes mmfadeIn { |
| 953 | from { |
| 954 | opacity: 0; |
| 955 | } |
| 956 | |
| 957 | to { |
| 958 | opacity: 1; |
| 959 | } |
| 960 | } |
| 961 | |
| 962 | @keyframes mmfadeIn { |
| 963 | from { |
| 964 | opacity: 0; |
| 965 | } |
| 966 | |
| 967 | to { |
| 968 | opacity: 1; |
| 969 | } |
| 970 | } |
| 971 | |
| 972 | @-webkit-keyframes mmfadeOut { |
| 973 | from { |
| 974 | opacity: 1; |
| 975 | } |
| 976 | |
| 977 | to { |
| 978 | opacity: 0; |
| 979 | } |
| 980 | } |
| 981 | |
| 982 | @keyframes mmfadeOut { |
| 983 | from { |
| 984 | opacity: 1; |
| 985 | } |
| 986 | |
| 987 | to { |
| 988 | opacity: 0; |
| 989 | } |
| 990 | } |
| 991 | |
| 992 | @-webkit-keyframes mmslideIn { |
| 993 | from { |
| 994 | -webkit-transform: translateY(15%); |
| 995 | transform: translateY(15%); |
| 996 | } |
| 997 | |
| 998 | to { |
| 999 | -webkit-transform: translateY(0); |
| 1000 | transform: translateY(0); |
| 1001 | } |
| 1002 | } |
| 1003 | |
| 1004 | @keyframes mmslideIn { |
| 1005 | from { |
| 1006 | -webkit-transform: translateY(15%); |
| 1007 | transform: translateY(15%); |
| 1008 | } |
| 1009 | |
| 1010 | to { |
| 1011 | -webkit-transform: translateY(0); |
| 1012 | transform: translateY(0); |
| 1013 | } |
| 1014 | } |
| 1015 | |
| 1016 | @-webkit-keyframes mmslideOut { |
| 1017 | from { |
| 1018 | -webkit-transform: translateY(0); |
| 1019 | transform: translateY(0); |
| 1020 | } |
| 1021 | |
| 1022 | to { |
| 1023 | -webkit-transform: translateY(-10%); |
| 1024 | transform: translateY(-10%); |
| 1025 | } |
| 1026 | } |
| 1027 | |
| 1028 | @keyframes mmslideOut { |
| 1029 | from { |
| 1030 | -webkit-transform: translateY(0); |
| 1031 | transform: translateY(0); |
| 1032 | } |
| 1033 | |
| 1034 | to { |
| 1035 | -webkit-transform: translateY(-10%); |
| 1036 | transform: translateY(-10%); |
| 1037 | } |
| 1038 | } |
| 1039 | |
| 1040 | #iawp-parent .micromodal-slide { |
| 1041 | display: none; |
| 1042 | } |
| 1043 | |
| 1044 | #iawp-parent .micromodal-slide.is-open { |
| 1045 | display: block; |
| 1046 | } |
| 1047 | |
| 1048 | #iawp-parent .micromodal-slide[aria-hidden="false"] .mm__overlay { |
| 1049 | -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1); |
| 1050 | animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1); |
| 1051 | } |
| 1052 | |
| 1053 | #iawp-parent .micromodal-slide[aria-hidden="false"] .mm__container { |
| 1054 | -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1); |
| 1055 | animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1); |
| 1056 | } |
| 1057 | |
| 1058 | #iawp-parent .micromodal-slide[aria-hidden="true"] .mm__overlay { |
| 1059 | -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1); |
| 1060 | animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1); |
| 1061 | } |
| 1062 | |
| 1063 | #iawp-parent .micromodal-slide[aria-hidden="true"] .mm__container { |
| 1064 | -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1); |
| 1065 | animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1); |
| 1066 | } |
| 1067 | |
| 1068 | #iawp-parent .micromodal-slide .mm__container, #iawp-parent .micromodal-slide .mm__overlay { |
| 1069 | will-change: transform; |
| 1070 | } |
| 1071 | |
| 1072 | #iawp-parent .modal-parent.small { |
| 1073 | position: relative; |
| 1074 | } |
| 1075 | |
| 1076 | #iawp-parent .modal { |
| 1077 | z-index: 19; |
| 1078 | opacity: 0; |
| 1079 | visibility: hidden; |
| 1080 | background: #fff; |
| 1081 | border-radius: 3px; |
| 1082 | transition: opacity .2s, visibility .2s, -webkit-transform .2s, transform .2s; |
| 1083 | position: absolute; |
| 1084 | top: calc(100% + 16px); |
| 1085 | left: 0; |
| 1086 | box-shadow: 0 4px 8px rgba(0, 0, 0, .1); |
| 1087 | } |
| 1088 | |
| 1089 | #iawp-parent .modal.show { |
| 1090 | opacity: 1; |
| 1091 | visibility: visible; |
| 1092 | -webkit-transform: translateY(-4px); |
| 1093 | transform: translateY(-4px); |
| 1094 | } |
| 1095 | |
| 1096 | #iawp-parent .modal.small { |
| 1097 | width: 220px; |
| 1098 | } |
| 1099 | |
| 1100 | #iawp-parent .modal.large { |
| 1101 | width: 96%; |
| 1102 | max-width: 800px; |
| 1103 | top: 80px; |
| 1104 | left: 50%; |
| 1105 | -webkit-transform: translateX(-50%); |
| 1106 | transform: translateX(-50%); |
| 1107 | } |
| 1108 | |
| 1109 | #iawp-parent .modal.large.show { |
| 1110 | -webkit-transform: translateY(-4px)translateX(-50%); |
| 1111 | transform: translateY(-4px)translateX(-50%); |
| 1112 | } |
| 1113 | |
| 1114 | #iawp-parent .modal.flex { |
| 1115 | width: auto; |
| 1116 | max-width: unset; |
| 1117 | } |
| 1118 | |
| 1119 | #iawp-parent .modal-inner { |
| 1120 | padding: 12px 24px; |
| 1121 | } |
| 1122 | |
| 1123 | #iawp-parent .modal-inner > div { |
| 1124 | margin-bottom: 18px; |
| 1125 | } |
| 1126 | |
| 1127 | @media (min-width: 1200px) { |
| 1128 | #iawp-parent .modal-parent { |
| 1129 | position: relative; |
| 1130 | } |
| 1131 | |
| 1132 | #iawp-parent .modal.large { |
| 1133 | width: 800px; |
| 1134 | top: calc(100% + 12px); |
| 1135 | left: 0; |
| 1136 | -webkit-transform: none; |
| 1137 | transform: none; |
| 1138 | } |
| 1139 | |
| 1140 | #iawp-parent .modal.large.show { |
| 1141 | -webkit-transform: translateY(-4px); |
| 1142 | transform: translateY(-4px); |
| 1143 | } |
| 1144 | |
| 1145 | #iawp-parent .modal.flex { |
| 1146 | width: auto; |
| 1147 | } |
| 1148 | } |
| 1149 | |
| 1150 | #iawp-parent .pagination { |
| 1151 | justify-content: center; |
| 1152 | margin: 24px; |
| 1153 | display: flex; |
| 1154 | } |
| 1155 | |
| 1156 | #iawp-parent .settings-container { |
| 1157 | color: #18141f; |
| 1158 | max-width: 700px; |
| 1159 | background: #fff; |
| 1160 | border: 1px solid #dedae6; |
| 1161 | border-radius: 6px; |
| 1162 | margin: 24px; |
| 1163 | padding: 12px 24px 24px; |
| 1164 | } |
| 1165 | |
| 1166 | #iawp-parent .settings-container p.submit { |
| 1167 | padding-bottom: 0; |
| 1168 | } |
| 1169 | |
| 1170 | #iawp-parent .settings-container label { |
| 1171 | display: inline; |
| 1172 | } |
| 1173 | |
| 1174 | #iawp-parent .settings-container .button-group { |
| 1175 | margin: 12px 0; |
| 1176 | } |
| 1177 | |
| 1178 | #iawp-parent .settings-container .button-group button { |
| 1179 | margin-right: 12px; |
| 1180 | } |
| 1181 | |
| 1182 | #iawp-parent .settings-container .column-label { |
| 1183 | display: inline-block; |
| 1184 | } |
| 1185 | |
| 1186 | #iawp-parent .settings-container th { |
| 1187 | width: 240px; |
| 1188 | } |
| 1189 | |
| 1190 | #iawp-parent .settings-container td { |
| 1191 | margin-top: 12px; |
| 1192 | } |
| 1193 | |
| 1194 | #iawp-parent .settings-container .post-types label { |
| 1195 | margin-right: 4px; |
| 1196 | } |
| 1197 | |
| 1198 | #iawp-parent .settings-container .shortcode-note { |
| 1199 | margin-left: 240px; |
| 1200 | } |
| 1201 | |
| 1202 | #iawp-parent .settings-container .shortcode-note p { |
| 1203 | font-size: 14px; |
| 1204 | } |
| 1205 | |
| 1206 | #iawp-parent .settings-container-header { |
| 1207 | justify-content: space-between; |
| 1208 | align-items: center; |
| 1209 | display: flex; |
| 1210 | } |
| 1211 | |
| 1212 | #iawp-parent .form-table input[type="text"]:disabled { |
| 1213 | box-shadow: none; |
| 1214 | cursor: not-allowed; |
| 1215 | background: #f0f0f2; |
| 1216 | } |
| 1217 | |
| 1218 | #iawp-parent .form-table input[type="text"] { |
| 1219 | width: 100%; |
| 1220 | } |
| 1221 | |
| 1222 | #iawp-parent .form-table input[type="text"]::-webkit-input-placeholder { |
| 1223 | color: #aeaeae; |
| 1224 | } |
| 1225 | |
| 1226 | #iawp-parent .form-table input[type="text"]::-ms-input-placeholder { |
| 1227 | color: #aeaeae; |
| 1228 | } |
| 1229 | |
| 1230 | #iawp-parent .form-table input[type="text"]::placeholder { |
| 1231 | color: #aeaeae; |
| 1232 | } |
| 1233 | |
| 1234 | #iawp-parent .form-table .description { |
| 1235 | color: #6d6a73; |
| 1236 | font-size: 13px; |
| 1237 | } |
| 1238 | |
| 1239 | #iawp-parent p.error { |
| 1240 | color: #d93b29; |
| 1241 | font-size: 13px; |
| 1242 | } |
| 1243 | |
| 1244 | #iawp-parent .block-ip-form.empty .empty, #iawp-parent .block-ip-form.exists .exists, #iawp-parent .block-ip-form.unsaved .warning-message { |
| 1245 | display: block; |
| 1246 | } |
| 1247 | |
| 1248 | #iawp-parent .block-ip-form .error-message { |
| 1249 | display: none; |
| 1250 | } |
| 1251 | |
| 1252 | #iawp-parent .block-ip-form .ip-entry { |
| 1253 | margin-bottom: 12px; |
| 1254 | display: flex; |
| 1255 | } |
| 1256 | |
| 1257 | #iawp-parent .block-ip-form .ip-entry > div { |
| 1258 | display: flex; |
| 1259 | } |
| 1260 | |
| 1261 | #iawp-parent .block-ip-form .ip-entry input { |
| 1262 | width: 100%; |
| 1263 | } |
| 1264 | |
| 1265 | #iawp-parent .block-ip-form .ip-entry input:read-only { |
| 1266 | background-color: #f7f5fa; |
| 1267 | } |
| 1268 | |
| 1269 | #iawp-parent .block-ip-form .ip-entry input:focus { |
| 1270 | border-color: #c5c2cc; |
| 1271 | } |
| 1272 | |
| 1273 | #iawp-parent .block-ip-form .ip-entry button { |
| 1274 | flex-shrink: 0; |
| 1275 | margin-left: 8px; |
| 1276 | } |
| 1277 | |
| 1278 | #iawp-parent .block-ip-form .block-new-ip { |
| 1279 | margin-bottom: 36px; |
| 1280 | } |
| 1281 | |
| 1282 | #iawp-parent #ip-entry-blueprint { |
| 1283 | display: none; |
| 1284 | } |
| 1285 | |
| 1286 | #iawp-parent .user-capability-settings .inner { |
| 1287 | align-items: center; |
| 1288 | display: flex; |
| 1289 | } |
| 1290 | |
| 1291 | #iawp-parent .user-capability-settings #save-permissions { |
| 1292 | position: relative; |
| 1293 | } |
| 1294 | |
| 1295 | #iawp-parent .user-capability-settings #save-permissions:after { |
| 1296 | content: ""; |
| 1297 | font-family: Dashicons; |
| 1298 | font-size: 20px; |
| 1299 | -webkit-animation: dashicons-spin 1s linear infinite; |
| 1300 | animation: dashicons-spin 1s linear infinite; |
| 1301 | display: none; |
| 1302 | position: absolute; |
| 1303 | top: calc(50% - 11px); |
| 1304 | left: calc(50% - 11px); |
| 1305 | } |
| 1306 | |
| 1307 | #iawp-parent .user-capability-settings #save-permissions.saving { |
| 1308 | color: rgba(0, 0, 0, 0); |
| 1309 | } |
| 1310 | |
| 1311 | #iawp-parent .user-capability-settings #save-permissions.saving:after { |
| 1312 | color: #fff; |
| 1313 | display: block; |
| 1314 | } |
| 1315 | |
| 1316 | #iawp-parent .user-roles { |
| 1317 | margin-left: 12px; |
| 1318 | } |
| 1319 | |
| 1320 | #iawp-parent .user-roles .role { |
| 1321 | display: none; |
| 1322 | } |
| 1323 | |
| 1324 | #iawp-parent .user-roles .role.show { |
| 1325 | display: flex; |
| 1326 | } |
| 1327 | |
| 1328 | #iawp-parent .user-roles label { |
| 1329 | align-items: center; |
| 1330 | margin: 0 14px 0 0; |
| 1331 | display: flex; |
| 1332 | } |
| 1333 | |
| 1334 | #iawp-parent .user-roles label input { |
| 1335 | margin: 0 5px 0 0; |
| 1336 | } |
| 1337 | |
| 1338 | #iawp-parent .note { |
| 1339 | font-style: italic; |
| 1340 | } |
| 1341 | |
| 1342 | #iawp-parent .save-button-container { |
| 1343 | margin-top: 24px; |
| 1344 | display: flex; |
| 1345 | } |
| 1346 | |
| 1347 | #iawp-parent .save-button-container .warning-message { |
| 1348 | color: #f69d0a; |
| 1349 | font-weight: 700px; |
| 1350 | margin-left: 12px; |
| 1351 | display: none; |
| 1352 | } |
| 1353 | |
| 1354 | #iawp-parent .permission-blocked { |
| 1355 | max-width: 600px; |
| 1356 | background: #fff; |
| 1357 | border: 1px solid #dedae6; |
| 1358 | border-radius: 6px; |
| 1359 | margin: 24px; |
| 1360 | padding: 12px; |
| 1361 | } |
| 1362 | |
| 1363 | @media (min-width: 783px) { |
| 1364 | #iawp-parent .settings-container td { |
| 1365 | margin-top: 0; |
| 1366 | } |
| 1367 | } |
| 1368 | |
| 1369 | #iawp-parent .stat { |
| 1370 | width: 50%; |
| 1371 | max-width: 400px; |
| 1372 | background-color: #fff; |
| 1373 | border: 1px solid #dedae6; |
| 1374 | border-radius: 6px; |
| 1375 | padding: 18px; |
| 1376 | } |
| 1377 | |
| 1378 | #iawp-parent .stat:last-child { |
| 1379 | margin-right: 0; |
| 1380 | } |
| 1381 | |
| 1382 | #iawp-parent .stat.unfiltered { |
| 1383 | background-color: #ece9f2; |
| 1384 | border-color: #c5c2cc; |
| 1385 | } |
| 1386 | |
| 1387 | #iawp-parent .stat.unfiltered circle { |
| 1388 | display: none; |
| 1389 | } |
| 1390 | |
| 1391 | #iawp-parent .stat.unfiltered .percentage { |
| 1392 | opacity: .7; |
| 1393 | } |
| 1394 | |
| 1395 | #iawp-parent .stat .metric { |
| 1396 | justify-content: space-between; |
| 1397 | font-size: 16px; |
| 1398 | display: flex; |
| 1399 | } |
| 1400 | |
| 1401 | #iawp-parent .stat .dashicons-filter { |
| 1402 | display: none; |
| 1403 | } |
| 1404 | |
| 1405 | #iawp-parent .stat .circle { |
| 1406 | width: 15px; |
| 1407 | height: 15px; |
| 1408 | } |
| 1409 | |
| 1410 | #iawp-parent .stat .values { |
| 1411 | align-items: baseline; |
| 1412 | margin: 12px 0; |
| 1413 | font-weight: 700; |
| 1414 | display: flex; |
| 1415 | } |
| 1416 | |
| 1417 | #iawp-parent .stat .count { |
| 1418 | margin-right: 8px; |
| 1419 | font-size: 28px; |
| 1420 | } |
| 1421 | |
| 1422 | #iawp-parent .stat .growth { |
| 1423 | color: #36b366; |
| 1424 | font-size: 14px; |
| 1425 | } |
| 1426 | |
| 1427 | #iawp-parent .stat .percentage { |
| 1428 | border-radius: 24px; |
| 1429 | align-items: center; |
| 1430 | padding: 4px 10px 4px 2px; |
| 1431 | display: flex; |
| 1432 | } |
| 1433 | |
| 1434 | #iawp-parent .stat .percentage.up { |
| 1435 | color: #36b366; |
| 1436 | background-color: #e3fced; |
| 1437 | } |
| 1438 | |
| 1439 | #iawp-parent .stat .percentage.down { |
| 1440 | color: #d93b29; |
| 1441 | background-color: #fce6e3; |
| 1442 | } |
| 1443 | |
| 1444 | #iawp-parent .stat .period-label { |
| 1445 | color: #9a95a6; |
| 1446 | font-size: 16px; |
| 1447 | } |
| 1448 | |
| 1449 | #iawp-parent .stat.views circle { |
| 1450 | fill: #5123a0; |
| 1451 | } |
| 1452 | |
| 1453 | #iawp-parent .stat.views .dashicons-filter { |
| 1454 | color: #5123a0; |
| 1455 | } |
| 1456 | |
| 1457 | #iawp-parent .stat.visitors circle { |
| 1458 | fill: #f69d0a; |
| 1459 | } |
| 1460 | |
| 1461 | #iawp-parent .stat.visitors .dashicons-filter { |
| 1462 | color: #f69d0a; |
| 1463 | } |
| 1464 | |
| 1465 | #iawp-parent .filtered .stat:not(.unfiltered) .dashicons-filter { |
| 1466 | display: inline-block; |
| 1467 | } |
| 1468 | |
| 1469 | #iawp-parent .filtered .stat:not(.unfiltered) .circle { |
| 1470 | display: none; |
| 1471 | } |
| 1472 | |
| 1473 | #iawp-parent .iawp-button, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button { |
| 1474 | cursor: pointer; |
| 1475 | background: none; |
| 1476 | border: 1px solid rgba(0, 0, 0, 0); |
| 1477 | border-radius: 3px; |
| 1478 | align-items: center; |
| 1479 | margin: 0; |
| 1480 | padding: 12px 16px; |
| 1481 | font-size: 14px; |
| 1482 | line-height: 1; |
| 1483 | text-decoration: none; |
| 1484 | transition: color .1s, background-color .1s, border-color .1s; |
| 1485 | display: inline-flex; |
| 1486 | } |
| 1487 | |
| 1488 | #iawp-parent .iawp-button .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .dashicons { |
| 1489 | margin-right: 6px; |
| 1490 | transition: color .1s; |
| 1491 | } |
| 1492 | |
| 1493 | #iawp-parent .iawp-button .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .count { |
| 1494 | color: #5123a0; |
| 1495 | background: #fff; |
| 1496 | border-radius: 50%; |
| 1497 | justify-content: center; |
| 1498 | align-items: center; |
| 1499 | font-size: 12px; |
| 1500 | font-weight: 700; |
| 1501 | line-height: 1; |
| 1502 | display: flex; |
| 1503 | } |
| 1504 | |
| 1505 | #iawp-parent .iawp-button .count:not(:empty), #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .count:not(:empty), .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .count:not(:empty) { |
| 1506 | height: 18px; |
| 1507 | width: 18px; |
| 1508 | margin-left: 8px; |
| 1509 | margin-right: -2px; |
| 1510 | } |
| 1511 | |
| 1512 | #iawp-parent .iawp-button .disabled-button-text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .disabled-button-text, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .disabled-button-text { |
| 1513 | display: none; |
| 1514 | } |
| 1515 | |
| 1516 | #iawp-parent .iawp-button:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled { |
| 1517 | cursor: default; |
| 1518 | } |
| 1519 | |
| 1520 | #iawp-parent .iawp-button:disabled .disabled-button-text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled .disabled-button-text, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled .disabled-button-text { |
| 1521 | display: inline; |
| 1522 | } |
| 1523 | |
| 1524 | #iawp-parent .iawp-button:disabled .enabled-button-text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled .enabled-button-text, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled .enabled-button-text { |
| 1525 | display: none; |
| 1526 | } |
| 1527 | |
| 1528 | #iawp-parent .iawp-button.white, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button { |
| 1529 | color: #5123a0; |
| 1530 | background-color: #fff; |
| 1531 | border-color: #fff; |
| 1532 | } |
| 1533 | |
| 1534 | #iawp-parent .iawp-button.white:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button:hover, #iawp-parent .iawp-button.white:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button:active, #iawp-parent .iawp-button.white:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button:focus, #iawp-parent .iawp-button.white .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button .open { |
| 1535 | color: #6c46ae; |
| 1536 | } |
| 1537 | |
| 1538 | #iawp-parent .iawp-button.purple, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary, #iawp-parent .iawp-button-purple, #iawp-parent .relative-dates .iawp-button.active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button { |
| 1539 | color: #fff; |
| 1540 | background-color: #5123a0; |
| 1541 | border-color: #5123a0; |
| 1542 | } |
| 1543 | |
| 1544 | #iawp-parent .iawp-button.purple:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:hover, #iawp-parent .iawp-button.purple:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:active, #iawp-parent .iawp-button.purple:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:focus, #iawp-parent .iawp-button.purple .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary .open, #iawp-parent .iawp-button-purple:hover, #iawp-parent .relative-dates .iawp-button.active:hover, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:hover, #iawp-parent .iawp-button-purple:active, #iawp-parent .relative-dates .iawp-button.active:active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:active, #iawp-parent .iawp-button-purple:focus, #iawp-parent .relative-dates .iawp-button.active:focus, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:focus, #iawp-parent .iawp-button-purple .open, #iawp-parent .relative-dates .iawp-button.active .open, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button .open { |
| 1545 | color: #fff; |
| 1546 | background-color: #6c46ae; |
| 1547 | border-color: #6c46ae; |
| 1548 | } |
| 1549 | |
| 1550 | #iawp-parent .iawp-button.purple:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:disabled, #iawp-parent .iawp-button-purple:disabled, #iawp-parent .relative-dates .iawp-button.active:disabled, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:disabled { |
| 1551 | color: #9a95a6; |
| 1552 | background-color: #f7f5fa; |
| 1553 | border-color: #ece9f2; |
| 1554 | } |
| 1555 | |
| 1556 | #iawp-parent .iawp-button.red, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button { |
| 1557 | color: #fff; |
| 1558 | background-color: #d93b29; |
| 1559 | border-color: #d93b29; |
| 1560 | } |
| 1561 | |
| 1562 | #iawp-parent .iawp-button.red:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button:hover, #iawp-parent .iawp-button.red:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button:active, #iawp-parent .iawp-button.red:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button:focus, #iawp-parent .iawp-button.red .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button .open { |
| 1563 | color: #fff; |
| 1564 | background-color: #d94e3f; |
| 1565 | border-color: #d94e3f; |
| 1566 | } |
| 1567 | |
| 1568 | #iawp-parent .iawp-button.orange, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button { |
| 1569 | color: #fff; |
| 1570 | background-color: #f69d0a; |
| 1571 | border-color: #f69d0a; |
| 1572 | } |
| 1573 | |
| 1574 | #iawp-parent .iawp-button.orange:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button:hover, #iawp-parent .iawp-button.orange:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button:active, #iawp-parent .iawp-button.orange:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button:focus, #iawp-parent .iawp-button.orange .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button .open { |
| 1575 | color: #fff; |
| 1576 | background-color: #ffa826; |
| 1577 | border-color: #ffa826; |
| 1578 | } |
| 1579 | |
| 1580 | #iawp-parent .iawp-button.ghost-white, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button { |
| 1581 | color: #fff; |
| 1582 | border-color: #fff; |
| 1583 | } |
| 1584 | |
| 1585 | #iawp-parent .iawp-button.ghost-white:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:hover, #iawp-parent .iawp-button.ghost-white:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:active, #iawp-parent .iawp-button.ghost-white:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:focus, #iawp-parent .iawp-button.ghost-white.open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.open.button { |
| 1586 | color: #5123a0; |
| 1587 | background-color: #fff; |
| 1588 | border-color: #fff; |
| 1589 | } |
| 1590 | |
| 1591 | #iawp-parent .iawp-button.ghost-white:hover .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:hover .count, #iawp-parent .iawp-button.ghost-white:active .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:active .count, #iawp-parent .iawp-button.ghost-white:focus .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:focus .count, #iawp-parent .iawp-button.ghost-white.open .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.open.button .count { |
| 1592 | color: #fff; |
| 1593 | background: #5123a0; |
| 1594 | } |
| 1595 | |
| 1596 | #iawp-parent .iawp-button.ghost-purple, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button { |
| 1597 | color: #5123a0; |
| 1598 | border-color: #5123a0; |
| 1599 | } |
| 1600 | |
| 1601 | #iawp-parent .iawp-button.ghost-purple:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:hover, #iawp-parent .iawp-button.ghost-purple:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:active, #iawp-parent .iawp-button.ghost-purple:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:focus, #iawp-parent .iawp-button.ghost-purple .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .open { |
| 1602 | color: #fff; |
| 1603 | background-color: #5123a0; |
| 1604 | border-color: #5123a0; |
| 1605 | } |
| 1606 | |
| 1607 | #iawp-parent .iawp-button.ghost-purple:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled { |
| 1608 | color: #9a95a6; |
| 1609 | background-color: #f7f5fa; |
| 1610 | border-color: #ece9f2; |
| 1611 | } |
| 1612 | |
| 1613 | #iawp-parent .iawp-button.ghost-red, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button { |
| 1614 | color: #d93b29; |
| 1615 | border-color: #d93b29; |
| 1616 | } |
| 1617 | |
| 1618 | #iawp-parent .iawp-button.ghost-red:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:hover, #iawp-parent .iawp-button.ghost-red:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:active, #iawp-parent .iawp-button.ghost-red:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:focus, #iawp-parent .iawp-button.ghost-red .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button .open { |
| 1619 | color: #fff; |
| 1620 | background-color: #d93b29; |
| 1621 | border-color: #d93b29; |
| 1622 | } |
| 1623 | |
| 1624 | #iawp-parent .iawp-button.ghost-red:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:disabled { |
| 1625 | color: #9a95a6; |
| 1626 | background-color: #f7f5fa; |
| 1627 | border-color: #ece9f2; |
| 1628 | } |
| 1629 | |
| 1630 | #iawp-parent .iawp-button.text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .text.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .text.button { |
| 1631 | color: #5123a0; |
| 1632 | padding: 0; |
| 1633 | } |
| 1634 | |
| 1635 | #iawp-parent .date-picker { |
| 1636 | padding: 14px 16px 14px 36px; |
| 1637 | } |
| 1638 | |
| 1639 | #iawp-parent .sort-button { |
| 1640 | color: #18141f; |
| 1641 | cursor: pointer; |
| 1642 | background: none; |
| 1643 | border: none; |
| 1644 | align-items: center; |
| 1645 | padding: 1px; |
| 1646 | display: flex; |
| 1647 | } |
| 1648 | |
| 1649 | #iawp-parent .sort-button .dashicons-arrow-up, #iawp-parent .sort-button .dashicons-arrow-down { |
| 1650 | display: none; |
| 1651 | } |
| 1652 | |
| 1653 | #iawp-parent .sort-button .name { |
| 1654 | font-weight: 700; |
| 1655 | } |
| 1656 | |
| 1657 | #iawp-parent .sort-button .dashicons { |
| 1658 | color: #c5c2cc; |
| 1659 | } |
| 1660 | |
| 1661 | #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons, #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons { |
| 1662 | color: #5123a0; |
| 1663 | } |
| 1664 | |
| 1665 | #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-up { |
| 1666 | display: inline-block; |
| 1667 | } |
| 1668 | |
| 1669 | #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-down, #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-right { |
| 1670 | display: none; |
| 1671 | } |
| 1672 | |
| 1673 | #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-down { |
| 1674 | display: inline-block; |
| 1675 | } |
| 1676 | |
| 1677 | #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-up, #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-right { |
| 1678 | display: none; |
| 1679 | } |
| 1680 | |
| 1681 | #iawp-parent .delete-button { |
| 1682 | z-index: 3; |
| 1683 | color: #fff; |
| 1684 | cursor: pointer; |
| 1685 | background-color: #5123a0; |
| 1686 | border: none; |
| 1687 | border-radius: 50%; |
| 1688 | padding: 2px; |
| 1689 | transition: background-color .1s, color .1s; |
| 1690 | position: absolute; |
| 1691 | top: 12px; |
| 1692 | right: -12px; |
| 1693 | } |
| 1694 | |
| 1695 | #iawp-parent .delete-button:hover, #iawp-parent .delete-button .open { |
| 1696 | background-color: #6c46ae; |
| 1697 | } |
| 1698 | |
| 1699 | #iawp-parent .icon-med { |
| 1700 | margin-right: 3px; |
| 1701 | font-size: 21px; |
| 1702 | } |
| 1703 | |
| 1704 | #iawp-parent .dashicons.spin { |
| 1705 | -webkit-animation: dashicons-spin 1s linear infinite; |
| 1706 | animation: dashicons-spin 1s linear infinite; |
| 1707 | } |
| 1708 | |
| 1709 | @-webkit-keyframes dashicons-spin { |
| 1710 | 0% { |
| 1711 | -webkit-transform: rotate(0deg); |
| 1712 | transform: rotate(0deg); |
| 1713 | } |
| 1714 | |
| 1715 | 100% { |
| 1716 | -webkit-transform: rotate(360deg); |
| 1717 | transform: rotate(360deg); |
| 1718 | } |
| 1719 | } |
| 1720 | |
| 1721 | @keyframes dashicons-spin { |
| 1722 | 0% { |
| 1723 | -webkit-transform: rotate(0deg); |
| 1724 | transform: rotate(0deg); |
| 1725 | } |
| 1726 | |
| 1727 | 100% { |
| 1728 | -webkit-transform: rotate(360deg); |
| 1729 | transform: rotate(360deg); |
| 1730 | } |
| 1731 | } |
| 1732 | |
| 1733 | #iawp-parent .image-large { |
| 1734 | width: 36px; |
| 1735 | height: 36px; |
| 1736 | } |
| 1737 | |
| 1738 | #iawp-parent select, #iawp-parent input { |
| 1739 | background-color: #fff; |
| 1740 | border: 1px solid #c5c2cc; |
| 1741 | border-radius: 3px; |
| 1742 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 1743 | } |
| 1744 | |
| 1745 | #iawp-parent select:focus, #iawp-parent input:focus { |
| 1746 | border-color: #5123a0; |
| 1747 | outline: none; |
| 1748 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 1749 | } |
| 1750 | |
| 1751 | #iawp-parent select.error, #iawp-parent input.error { |
| 1752 | border-color: #d93b29; |
| 1753 | } |
| 1754 | |
| 1755 | #iawp-parent input { |
| 1756 | padding: 2px 12px; |
| 1757 | } |
| 1758 | |
| 1759 | #iawp-parent select { |
| 1760 | padding: 2px 24px 2px 12px; |
| 1761 | } |
| 1762 | |
| 1763 | #iawp-parent select:hover, #iawp-parent select:focus { |
| 1764 | color: #5123a0; |
| 1765 | } |
| 1766 | |
| 1767 | #iawp-parent .block-input { |
| 1768 | width: 100%; |
| 1769 | margin-bottom: 12px; |
| 1770 | display: block; |
| 1771 | } |
| 1772 | |
| 1773 | #iawp-parent ::-webkit-input-placeholder { |
| 1774 | color: #aaa6b3; |
| 1775 | opacity: 1; |
| 1776 | } |
| 1777 | |
| 1778 | #iawp-parent ::-ms-input-placeholder { |
| 1779 | color: #aaa6b3; |
| 1780 | opacity: 1; |
| 1781 | } |
| 1782 | |
| 1783 | #iawp-parent ::placeholder { |
| 1784 | color: #aaa6b3; |
| 1785 | opacity: 1; |
| 1786 | } |
| 1787 | |
| 1788 | #iawp-parent label { |
| 1789 | margin: 12px 0; |
| 1790 | display: block; |
| 1791 | } |
| 1792 | |
| 1793 | #iawp-parent .link-dark { |
| 1794 | color: #363040; |
| 1795 | text-decoration: none; |
| 1796 | } |
| 1797 | |
| 1798 | #iawp-parent .link-dark:link, #iawp-parent .link-dark:visited { |
| 1799 | color: #363040; |
| 1800 | } |
| 1801 | |
| 1802 | #iawp-parent .link-dark:hover, #iawp-parent .link-dark:active, #iawp-parent .link-dark:focus, #iawp-parent .link-dark.active { |
| 1803 | color: #18141f; |
| 1804 | } |
| 1805 | |
| 1806 | #iawp-parent .link-purple, #iawp-parent #fs_connect.require-license-key a, #fs_connect.require-license-key #iawp-parent a { |
| 1807 | color: #5123a0; |
| 1808 | text-decoration: none; |
| 1809 | } |
| 1810 | |
| 1811 | #iawp-parent .link-purple:link, #iawp-parent #fs_connect.require-license-key a:link, #fs_connect.require-license-key #iawp-parent a:link, #iawp-parent .link-purple:visited, #iawp-parent #fs_connect.require-license-key a:visited, #fs_connect.require-license-key #iawp-parent a:visited { |
| 1812 | color: #5123a0; |
| 1813 | } |
| 1814 | |
| 1815 | #iawp-parent .link-purple:hover, #iawp-parent #fs_connect.require-license-key a:hover, #fs_connect.require-license-key #iawp-parent a:hover, #iawp-parent .link-purple:active, #iawp-parent #fs_connect.require-license-key a:active, #fs_connect.require-license-key #iawp-parent a:active, #iawp-parent .link-purple:focus, #iawp-parent #fs_connect.require-license-key a:focus, #fs_connect.require-license-key #iawp-parent a:focus, #iawp-parent .link-purple.active, #iawp-parent #fs_connect.require-license-key a.active, #fs_connect.require-license-key #iawp-parent a.active { |
| 1816 | color: #6c46ae; |
| 1817 | } |
| 1818 | |
| 1819 | #iawp-parent .scroll-to-top { |
| 1820 | z-index: 39; |
| 1821 | text-align: center; |
| 1822 | color: #fff; |
| 1823 | cursor: pointer; |
| 1824 | background-color: #5123a0; |
| 1825 | border: none; |
| 1826 | border-radius: 50%; |
| 1827 | padding: 18px; |
| 1828 | line-height: 1; |
| 1829 | transition: background-color .1s, color .1s; |
| 1830 | position: fixed; |
| 1831 | bottom: 32px; |
| 1832 | right: 32px; |
| 1833 | box-shadow: 0 0 12px rgba(0, 0, 0, .1); |
| 1834 | } |
| 1835 | |
| 1836 | #iawp-parent .scroll-to-top:hover, #iawp-parent .scroll-to-top:active, #iawp-parent .scroll-to-top:focus { |
| 1837 | color: #5123a0; |
| 1838 | background-color: #fff; |
| 1839 | } |
| 1840 | |
| 1841 | #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell, #iawp-parent .cell:first-child { |
| 1842 | padding-left: 48px; |
| 1843 | } |
| 1844 | |
| 1845 | #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell .row-number, #iawp-parent .cell:first-child .row-number { |
| 1846 | display: flex; |
| 1847 | } |
| 1848 | |
| 1849 | #iawp-parent .cell { |
| 1850 | z-index: 3; |
| 1851 | color: #363040; |
| 1852 | padding: 16px 24px; |
| 1853 | font-size: 14px; |
| 1854 | position: relative; |
| 1855 | } |
| 1856 | |
| 1857 | #iawp-parent .cell.hide { |
| 1858 | display: none; |
| 1859 | } |
| 1860 | |
| 1861 | #iawp-parent .cell .animator { |
| 1862 | z-index: 9; |
| 1863 | transition: left .2s ease-in-out; |
| 1864 | position: absolute; |
| 1865 | top: 0; |
| 1866 | bottom: 0; |
| 1867 | left: 100%; |
| 1868 | right: 0; |
| 1869 | } |
| 1870 | |
| 1871 | #iawp-parent .cell .deleted-label { |
| 1872 | opacity: 0; |
| 1873 | margin-left: 4px; |
| 1874 | font-weight: 400; |
| 1875 | } |
| 1876 | |
| 1877 | #iawp-parent .cell .percentage { |
| 1878 | color: #aaa6b3; |
| 1879 | letter-spacing: -.04em; |
| 1880 | margin-left: 4px; |
| 1881 | font-size: 12px; |
| 1882 | } |
| 1883 | |
| 1884 | #iawp-parent .row-number { |
| 1885 | text-align: center; |
| 1886 | color: #9a95a6; |
| 1887 | font-size: 12px; |
| 1888 | font-weight: 400; |
| 1889 | display: none; |
| 1890 | position: absolute; |
| 1891 | right: calc(100% - 32px); |
| 1892 | } |
| 1893 | |
| 1894 | #iawp-parent .row.deleted .cell[data-column="title"] { |
| 1895 | color: #d93b29; |
| 1896 | } |
| 1897 | |
| 1898 | #iawp-parent .row.deleted .cell[data-column="title"]:hover .deleted-label { |
| 1899 | opacity: .5; |
| 1900 | } |
| 1901 | |
| 1902 | #iawp-parent .rows .row:nth-child(2n+1) .cell, #iawp-parent .rows .row:nth-child(2n+1) .cell .animator { |
| 1903 | background-color: #f7f5fa; |
| 1904 | } |
| 1905 | |
| 1906 | #iawp-parent .rows .row:nth-child(2n) .cell, #iawp-parent .rows .row:nth-child(2n) .cell .animator { |
| 1907 | background-color: #fff; |
| 1908 | } |
| 1909 | |
| 1910 | #iawp-parent .rows .cell[data-column="title"], #iawp-parent .rows .cell[data-column="referrer"] { |
| 1911 | font-weight: 700; |
| 1912 | } |
| 1913 | |
| 1914 | #iawp-parent .rows .cell[data-column="url"] { |
| 1915 | color: #9a95a6; |
| 1916 | } |
| 1917 | |
| 1918 | #iawp-parent .rows .cell[data-column="url"] .external-link { |
| 1919 | color: #6d6a73; |
| 1920 | } |
| 1921 | |
| 1922 | #iawp-parent .rows .cell[data-column="url"] .external-link:hover, #iawp-parent .rows .cell[data-column="url"] .external-link:active, #iawp-parent .rows .cell[data-column="url"] .external-link:focus { |
| 1923 | color: #18141f; |
| 1924 | } |
| 1925 | |
| 1926 | #iawp-parent .rows .cell[data-column="type"] .dashicons { |
| 1927 | color: #5123a0; |
| 1928 | } |
| 1929 | |
| 1930 | #iawp-parent .cell-content { |
| 1931 | word-break: break-word; |
| 1932 | align-items: center; |
| 1933 | display: flex; |
| 1934 | } |
| 1935 | |
| 1936 | #iawp-parent .cell-content .dashicons, #iawp-parent .cell-content img { |
| 1937 | margin-right: 6px; |
| 1938 | } |
| 1939 | |
| 1940 | #iawp-parent .cell-content .avatar { |
| 1941 | border-radius: 50%; |
| 1942 | } |
| 1943 | |
| 1944 | #iawp-parent .cell-content .flag { |
| 1945 | width: 32px; |
| 1946 | margin-right: 12px; |
| 1947 | } |
| 1948 | |
| 1949 | #iawp-parent .cell-content .external-link { |
| 1950 | color: #18141f; |
| 1951 | font-size: 13px; |
| 1952 | text-decoration: none; |
| 1953 | transition: color .1s; |
| 1954 | } |
| 1955 | |
| 1956 | #iawp-parent .cell-content .external-link:hover, #iawp-parent .cell-content .external-link:active, #iawp-parent .cell-content .external-link:focus { |
| 1957 | color: #6d6a73; |
| 1958 | } |
| 1959 | |
| 1960 | #iawp-parent .cell-content .external-link .dashicons { |
| 1961 | font-size: 16px; |
| 1962 | transition: color .1s; |
| 1963 | } |
| 1964 | |
| 1965 | #iawp-parent .skeleton-loader:empty { |
| 1966 | width: 100%; |
| 1967 | height: 15px; |
| 1968 | background-color: #ece9f2; |
| 1969 | background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 80%), none; |
| 1970 | background-position: 0 0; |
| 1971 | background-repeat: repeat-y; |
| 1972 | background-size: 50px 500px; |
| 1973 | background-attachment: scroll, scroll; |
| 1974 | background-origin: padding-box, padding-box; |
| 1975 | background-clip: border-box, border-box; |
| 1976 | -webkit-animation: shine 1s infinite; |
| 1977 | animation: shine 1s infinite; |
| 1978 | display: block; |
| 1979 | } |
| 1980 | |
| 1981 | @-webkit-keyframes shine { |
| 1982 | to { |
| 1983 | background-position: 100% 0; |
| 1984 | } |
| 1985 | } |
| 1986 | |
| 1987 | @keyframes shine { |
| 1988 | to { |
| 1989 | background-position: 100% 0; |
| 1990 | } |
| 1991 | } |
| 1992 | |
| 1993 | #iawp-parent .title-large { |
| 1994 | align-self: center; |
| 1995 | padding: 14px; |
| 1996 | font-size: 21px; |
| 1997 | font-weight: 700; |
| 1998 | } |
| 1999 | |
| 2000 | #iawp-parent .title-med, #iawp-parent .settings-container h2 { |
| 2001 | font-size: 18px; |
| 2002 | font-weight: 700; |
| 2003 | } |
| 2004 | |
| 2005 | #iawp-parent .title-small { |
| 2006 | font-size: 14px; |
| 2007 | font-weight: 700; |
| 2008 | } |
| 2009 | |
| 2010 | #iawp-parent .subtitle-small { |
| 2011 | opacity: .8; |
| 2012 | font-size: 12px; |
| 2013 | } |
| 2014 | |
| 2015 | #iawp-parent .tooltip-parent:hover .tooltip { |
| 2016 | opacity: 1; |
| 2017 | visibility: visible; |
| 2018 | } |
| 2019 | |
| 2020 | #iawp-parent .tooltip { |
| 2021 | color: #fff; |
| 2022 | opacity: 0; |
| 2023 | visibility: hidden; |
| 2024 | background: #18141f; |
| 2025 | border-radius: 3px; |
| 2026 | padding: 4px 9px 5px; |
| 2027 | font-size: 12px; |
| 2028 | position: absolute; |
| 2029 | top: 0; |
| 2030 | } |
| 2031 | |
| 2032 | #iawp-parent .tooltip.left { |
| 2033 | right: 100%; |
| 2034 | } |
| 2035 | |
| 2036 | #iawp-parent.dark-mode { |
| 2037 | background-color: #18141f; |
| 2038 | } |
| 2039 | |
| 2040 | #iawp-parent.dark-mode .stat { |
| 2041 | color: #fff; |
| 2042 | background-color: #363040; |
| 2043 | border-color: #363040; |
| 2044 | } |
| 2045 | |
| 2046 | #iawp-parent.dark-mode .stat.unfiltered { |
| 2047 | background-color: #1f1a28; |
| 2048 | border-color: #1f1a28; |
| 2049 | } |
| 2050 | |
| 2051 | #iawp-parent.dark-mode .legend-title { |
| 2052 | color: #fff; |
| 2053 | } |
| 2054 | |
| 2055 | #iawp-parent.dark-mode .legend-item-for-views { |
| 2056 | background-color: rgba(239, 232, 250, .2); |
| 2057 | } |
| 2058 | |
| 2059 | #iawp-parent.dark-mode .chart-inner { |
| 2060 | color: #fff; |
| 2061 | background-color: #363040; |
| 2062 | border-color: #363040; |
| 2063 | } |
| 2064 | |
| 2065 | #iawp-parent.dark-mode .data-error { |
| 2066 | color: #dedae6; |
| 2067 | background-color: #363040; |
| 2068 | } |
| 2069 | |
| 2070 | #iawp-parent.dark-mode .sort-button { |
| 2071 | color: #fff; |
| 2072 | } |
| 2073 | |
| 2074 | #iawp-parent.dark-mode .data-table { |
| 2075 | border-color: #363040; |
| 2076 | } |
| 2077 | |
| 2078 | #iawp-parent.dark-mode .columns .cell { |
| 2079 | background-color: #1f1a28; |
| 2080 | border-bottom: 1px solid #6d6a73; |
| 2081 | } |
| 2082 | |
| 2083 | #iawp-parent.dark-mode .cell { |
| 2084 | color: #dedae6; |
| 2085 | } |
| 2086 | |
| 2087 | #iawp-parent.dark-mode .rows .row:nth-child(2n+1) .cell, #iawp-parent.dark-mode .rows .row:nth-child(2n+1) .cell .animator { |
| 2088 | background-color: #363040; |
| 2089 | } |
| 2090 | |
| 2091 | #iawp-parent.dark-mode .rows .row:nth-child(2n) .cell, #iawp-parent.dark-mode .rows .row:nth-child(2n) .cell .animator { |
| 2092 | background-color: #1f1a28; |
| 2093 | } |
| 2094 | |
| 2095 | #iawp-parent.dark-mode .rows .external-link { |
| 2096 | color: #dedae6; |
| 2097 | } |
| 2098 | |
| 2099 | #iawp-parent.dark-mode .cell[data-column="url"] { |
| 2100 | color: #6d6a73; |
| 2101 | } |
| 2102 | |
| 2103 | #iawp-parent.dark-mode .cell[data-column="url"] .external-link { |
| 2104 | color: #9a95a6; |
| 2105 | } |
| 2106 | |
| 2107 | #iawp-parent.dark-mode .cell[data-column="url"] .external-link:hover, #iawp-parent.dark-mode .cell[data-column="url"] .external-link:active, #iawp-parent.dark-mode .cell[data-column="url"] .external-link:focus, #iawp-parent.dark-mode .cell-content .external-link { |
| 2108 | color: #dedae6; |
| 2109 | } |
| 2110 | |
| 2111 | #iawp-parent.dark-mode .cell-content .external-link:hover, #iawp-parent.dark-mode .cell-content .external-link:active, #iawp-parent.dark-mode .cell-content .external-link:focus { |
| 2112 | color: #f7f5fa; |
| 2113 | } |
| 2114 | |
| 2115 | #iawp-parent .geo-message { |
| 2116 | margin-left: 26px; |
| 2117 | } |
| 2118 | |
| 2119 | .toplevel_page_independent-analytics #fs_connect .iawp-button, .toplevel_page_independent-analytics #fs_connect .button { |
| 2120 | cursor: pointer; |
| 2121 | background: none; |
| 2122 | border: 1px solid rgba(0, 0, 0, 0); |
| 2123 | border-radius: 3px; |
| 2124 | align-items: center; |
| 2125 | margin: 0; |
| 2126 | padding: 12px 16px; |
| 2127 | font-size: 14px; |
| 2128 | line-height: 1; |
| 2129 | text-decoration: none; |
| 2130 | transition: color .1s, background-color .1s, border-color .1s; |
| 2131 | display: inline-flex; |
| 2132 | } |
| 2133 | |
| 2134 | .toplevel_page_independent-analytics #fs_connect .iawp-button .dashicons, .toplevel_page_independent-analytics #fs_connect .button .dashicons { |
| 2135 | margin-right: 6px; |
| 2136 | transition: color .1s; |
| 2137 | } |
| 2138 | |
| 2139 | .toplevel_page_independent-analytics #fs_connect .iawp-button .count, .toplevel_page_independent-analytics #fs_connect .button .count { |
| 2140 | color: #5123a0; |
| 2141 | background: #fff; |
| 2142 | border-radius: 50%; |
| 2143 | justify-content: center; |
| 2144 | align-items: center; |
| 2145 | font-size: 12px; |
| 2146 | font-weight: 700; |
| 2147 | line-height: 1; |
| 2148 | display: flex; |
| 2149 | } |
| 2150 | |
| 2151 | .toplevel_page_independent-analytics #fs_connect .iawp-button .count:not(:empty), .toplevel_page_independent-analytics #fs_connect .button .count:not(:empty) { |
| 2152 | height: 18px; |
| 2153 | width: 18px; |
| 2154 | margin-left: 8px; |
| 2155 | margin-right: -2px; |
| 2156 | } |
| 2157 | |
| 2158 | .toplevel_page_independent-analytics #fs_connect .iawp-button .disabled-button-text, .toplevel_page_independent-analytics #fs_connect .button .disabled-button-text { |
| 2159 | display: none; |
| 2160 | } |
| 2161 | |
| 2162 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled, .toplevel_page_independent-analytics #fs_connect .button:disabled { |
| 2163 | cursor: default; |
| 2164 | } |
| 2165 | |
| 2166 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled .disabled-button-text, .toplevel_page_independent-analytics #fs_connect .button:disabled .disabled-button-text { |
| 2167 | display: inline; |
| 2168 | } |
| 2169 | |
| 2170 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled .enabled-button-text, .toplevel_page_independent-analytics #fs_connect .button:disabled .enabled-button-text { |
| 2171 | display: none; |
| 2172 | } |
| 2173 | |
| 2174 | .toplevel_page_independent-analytics #fs_connect .iawp-button.white, .toplevel_page_independent-analytics #fs_connect .white.button { |
| 2175 | color: #5123a0; |
| 2176 | background-color: #fff; |
| 2177 | border-color: #fff; |
| 2178 | } |
| 2179 | |
| 2180 | .toplevel_page_independent-analytics #fs_connect .iawp-button.white:hover, .toplevel_page_independent-analytics #fs_connect .white.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.white:active, .toplevel_page_independent-analytics #fs_connect .white.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.white:focus, .toplevel_page_independent-analytics #fs_connect .white.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.white .open, .toplevel_page_independent-analytics #fs_connect .white.button .open { |
| 2181 | color: #6c46ae; |
| 2182 | } |
| 2183 | |
| 2184 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary, .toplevel_page_independent-analytics #fs_connect .purple.button, .toplevel_page_independent-analytics #fs_connect .button.button-primary, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button { |
| 2185 | color: #fff; |
| 2186 | background-color: #5123a0; |
| 2187 | border-color: #5123a0; |
| 2188 | } |
| 2189 | |
| 2190 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .purple.button:hover, .toplevel_page_independent-analytics #fs_connect .button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:active, .toplevel_page_independent-analytics #fs_connect .purple.button:active, .toplevel_page_independent-analytics #fs_connect .button.button-primary:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .purple.button:focus, .toplevel_page_independent-analytics #fs_connect .button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple .open, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary .open, .toplevel_page_independent-analytics #fs_connect .purple.button .open, .toplevel_page_independent-analytics #fs_connect .button.button-primary .open, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:hover, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:hover, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:focus, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:focus, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button .open, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active .open, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button .open { |
| 2191 | color: #fff; |
| 2192 | background-color: #6c46ae; |
| 2193 | border-color: #6c46ae; |
| 2194 | } |
| 2195 | |
| 2196 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:disabled, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect .purple.button:disabled, .toplevel_page_independent-analytics #fs_connect .button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:disabled, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:disabled, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:disabled { |
| 2197 | color: #9a95a6; |
| 2198 | background-color: #f7f5fa; |
| 2199 | border-color: #ece9f2; |
| 2200 | } |
| 2201 | |
| 2202 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red, .toplevel_page_independent-analytics #fs_connect .red.button { |
| 2203 | color: #fff; |
| 2204 | background-color: #d93b29; |
| 2205 | border-color: #d93b29; |
| 2206 | } |
| 2207 | |
| 2208 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red:hover, .toplevel_page_independent-analytics #fs_connect .red.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.red:active, .toplevel_page_independent-analytics #fs_connect .red.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.red:focus, .toplevel_page_independent-analytics #fs_connect .red.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.red .open, .toplevel_page_independent-analytics #fs_connect .red.button .open { |
| 2209 | color: #fff; |
| 2210 | background-color: #d94e3f; |
| 2211 | border-color: #d94e3f; |
| 2212 | } |
| 2213 | |
| 2214 | .toplevel_page_independent-analytics #fs_connect .iawp-button.orange, .toplevel_page_independent-analytics #fs_connect .orange.button { |
| 2215 | color: #fff; |
| 2216 | background-color: #f69d0a; |
| 2217 | border-color: #f69d0a; |
| 2218 | } |
| 2219 | |
| 2220 | .toplevel_page_independent-analytics #fs_connect .iawp-button.orange:hover, .toplevel_page_independent-analytics #fs_connect .orange.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.orange:active, .toplevel_page_independent-analytics #fs_connect .orange.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.orange:focus, .toplevel_page_independent-analytics #fs_connect .orange.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.orange .open, .toplevel_page_independent-analytics #fs_connect .orange.button .open { |
| 2221 | color: #fff; |
| 2222 | background-color: #ffa826; |
| 2223 | border-color: #ffa826; |
| 2224 | } |
| 2225 | |
| 2226 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white, .toplevel_page_independent-analytics #fs_connect .ghost-white.button { |
| 2227 | color: #fff; |
| 2228 | border-color: #fff; |
| 2229 | } |
| 2230 | |
| 2231 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:hover, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:active, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:focus, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.open, .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button { |
| 2232 | color: #5123a0; |
| 2233 | background-color: #fff; |
| 2234 | border-color: #fff; |
| 2235 | } |
| 2236 | |
| 2237 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:hover .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover .count, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:active .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active .count, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:focus .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus .count, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.open .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button .count { |
| 2238 | color: #fff; |
| 2239 | background: #5123a0; |
| 2240 | } |
| 2241 | |
| 2242 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple, .toplevel_page_independent-analytics #fs_connect .button { |
| 2243 | color: #5123a0; |
| 2244 | border-color: #5123a0; |
| 2245 | } |
| 2246 | |
| 2247 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:hover, .toplevel_page_independent-analytics #fs_connect .button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:active, .toplevel_page_independent-analytics #fs_connect .button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:focus, .toplevel_page_independent-analytics #fs_connect .button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple .open, .toplevel_page_independent-analytics #fs_connect .button .open { |
| 2248 | color: #fff; |
| 2249 | background-color: #5123a0; |
| 2250 | border-color: #5123a0; |
| 2251 | } |
| 2252 | |
| 2253 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:disabled, .toplevel_page_independent-analytics #fs_connect .button:disabled { |
| 2254 | color: #9a95a6; |
| 2255 | background-color: #f7f5fa; |
| 2256 | border-color: #ece9f2; |
| 2257 | } |
| 2258 | |
| 2259 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red, .toplevel_page_independent-analytics #fs_connect .ghost-red.button { |
| 2260 | color: #d93b29; |
| 2261 | border-color: #d93b29; |
| 2262 | } |
| 2263 | |
| 2264 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:hover, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:active, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:focus, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red .open, .toplevel_page_independent-analytics #fs_connect .ghost-red.button .open { |
| 2265 | color: #fff; |
| 2266 | background-color: #d93b29; |
| 2267 | border-color: #d93b29; |
| 2268 | } |
| 2269 | |
| 2270 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:disabled, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:disabled { |
| 2271 | color: #9a95a6; |
| 2272 | background-color: #f7f5fa; |
| 2273 | border-color: #ece9f2; |
| 2274 | } |
| 2275 | |
| 2276 | .toplevel_page_independent-analytics #fs_connect .iawp-button.text, .toplevel_page_independent-analytics #fs_connect .text.button { |
| 2277 | color: #5123a0; |
| 2278 | padding: 0; |
| 2279 | } |
| 2280 | |
| 2281 | .toplevel_page_independent-analytics #fs_connect .date-picker { |
| 2282 | padding: 14px 16px 14px 36px; |
| 2283 | } |
| 2284 | |
| 2285 | .toplevel_page_independent-analytics #fs_connect .sort-button { |
| 2286 | color: #18141f; |
| 2287 | cursor: pointer; |
| 2288 | background: none; |
| 2289 | border: none; |
| 2290 | align-items: center; |
| 2291 | padding: 1px; |
| 2292 | display: flex; |
| 2293 | } |
| 2294 | |
| 2295 | .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons-arrow-up, .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons-arrow-down { |
| 2296 | display: none; |
| 2297 | } |
| 2298 | |
| 2299 | .toplevel_page_independent-analytics #fs_connect .sort-button .name { |
| 2300 | font-weight: 700; |
| 2301 | } |
| 2302 | |
| 2303 | .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons { |
| 2304 | color: #c5c2cc; |
| 2305 | } |
| 2306 | |
| 2307 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons, .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons { |
| 2308 | color: #5123a0; |
| 2309 | } |
| 2310 | |
| 2311 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-up { |
| 2312 | display: inline-block; |
| 2313 | } |
| 2314 | |
| 2315 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-down, .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-right { |
| 2316 | display: none; |
| 2317 | } |
| 2318 | |
| 2319 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-down { |
| 2320 | display: inline-block; |
| 2321 | } |
| 2322 | |
| 2323 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-up, .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-right { |
| 2324 | display: none; |
| 2325 | } |
| 2326 | |
| 2327 | .toplevel_page_independent-analytics #fs_connect .delete-button { |
| 2328 | z-index: 3; |
| 2329 | color: #fff; |
| 2330 | cursor: pointer; |
| 2331 | background-color: #5123a0; |
| 2332 | border: none; |
| 2333 | border-radius: 50%; |
| 2334 | padding: 2px; |
| 2335 | transition: background-color .1s, color .1s; |
| 2336 | position: absolute; |
| 2337 | top: 12px; |
| 2338 | right: -12px; |
| 2339 | } |
| 2340 | |
| 2341 | .toplevel_page_independent-analytics #fs_connect .delete-button:hover, .toplevel_page_independent-analytics #fs_connect .delete-button .open { |
| 2342 | background-color: #6c46ae; |
| 2343 | } |
| 2344 | |
| 2345 | .link-dark { |
| 2346 | color: #363040; |
| 2347 | text-decoration: none; |
| 2348 | } |
| 2349 | |
| 2350 | .link-dark:link, .link-dark:visited { |
| 2351 | color: #363040; |
| 2352 | } |
| 2353 | |
| 2354 | .link-dark:hover, .link-dark:active, .link-dark:focus, .link-dark.active { |
| 2355 | color: #18141f; |
| 2356 | } |
| 2357 | |
| 2358 | .link-purple, #fs_connect.require-license-key .fs-freemium-licensing a, #fs_connect.require-license-key a { |
| 2359 | color: #5123a0; |
| 2360 | text-decoration: none; |
| 2361 | } |
| 2362 | |
| 2363 | .link-purple:link, #fs_connect.require-license-key a:link, .link-purple:visited, #fs_connect.require-license-key a:visited { |
| 2364 | color: #5123a0; |
| 2365 | } |
| 2366 | |
| 2367 | .link-purple:hover, #fs_connect.require-license-key a:hover, .link-purple:active, #fs_connect.require-license-key a:active, .link-purple:focus, #fs_connect.require-license-key a:focus, .link-purple.active, #fs_connect.require-license-key a.active { |
| 2368 | color: #6c46ae; |
| 2369 | } |
| 2370 | |
| 2371 | #fs_connect select, #fs_connect input { |
| 2372 | background-color: #fff; |
| 2373 | border: 1px solid #c5c2cc; |
| 2374 | border-radius: 3px; |
| 2375 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 2376 | } |
| 2377 | |
| 2378 | #fs_connect select:focus, #fs_connect input:focus { |
| 2379 | border-color: #5123a0; |
| 2380 | outline: none; |
| 2381 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 2382 | } |
| 2383 | |
| 2384 | #fs_connect select.error, #fs_connect input.error { |
| 2385 | border-color: #d93b29; |
| 2386 | } |
| 2387 | |
| 2388 | #fs_connect input { |
| 2389 | padding: 2px 12px; |
| 2390 | } |
| 2391 | |
| 2392 | #fs_connect select { |
| 2393 | padding: 2px 24px 2px 12px; |
| 2394 | } |
| 2395 | |
| 2396 | #fs_connect select:hover, #fs_connect select:focus { |
| 2397 | color: #5123a0; |
| 2398 | } |
| 2399 | |
| 2400 | #fs_connect .block-input { |
| 2401 | width: 100%; |
| 2402 | margin-bottom: 12px; |
| 2403 | display: block; |
| 2404 | } |
| 2405 | |
| 2406 | #fs_connect ::-webkit-input-placeholder { |
| 2407 | color: #aaa6b3; |
| 2408 | opacity: 1; |
| 2409 | } |
| 2410 | |
| 2411 | #fs_connect ::-ms-input-placeholder { |
| 2412 | color: #aaa6b3; |
| 2413 | opacity: 1; |
| 2414 | } |
| 2415 | |
| 2416 | #fs_connect ::placeholder { |
| 2417 | color: #aaa6b3; |
| 2418 | opacity: 1; |
| 2419 | } |
| 2420 | |
| 2421 | #fs_connect #fs_license_key { |
| 2422 | padding: 6px 14px; |
| 2423 | font-size: 18px; |
| 2424 | } |
| 2425 | |
| 2426 | #fs_connect .fs-content .fs-license-key-container { |
| 2427 | width: auto; |
| 2428 | margin: 12px 0; |
| 2429 | } |
| 2430 | |
| 2431 | #fs_connect .fs-content .fs-license-key-container .dashicons { |
| 2432 | color: #9a95a6; |
| 2433 | font-size: 23px; |
| 2434 | top: 13px; |
| 2435 | right: 14px; |
| 2436 | } |
| 2437 | |
| 2438 | #fs_connect.require-license-key { |
| 2439 | max-width: 700px !important; |
| 2440 | } |
| 2441 | |
| 2442 | #fs_connect.require-license-key .fs-visual { |
| 2443 | padding: 10px 0 12px !important; |
| 2444 | } |
| 2445 | |
| 2446 | #fs_connect.require-license-key .fs-content { |
| 2447 | background-color: #f7f5fa; |
| 2448 | } |
| 2449 | |
| 2450 | #fs_connect.require-license-key a.show-license-resend-modal { |
| 2451 | margin-top: 8px; |
| 2452 | } |
| 2453 | |
| 2454 | #fs_connect.require-license-key #license_issues_link { |
| 2455 | align-items: center; |
| 2456 | margin-top: 0; |
| 2457 | font-size: 14px; |
| 2458 | display: flex; |
| 2459 | } |
| 2460 | |
| 2461 | #fs_connect.require-license-key .fs-actions { |
| 2462 | padding: 12px 35px !important; |
| 2463 | } |
| 2464 | |
| 2465 | #fs_connect.require-license-key .fs-actions form { |
| 2466 | order: initial !important; |
| 2467 | } |
| 2468 | |
| 2469 | #fs_connect.require-license-key .fs-trigger { |
| 2470 | padding: 0 !important; |
| 2471 | position: static !important; |
| 2472 | } |
| 2473 | |
| 2474 | #fs_connect.require-license-key .fs-freemium-licensing { |
| 2475 | color: #363040; |
| 2476 | background: #dedae6; |
| 2477 | } |
| 2478 | |
| 2479 | #fs_connect.require-license-key .fs-freemium-licensing a { |
| 2480 | text-decoration: underline; |
| 2481 | } |
| 2482 | |
| 2483 | #fs_connect.require-license-key .fs-freemium-licensing p { |
| 2484 | text-align: left; |
| 2485 | padding-left: 27px; |
| 2486 | } |
| 2487 | |
| 2488 | #fs_connect.require-license-key .fs-permissions .fs-license-sync-disclaimer { |
| 2489 | text-align: left; |
| 2490 | padding: 24px 35px; |
| 2491 | } |
| 2492 | |
| 2493 | #fs_connect.require-license-key .fs-terms { |
| 2494 | bottom: 4px !important; |
| 2495 | } |
| 2496 | |
| 2497 | .toplevel_page_independent-analytics #fs_connect .button-primary:after { |
| 2498 | display: none; |
| 2499 | } |
| 2500 | |
| 2501 | .iawp-not-real-yet #fs_connect, .toplevel_page_independent-analytics #fs_connect { |
| 2502 | max-width: 1200px; |
| 2503 | width: auto; |
| 2504 | background-color: #fff; |
| 2505 | margin: 20px 20px 0 2px; |
| 2506 | position: relative; |
| 2507 | } |
| 2508 | |
| 2509 | .iawp-not-real-yet #fs_connect .fs-visual, .toplevel_page_independent-analytics #fs_connect .fs-visual { |
| 2510 | background-color: rgba(0, 0, 0, 0); |
| 2511 | align-content: center; |
| 2512 | align-items: center; |
| 2513 | margin: 0 35px; |
| 2514 | padding: 20px 0 0; |
| 2515 | display: flex; |
| 2516 | } |
| 2517 | |
| 2518 | .iawp-not-real-yet #fs_connect .fs-visual .fs-site-icon, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-site-icon { |
| 2519 | width: 340px; |
| 2520 | border: 0; |
| 2521 | margin: 0; |
| 2522 | position: relative; |
| 2523 | top: auto; |
| 2524 | bottom: auto; |
| 2525 | left: auto; |
| 2526 | right: auto; |
| 2527 | } |
| 2528 | |
| 2529 | .iawp-not-real-yet #fs_connect .fs-visual .fs-connect-logo, .iawp-not-real-yet #fs_connect .fs-visual .fs-first.dashicons-plus, .iawp-not-real-yet #fs_connect .fs-visual .fs-plugin-icon, .iawp-not-real-yet #fs_connect .fs-visual .fs-second.dashicons-plus, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-connect-logo, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-first.dashicons-plus, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-plugin-icon, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-second.dashicons-plus { |
| 2530 | display: none; |
| 2531 | } |
| 2532 | |
| 2533 | .iawp-not-real-yet #fs_connect .fs-visual .fs-site-icon .dashicons, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-site-icon .dashicons { |
| 2534 | visibility: hidden; |
| 2535 | } |
| 2536 | |
| 2537 | .iawp-not-real-yet #fs_connect .fs-visual .fs-site-icon:before, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-site-icon:before { |
| 2538 | content: ""; |
| 2539 | height: 100%; |
| 2540 | width: 100%; |
| 2541 | background-image: url("../logo.2e1a150c.svg"); |
| 2542 | background-position: 0; |
| 2543 | background-repeat: no-repeat; |
| 2544 | background-size: 85%; |
| 2545 | display: block; |
| 2546 | position: absolute; |
| 2547 | } |
| 2548 | |
| 2549 | .iawp-not-real-yet #fs_connect .fs-visual .fs-plugin-icon img, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-plugin-icon img { |
| 2550 | visibility: hidden; |
| 2551 | } |
| 2552 | |
| 2553 | .iawp-not-real-yet #fs_connect .fs-visual .fs-plugin-icon:before, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-plugin-icon:before { |
| 2554 | content: ""; |
| 2555 | height: 100%; |
| 2556 | width: 100%; |
| 2557 | background-position: 50%; |
| 2558 | background-repeat: no-repeat; |
| 2559 | background-size: 75%; |
| 2560 | display: block; |
| 2561 | position: absolute; |
| 2562 | } |
| 2563 | |
| 2564 | .iawp-not-real-yet #fs_connect .fs-content, .toplevel_page_independent-analytics #fs_connect .fs-content { |
| 2565 | padding: 20px 35px; |
| 2566 | } |
| 2567 | |
| 2568 | .iawp-not-real-yet #fs_connect .fs-content h3, .toplevel_page_independent-analytics #fs_connect .fs-content h3 { |
| 2569 | margin-top: 0; |
| 2570 | font-size: 1.7em; |
| 2571 | } |
| 2572 | |
| 2573 | .iawp-not-real-yet #fs_connect .fs-content p, .toplevel_page_independent-analytics #fs_connect .fs-content p { |
| 2574 | margin-bottom: 20px; |
| 2575 | } |
| 2576 | |
| 2577 | .iawp-not-real-yet #fs_connect .fs-content p:first-child, .iawp-not-real-yet #fs_connect .fs-content p:last-child, .iawp-not-real-yet #fs_connect .fs-content p:last-of-type, .toplevel_page_independent-analytics #fs_connect .fs-content p:first-child, .toplevel_page_independent-analytics #fs_connect .fs-content p:last-child, .toplevel_page_independent-analytics #fs_connect .fs-content p:last-of-type { |
| 2578 | margin-bottom: 0; |
| 2579 | } |
| 2580 | |
| 2581 | .iawp-not-real-yet #fs_connect .fs-content .iawp-powered-by-freemius, .toplevel_page_independent-analytics #fs_connect .fs-content .iawp-powered-by-freemius { |
| 2582 | height: 30px; |
| 2583 | width: 184px; |
| 2584 | background-position: 100%; |
| 2585 | background-repeat: no-repeat; |
| 2586 | background-size: 100px; |
| 2587 | font-size: 1.1em; |
| 2588 | font-style: italic; |
| 2589 | line-height: 30px; |
| 2590 | position: absolute; |
| 2591 | bottom: 20px; |
| 2592 | } |
| 2593 | |
| 2594 | .iawp-not-real-yet #fs_connect .fs-actions, .toplevel_page_independent-analytics #fs_connect .fs-actions { |
| 2595 | background-color: #fff; |
| 2596 | flex-flow: wrap; |
| 2597 | padding: 0 35px 70px; |
| 2598 | display: flex; |
| 2599 | } |
| 2600 | |
| 2601 | .iawp-not-real-yet #fs_connect .fs-actions form, .toplevel_page_independent-analytics #fs_connect .fs-actions form { |
| 2602 | float: none; |
| 2603 | order: 1; |
| 2604 | margin-right: 15px; |
| 2605 | } |
| 2606 | |
| 2607 | .iawp-not-real-yet #fs_connect .fs-actions #skip_activation, .toplevel_page_independent-analytics #fs_connect .fs-actions #skip_activation { |
| 2608 | float: none; |
| 2609 | order: 2; |
| 2610 | } |
| 2611 | |
| 2612 | .iawp-not-real-yet #fs_connect .fs-actions .button, .toplevel_page_independent-analytics #fs_connect .fs-actions .button { |
| 2613 | height: auto; |
| 2614 | padding: 7px 35px; |
| 2615 | } |
| 2616 | |
| 2617 | .iawp-not-real-yet #fs_connect .fs-actions .button.button-primary, .toplevel_page_independent-analytics #fs_connect .fs-actions .button.button-primary { |
| 2618 | padding-left: 35px; |
| 2619 | padding-right: 35px; |
| 2620 | } |
| 2621 | |
| 2622 | .iawp-not-real-yet #fs_connect .fs-permissions, .toplevel_page_independent-analytics #fs_connect .fs-permissions { |
| 2623 | padding: 0; |
| 2624 | position: relative; |
| 2625 | } |
| 2626 | |
| 2627 | .iawp-not-real-yet #fs_connect .fs-permissions .fs-trigger, .toplevel_page_independent-analytics #fs_connect .fs-permissions .fs-trigger { |
| 2628 | color: #5123a0; |
| 2629 | padding: 10px; |
| 2630 | position: absolute; |
| 2631 | top: -115px; |
| 2632 | left: 380px; |
| 2633 | } |
| 2634 | |
| 2635 | .iawp-not-real-yet #fs_connect .fs-permissions .fs-switch, .toplevel_page_independent-analytics #fs_connect .fs-permissions .fs-switch { |
| 2636 | height: 0; |
| 2637 | visibility: hidden; |
| 2638 | width: 0; |
| 2639 | } |
| 2640 | |
| 2641 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open { |
| 2642 | padding: 20px 35px; |
| 2643 | position: absolute; |
| 2644 | box-shadow: 0 1px 2px rgba(0, 0, 0, .3); |
| 2645 | } |
| 2646 | |
| 2647 | @media screen and (max-width: 479px) { |
| 2648 | .iawp-not-real-yet #fs_connect .fs-permissions ul, .toplevel_page_independent-analytics #fs_connect .fs-permissions ul { |
| 2649 | margin: 20px 35px; |
| 2650 | position: relative; |
| 2651 | top: -60px; |
| 2652 | } |
| 2653 | } |
| 2654 | |
| 2655 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul { |
| 2656 | flex-wrap: wrap; |
| 2657 | margin: 0; |
| 2658 | display: flex; |
| 2659 | } |
| 2660 | |
| 2661 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul li, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul li { |
| 2662 | flex: 0 50%; |
| 2663 | padding-bottom: 10px; |
| 2664 | } |
| 2665 | |
| 2666 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul li .dashicons, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul li .dashicons { |
| 2667 | padding-right: 15px; |
| 2668 | } |
| 2669 | |
| 2670 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul .dashicons, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul .dashicons { |
| 2671 | background-position: 0; |
| 2672 | background-repeat: no-repeat; |
| 2673 | background-size: 65%; |
| 2674 | } |
| 2675 | |
| 2676 | .iawp-not-real-yet #fs_connect .fs-terms, .toplevel_page_independent-analytics #fs_connect .fs-terms { |
| 2677 | width: 240px; |
| 2678 | background-color: rgba(0, 0, 0, 0); |
| 2679 | position: absolute; |
| 2680 | bottom: 20px; |
| 2681 | right: 10px; |
| 2682 | } |
| 2683 | |
| 2684 | /*# sourceMappingURL=style.css.map */ |
| 2685 |