PluginProbe
Timetics – Appointment Booking Calendar & Scheduling / 1.0.38
Timetics – Appointment Booking Calendar & Scheduling v1.0.38
1.0.62 1.0.63 1.0.61 1.0.60 1.0.59 1.0.58 1.0.57 1.0.56 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 All 64 releases
← All changes | assets/css/admin.css +27 -18 1.0.241.0.38 View file →
@@ -1,9 +1,9 @@
1 1 /*!*********************************************************************************************************************!*\
2 2 !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/admin.scss ***!
3 3 \*********************************************************************************************************************/
4 4 :root {
5 - --tt-primary-color: #3161f1;
5 + --tt-primary-color: #0060e5;
6 6 --tt-primary-color-70: #4c93ff;
7 7 --tt-primary-color-50: #78aeff;
8 8 --tt-primary-color-25: #a5c9ff;
9 9 --tt-primary-color-15: #d2e4ff;
@@ -24,17 +24,16 @@
24 24 --tt-alert-color: #ef8201;
25 25 --tt-disable-color: #cecfd1;
26 26 --tt-state-color-01: #06a78a;
27 27 --tt-state-color-02: #f1a208;
28 - --tt-primary-gradient: linear-gradient(180deg, #3263f8 0%, #254ec8 100%);
29 - --tt-primary-gradient-reverse: linear-gradient(
30 - 170deg,
31 - #3263f8 0%,
32 - #254ec8 100%
33 - );
28 + --tt-primary-saturated: #0056cc;
34 29 --tt-secondary-gradient: linear-gradient(180deg, #45505e 0%, #0a1018 100%);
35 30 }
36 31
32 +.wpmet-jhanda-href img {
33 + max-width: 100%;
34 +}
35 +
37 36 .tt-margin-0 {
38 37 margin: 0 !important;
39 38 }
40 39
@@ -115,13 +114,13 @@
115 114 padding-right: 10px;
116 115 }
117 116 }
118 117
119 -.wrap {
118 +#time_tics_dashboard {
120 119 margin: 20px 40px 0 20px;
121 120 }
122 121 @media screen and (max-width: 768px) {
123 - .wrap {
122 + #time_tics_dashboard {
124 123 margin: 0;
125 124 }
126 125 }
127 126
@@ -478,9 +477,9 @@
478 477 box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.15);
479 478 background: linear-gradient(210.38deg, #ffffff 11.21%, rgba(255, 255, 255, 0.8) 87.98%);
480 479 }
481 480 .toplevel_page_timetics .ant-switch.ant-switch-checked {
482 - background: var(--tt-primary-gradient);
481 + background: var(--tt-primary-color);
483 482 }
484 483 .toplevel_page_timetics .ant-switch.ant-switch-checked .ant-switch-handle {
485 484 left: calc(100% - 20px);
486 485 }
@@ -501,9 +500,9 @@
501 500 top: 45%;
502 501 border-radius: 0;
503 502 }
504 503 .toplevel_page_timetics .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
505 - background: var(--tt-primary-gradient);
504 + background: var(--tt-primary-color);
506 505 border-color: var(--tt-primary-color);
507 506 }
508 507 .toplevel_page_timetics .ant-checkbox.ant-checkbox-checked:after {
509 508 border-radius: 4px;
@@ -513,9 +512,9 @@
513 512 height: 12px;
514 513 left: 50%;
515 514 top: 50%;
516 515 border-radius: 2px;
517 - background: var(--tt-primary-gradient);
516 + background: var(--tt-primary-color);
518 517 }
519 518 .toplevel_page_timetics .ant-checkbox + span {
520 519 position: relative;
521 520 top: -3px;
@@ -617,9 +616,9 @@
617 616 .toplevel_page_timetics .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
618 617 height: 3px;
619 618 }
620 619 .toplevel_page_timetics .ant-tabs-ink-bar {
621 - background: var(--tt-primary-gradient);
620 + background: var(--tt-primary-color);
622 621 border-radius: 10px 10px 0 0;
623 622 }
624 623 .toplevel_page_timetics .tt-settings-wrapper .ant-typography.ant-typography-secondary {
625 624 color: var(--tt-secondary-color-65);
@@ -769,9 +768,10 @@
769 768 }
770 769 .toplevel_page_timetics .ant-tooltip .ant-tooltip-arrow-content {
771 770 --antd-arrow-background-color: var(--tt-secondary-color);
772 771 }
773 -.toplevel_page_timetics .ant-select-single:not(.ant-select-customize-input, .tt-location-type-select) .ant-select-selector {
772 +.toplevel_page_timetics .ant-select-single:not(.ant-select-customize-input,
773 +.tt-location-type-select) .ant-select-selector {
774 774 line-height: 40px;
775 775 padding: 0 40px 0 20px;
776 776 border-radius: 6px;
777 777 }
@@ -846,16 +846,17 @@
846 846 }
847 847 .toplevel_page_timetics .ant-btn:not(.dynamic-delete-button, .ant-btn-warning, .tt-link-btn):hover, .toplevel_page_timetics .ant-btn:not(.dynamic-delete-button, .ant-btn-warning, .tt-link-btn):focus {
848 848 color: var(--tt-primary-color);
849 849 border-color: var(--tt-primary-color);
850 + background-color: inherit;
850 851 }
851 852 .toplevel_page_timetics .ant-btn.ant-btn-primary {
852 - background-image: var(--tt-primary-gradient);
853 + background: var(--tt-primary-color);
853 854 color: #fff;
854 855 border: none;
855 856 }
856 857 .toplevel_page_timetics .ant-btn.ant-btn-primary:hover, .toplevel_page_timetics .ant-btn.ant-btn-primary:focus {
857 - background-image: var(--tt-primary-gradient-reverse);
858 + background: var(--tt-primary-saturated) !important;
858 859 color: #fff;
859 860 }
860 861 .toplevel_page_timetics .ant-btn.ant-btn-primary .anticon svg {
861 862 width: 15px;
@@ -987,10 +988,10 @@
987 988 padding: 5px 0;
988 989 }
989 990 .toplevel_page_timetics .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
990 991 position: absolute;
991 - right: -13px;
992 - top: 0;
992 + right: 0px;
993 + top: 4px;
993 994 }
994 995 .toplevel_page_timetics .ant-input-number-handler-wrap {
995 996 display: none;
996 997 }
@@ -2396,8 +2397,16 @@
2396 2397 }
2397 2398
2398 2399 .flatpickr-input {
2399 2400 display: none;
2401 +}
2402 +
2403 +.tt-meeting-overlap-checkbox {
2404 + display: inline-flex;
2405 + align-items: center;
2406 + font-size: 14px;
2407 + gap: 5px;
2408 + margin-top: 5px;
2400 2409 }
2401 2410
2402 2411 .timetics-onboard .tt-onboard-header {
2403 2412 display: flex;