easepick
3 years ago
dashboard_widget.css
3 years ago
dashboard_widget.css.map
3 years ago
pdf.css
3 years ago
pdf.css.map
3 years ago
style.css
3 years ago
style.css.map
3 years ago
dashboard_widget.css
609 lines
| 1 | .chart-container { |
| 2 | width: 100%; |
| 3 | padding: 0 24px; |
| 4 | } |
| 5 | |
| 6 | .chart-inner { |
| 7 | background: #fff; |
| 8 | border: 1px solid #dedae6; |
| 9 | border-radius: 6px; |
| 10 | padding: 24px; |
| 11 | } |
| 12 | |
| 13 | .legend-container { |
| 14 | align-items: center; |
| 15 | margin-bottom: 16px; |
| 16 | display: flex; |
| 17 | } |
| 18 | |
| 19 | .legend-title { |
| 20 | margin: 0; |
| 21 | font-size: 18px; |
| 22 | font-weight: 700; |
| 23 | } |
| 24 | |
| 25 | .legend-list { |
| 26 | justify-content: end; |
| 27 | margin: 0; |
| 28 | display: flex; |
| 29 | } |
| 30 | |
| 31 | .legend-item { |
| 32 | cursor: pointer; |
| 33 | -webkit-user-select: none; |
| 34 | -ms-user-select: none; |
| 35 | user-select: none; |
| 36 | border-radius: 18px; |
| 37 | align-items: center; |
| 38 | margin: 0 0 0 16px; |
| 39 | padding: 4px 12px 4px 8px; |
| 40 | display: inline-flex; |
| 41 | } |
| 42 | |
| 43 | .legend-item.hidden { |
| 44 | opacity: .5; |
| 45 | } |
| 46 | |
| 47 | .legend-item span { |
| 48 | height: 16px; |
| 49 | width: 16px; |
| 50 | border-radius: 50%; |
| 51 | margin-right: 4px; |
| 52 | display: inline-block; |
| 53 | } |
| 54 | |
| 55 | .legend-item p { |
| 56 | margin: 0; |
| 57 | font-weight: 500; |
| 58 | } |
| 59 | |
| 60 | .legend-item-for-views { |
| 61 | background-color: #efe8fa; |
| 62 | } |
| 63 | |
| 64 | .legend-item-for-views span { |
| 65 | background-color: #5123a0; |
| 66 | } |
| 67 | |
| 68 | .legend-item-for-visitors { |
| 69 | background-color: rgba(246, 157, 10, .2); |
| 70 | } |
| 71 | |
| 72 | .legend-item-for-visitors span { |
| 73 | background-color: #f69d0a; |
| 74 | } |
| 75 | |
| 76 | .legend-item-for-sessions { |
| 77 | background-color: rgba(217, 59, 41, .2); |
| 78 | } |
| 79 | |
| 80 | .legend-item-for-sessions span { |
| 81 | background-color: #d93b29; |
| 82 | } |
| 83 | |
| 84 | .legend-item-for-orders { |
| 85 | background-color: rgba(35, 125, 68, .2); |
| 86 | } |
| 87 | |
| 88 | .legend-item-for-orders span { |
| 89 | background-color: #237d44; |
| 90 | } |
| 91 | |
| 92 | .legend-item-for-net-sales { |
| 93 | background-color: rgba(52, 152, 219, .2); |
| 94 | } |
| 95 | |
| 96 | .legend-item-for-net-sales span { |
| 97 | background-color: #3498db; |
| 98 | } |
| 99 | |
| 100 | svg text { |
| 101 | stroke-width: 0; |
| 102 | } |
| 103 | |
| 104 | .google-visualization-tooltip { |
| 105 | min-width: 128px; |
| 106 | border: 1px solid #dedae6; |
| 107 | border-radius: 6px; |
| 108 | box-shadow: 1px 1px #dedae6; |
| 109 | width: fit-content !important; |
| 110 | } |
| 111 | |
| 112 | .google-visualization-tooltip .google-visualization-tooltip-item-list, .google-visualization-tooltip .google-visualization-tooltip-item { |
| 113 | margin: 0; |
| 114 | padding: 0; |
| 115 | } |
| 116 | |
| 117 | .google-visualization-tooltip .iawp-geo-chart-tooltip { |
| 118 | padding: 16px; |
| 119 | } |
| 120 | |
| 121 | .google-visualization-tooltip .iawp-geo-chart-tooltip img { |
| 122 | width: 48px; |
| 123 | margin-bottom: 8px; |
| 124 | } |
| 125 | |
| 126 | .google-visualization-tooltip .iawp-geo-chart-tooltip h1 { |
| 127 | margin-top: 0; |
| 128 | margin-bottom: 8px; |
| 129 | font-size: 18px; |
| 130 | } |
| 131 | |
| 132 | .google-visualization-tooltip .iawp-geo-chart-tooltip p { |
| 133 | margin-top: 0; |
| 134 | margin-bottom: 2px; |
| 135 | } |
| 136 | |
| 137 | .google-visualization-tooltip .iawp-geo-chart-tooltip p:last-child { |
| 138 | margin-bottom: 0; |
| 139 | } |
| 140 | |
| 141 | .google-visualization-tooltip .iawp-geo-chart-tooltip span { |
| 142 | font-weight: bold; |
| 143 | } |
| 144 | |
| 145 | .quick-stats { |
| 146 | grid-gap: 18px; |
| 147 | grid-template-columns: repeat(4, 1fr); |
| 148 | margin: 24px; |
| 149 | display: grid; |
| 150 | } |
| 151 | |
| 152 | .quick-stats.total-of-6 .stat:nth-child(4) { |
| 153 | grid-column: 1; |
| 154 | } |
| 155 | |
| 156 | .quick-stats.total-of-5, .quick-stats.total-of-10 { |
| 157 | grid-template-columns: repeat(3, 1fr); |
| 158 | } |
| 159 | |
| 160 | @media (min-width: 1200px) { |
| 161 | .quick-stats.total-of-5, .quick-stats.total-of-10 { |
| 162 | grid-template-columns: repeat(5, 1fr); |
| 163 | } |
| 164 | } |
| 165 | |
| 166 | .stat { |
| 167 | background-color: #fff; |
| 168 | border: 1px solid #dedae6; |
| 169 | border-radius: 6px; |
| 170 | padding: 18px; |
| 171 | } |
| 172 | |
| 173 | .stat:last-child { |
| 174 | margin-right: 0; |
| 175 | } |
| 176 | |
| 177 | .stat.unfiltered { |
| 178 | background-color: #ece9f2; |
| 179 | border-color: #c5c2cc; |
| 180 | } |
| 181 | |
| 182 | .stat.unfiltered circle { |
| 183 | display: none; |
| 184 | } |
| 185 | |
| 186 | .stat.unfiltered .percentage { |
| 187 | opacity: .7; |
| 188 | } |
| 189 | |
| 190 | .stat .metric { |
| 191 | justify-content: space-between; |
| 192 | font-size: 16px; |
| 193 | display: flex; |
| 194 | } |
| 195 | |
| 196 | .stat .dashicons-filter { |
| 197 | display: none; |
| 198 | } |
| 199 | |
| 200 | .stat .circle { |
| 201 | width: 15px; |
| 202 | height: 15px; |
| 203 | } |
| 204 | |
| 205 | .stat .values { |
| 206 | align-items: baseline; |
| 207 | margin: 12px 0; |
| 208 | font-weight: 700; |
| 209 | display: flex; |
| 210 | } |
| 211 | |
| 212 | .stat .count { |
| 213 | margin-right: 8px; |
| 214 | font-size: 28px; |
| 215 | } |
| 216 | |
| 217 | .stat .growth { |
| 218 | color: #36b366; |
| 219 | font-size: 14px; |
| 220 | } |
| 221 | |
| 222 | .stat .percentage { |
| 223 | border-radius: 24px; |
| 224 | align-items: center; |
| 225 | padding: 4px 10px 4px 2px; |
| 226 | display: flex; |
| 227 | } |
| 228 | |
| 229 | .stat .percentage.up { |
| 230 | color: #36b366; |
| 231 | background-color: #e3fced; |
| 232 | } |
| 233 | |
| 234 | .stat .percentage.down { |
| 235 | color: #d93b29; |
| 236 | background-color: #fce6e3; |
| 237 | } |
| 238 | |
| 239 | .stat .period-label { |
| 240 | color: #9a95a6; |
| 241 | font-size: 16px; |
| 242 | } |
| 243 | |
| 244 | .stat.views circle { |
| 245 | fill: #5123a0; |
| 246 | } |
| 247 | |
| 248 | .stat.views .dashicons-filter { |
| 249 | color: #5123a0; |
| 250 | } |
| 251 | |
| 252 | .stat.visitors circle { |
| 253 | fill: #f69d0a; |
| 254 | } |
| 255 | |
| 256 | .stat.visitors .dashicons-filter { |
| 257 | color: #f69d0a; |
| 258 | } |
| 259 | |
| 260 | .stat.sessions circle { |
| 261 | fill: #d93b29; |
| 262 | } |
| 263 | |
| 264 | .stat.sessions .dashicons-filter { |
| 265 | color: #d93b29; |
| 266 | } |
| 267 | |
| 268 | .stat.orders circle { |
| 269 | fill: #237d44; |
| 270 | } |
| 271 | |
| 272 | .stat.orders .dashicons-filter { |
| 273 | color: #237d44; |
| 274 | } |
| 275 | |
| 276 | .stat.net-sales circle { |
| 277 | fill: #3498db; |
| 278 | } |
| 279 | |
| 280 | .stat.net-sales .dashicons-filter { |
| 281 | color: #3498db; |
| 282 | } |
| 283 | |
| 284 | .filtered .stat:not(.unfiltered) .dashicons-filter { |
| 285 | display: inline-block; |
| 286 | } |
| 287 | |
| 288 | .filtered .stat:not(.unfiltered) .circle { |
| 289 | display: none; |
| 290 | } |
| 291 | |
| 292 | .iawp-button { |
| 293 | cursor: pointer; |
| 294 | background: none; |
| 295 | border: 1px solid rgba(0, 0, 0, 0); |
| 296 | border-radius: 3px; |
| 297 | align-items: center; |
| 298 | margin: 0; |
| 299 | padding: 12px 16px; |
| 300 | font-size: 14px; |
| 301 | line-height: 1; |
| 302 | text-decoration: none; |
| 303 | transition: color .1s, background-color .1s, border-color .1s; |
| 304 | display: inline-flex; |
| 305 | } |
| 306 | |
| 307 | .iawp-button .dashicons { |
| 308 | margin-right: 6px; |
| 309 | transition: color .1s; |
| 310 | } |
| 311 | |
| 312 | .iawp-button .count { |
| 313 | color: #5123a0; |
| 314 | background: #fff; |
| 315 | border-radius: 50%; |
| 316 | justify-content: center; |
| 317 | align-items: center; |
| 318 | font-size: 12px; |
| 319 | font-weight: 700; |
| 320 | line-height: 1; |
| 321 | display: flex; |
| 322 | } |
| 323 | |
| 324 | .iawp-button .count:not(:empty) { |
| 325 | height: 18px; |
| 326 | width: 18px; |
| 327 | margin-left: 8px; |
| 328 | margin-right: -2px; |
| 329 | } |
| 330 | |
| 331 | .iawp-button .disabled-button-text { |
| 332 | display: none; |
| 333 | } |
| 334 | |
| 335 | .iawp-button:disabled { |
| 336 | cursor: default; |
| 337 | } |
| 338 | |
| 339 | .iawp-button:disabled .disabled-button-text { |
| 340 | display: inline; |
| 341 | } |
| 342 | |
| 343 | .iawp-button:disabled .enabled-button-text { |
| 344 | display: none; |
| 345 | } |
| 346 | |
| 347 | .iawp-button.white { |
| 348 | color: #5123a0; |
| 349 | background-color: #fff; |
| 350 | border-color: #fff; |
| 351 | } |
| 352 | |
| 353 | .iawp-button.white:hover, .iawp-button.white:active, .iawp-button.white:focus, .iawp-button.white .open { |
| 354 | color: #6c46ae; |
| 355 | } |
| 356 | |
| 357 | .iawp-button.purple, .iawp-button-purple { |
| 358 | color: #fff; |
| 359 | background-color: #5123a0; |
| 360 | border-color: #5123a0; |
| 361 | } |
| 362 | |
| 363 | .iawp-button.purple:hover, .iawp-button.purple:active, .iawp-button.purple:focus, .iawp-button.purple .open, .iawp-button-purple:hover, .iawp-button-purple:active, .iawp-button-purple:focus, .iawp-button-purple .open { |
| 364 | color: #fff; |
| 365 | background-color: #6c46ae; |
| 366 | border-color: #6c46ae; |
| 367 | } |
| 368 | |
| 369 | .iawp-button.purple:disabled, .iawp-button-purple:disabled { |
| 370 | color: #9a95a6; |
| 371 | background-color: #f7f5fa; |
| 372 | border-color: #ece9f2; |
| 373 | } |
| 374 | |
| 375 | .iawp-button.red { |
| 376 | color: #fff; |
| 377 | background-color: #d93b29; |
| 378 | border-color: #d93b29; |
| 379 | } |
| 380 | |
| 381 | .iawp-button.red:hover, .iawp-button.red:active, .iawp-button.red:focus, .iawp-button.red .open { |
| 382 | color: #fff; |
| 383 | background-color: #d94e3f; |
| 384 | border-color: #d94e3f; |
| 385 | } |
| 386 | |
| 387 | .iawp-button.orange { |
| 388 | color: #fff; |
| 389 | background-color: #f69d0a; |
| 390 | border-color: #f69d0a; |
| 391 | } |
| 392 | |
| 393 | .iawp-button.orange:hover, .iawp-button.orange:active, .iawp-button.orange:focus, .iawp-button.orange .open { |
| 394 | color: #fff; |
| 395 | background-color: #ffa826; |
| 396 | border-color: #ffa826; |
| 397 | } |
| 398 | |
| 399 | .iawp-button.ghost-white { |
| 400 | color: #fff; |
| 401 | border-color: #fff; |
| 402 | } |
| 403 | |
| 404 | .iawp-button.ghost-white:hover, .iawp-button.ghost-white:active, .iawp-button.ghost-white:focus, .iawp-button.ghost-white.open { |
| 405 | color: #5123a0; |
| 406 | background-color: #fff; |
| 407 | border-color: #fff; |
| 408 | } |
| 409 | |
| 410 | .iawp-button.ghost-white:hover .count, .iawp-button.ghost-white:active .count, .iawp-button.ghost-white:focus .count, .iawp-button.ghost-white.open .count { |
| 411 | color: #fff; |
| 412 | background: #5123a0; |
| 413 | } |
| 414 | |
| 415 | .iawp-button.ghost-purple { |
| 416 | color: #5123a0; |
| 417 | border-color: #5123a0; |
| 418 | } |
| 419 | |
| 420 | .iawp-button.ghost-purple:hover, .iawp-button.ghost-purple:active, .iawp-button.ghost-purple:focus, .iawp-button.ghost-purple .open { |
| 421 | color: #fff; |
| 422 | background-color: #5123a0; |
| 423 | border-color: #5123a0; |
| 424 | } |
| 425 | |
| 426 | .iawp-button.ghost-purple:disabled { |
| 427 | color: #9a95a6; |
| 428 | background-color: #f7f5fa; |
| 429 | border-color: #ece9f2; |
| 430 | } |
| 431 | |
| 432 | .iawp-button.ghost-red { |
| 433 | color: #d93b29; |
| 434 | border-color: #d93b29; |
| 435 | } |
| 436 | |
| 437 | .iawp-button.ghost-red:hover, .iawp-button.ghost-red:active, .iawp-button.ghost-red:focus, .iawp-button.ghost-red .open { |
| 438 | color: #fff; |
| 439 | background-color: #d93b29; |
| 440 | border-color: #d93b29; |
| 441 | } |
| 442 | |
| 443 | .iawp-button.ghost-red:disabled { |
| 444 | color: #9a95a6; |
| 445 | background-color: #f7f5fa; |
| 446 | border-color: #ece9f2; |
| 447 | } |
| 448 | |
| 449 | .iawp-button.text { |
| 450 | color: #5123a0; |
| 451 | padding: 0; |
| 452 | } |
| 453 | |
| 454 | .date-picker { |
| 455 | padding: 14px 16px 14px 36px; |
| 456 | } |
| 457 | |
| 458 | .sort-button { |
| 459 | color: #18141f; |
| 460 | cursor: pointer; |
| 461 | background: none; |
| 462 | border: none; |
| 463 | align-items: center; |
| 464 | padding: 1px; |
| 465 | display: flex; |
| 466 | } |
| 467 | |
| 468 | .sort-button .dashicons-arrow-up, .sort-button .dashicons-arrow-down { |
| 469 | display: none; |
| 470 | } |
| 471 | |
| 472 | .sort-button .name { |
| 473 | font-weight: 700; |
| 474 | } |
| 475 | |
| 476 | .sort-button .dashicons { |
| 477 | color: #c5c2cc; |
| 478 | } |
| 479 | |
| 480 | .sort-button[data-sort-direction="asc"] .dashicons, .sort-button[data-sort-direction="desc"] .dashicons { |
| 481 | color: #5123a0; |
| 482 | } |
| 483 | |
| 484 | .sort-button[data-sort-direction="asc"] .dashicons-arrow-up { |
| 485 | display: inline-block; |
| 486 | } |
| 487 | |
| 488 | .sort-button[data-sort-direction="asc"] .dashicons-arrow-down, .sort-button[data-sort-direction="asc"] .dashicons-arrow-right { |
| 489 | display: none; |
| 490 | } |
| 491 | |
| 492 | .sort-button[data-sort-direction="desc"] .dashicons-arrow-down { |
| 493 | display: inline-block; |
| 494 | } |
| 495 | |
| 496 | .sort-button[data-sort-direction="desc"] .dashicons-arrow-up, .sort-button[data-sort-direction="desc"] .dashicons-arrow-right { |
| 497 | display: none; |
| 498 | } |
| 499 | |
| 500 | .delete-button { |
| 501 | z-index: 3; |
| 502 | color: #fff; |
| 503 | cursor: pointer; |
| 504 | background-color: #5123a0; |
| 505 | border: none; |
| 506 | border-radius: 50%; |
| 507 | padding: 2px; |
| 508 | transition: background-color .1s, color .1s; |
| 509 | position: absolute; |
| 510 | top: 12px; |
| 511 | right: -12px; |
| 512 | } |
| 513 | |
| 514 | .delete-button:hover, .delete-button .open { |
| 515 | background-color: #6c46ae; |
| 516 | } |
| 517 | |
| 518 | #iawp, #iawp * { |
| 519 | box-sizing: border-box; |
| 520 | } |
| 521 | |
| 522 | #iawp .postbox-header .iawp-button { |
| 523 | padding: 6px 8px; |
| 524 | text-decoration: none; |
| 525 | } |
| 526 | |
| 527 | #iawp .inside { |
| 528 | margin-top: 0; |
| 529 | padding: 0; |
| 530 | } |
| 531 | |
| 532 | #iawp .chart-container { |
| 533 | padding: 6px 0 0; |
| 534 | } |
| 535 | |
| 536 | #iawp .chart-inner { |
| 537 | border: none; |
| 538 | padding: 6px 12px 12px; |
| 539 | } |
| 540 | |
| 541 | #iawp .legend-container { |
| 542 | margin-bottom: 10px; |
| 543 | } |
| 544 | |
| 545 | #iawp .legend-item { |
| 546 | margin-left: 8px; |
| 547 | } |
| 548 | |
| 549 | #iawp .legend-item:first-child { |
| 550 | margin-left: 0; |
| 551 | } |
| 552 | |
| 553 | #iawp .legend-item p { |
| 554 | font-size: 11px; |
| 555 | } |
| 556 | |
| 557 | #iawp .legend-item span { |
| 558 | width: 13px; |
| 559 | height: 13px; |
| 560 | } |
| 561 | |
| 562 | #iawp .legend-title { |
| 563 | display: none; |
| 564 | } |
| 565 | |
| 566 | #iawp .quick-stats { |
| 567 | gap: 0; |
| 568 | margin: 0; |
| 569 | display: flex; |
| 570 | } |
| 571 | |
| 572 | #iawp .quick-stats .stat { |
| 573 | width: 50%; |
| 574 | border: none; |
| 575 | border-top: 1px solid #dedae6; |
| 576 | border-radius: 0; |
| 577 | padding: 12px 18px; |
| 578 | } |
| 579 | |
| 580 | #iawp .quick-stats .stat:first-child { |
| 581 | border-right: 1px solid #dedae6; |
| 582 | } |
| 583 | |
| 584 | #iawp .quick-stats .stat .metric { |
| 585 | font-size: 14px; |
| 586 | } |
| 587 | |
| 588 | #iawp .quick-stats .stat .percentage { |
| 589 | padding: 1px 8px 1px 2px; |
| 590 | font-size: 12px; |
| 591 | } |
| 592 | |
| 593 | #iawp .quick-stats .stat .values { |
| 594 | flex-wrap: wrap; |
| 595 | margin: 0; |
| 596 | display: flex; |
| 597 | } |
| 598 | |
| 599 | #iawp .quick-stats .stat .count { |
| 600 | word-break: break-word; |
| 601 | font-size: 24px; |
| 602 | } |
| 603 | |
| 604 | #iawp .quick-stats .stat .period-label { |
| 605 | font-size: 13px; |
| 606 | } |
| 607 | |
| 608 | /*# sourceMappingURL=dashboard_widget.css.map */ |
| 609 |