@itilite/lumina-ui 1.0.2-alpha → 1.0.4-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AdvancedDateRangePicker-D7xn4So6.d.mts +59 -0
- package/dist/AdvancedDateRangePicker-D7xn4So6.d.ts +59 -0
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.mts +1 -1
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.ts +1 -1
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.js +896 -77
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +6 -2
- package/dist/atom/AdvancedDateRangePicker/InternalCalendar.js +5 -5
- package/dist/atom/AdvancedDateRangePicker/InternalCalendar.mjs +1 -1
- package/dist/atom/Table/Table.js +4 -3
- package/dist/atom/Table/Table.mjs +1 -1
- package/dist/chunk-27LRL4RO.mjs +428 -0
- package/dist/chunk-3HXZIFV6.mjs +438 -0
- package/dist/chunk-62VAYFZA.mjs +437 -0
- package/dist/chunk-6ON32H2N.mjs +431 -0
- package/dist/chunk-6XIT27XY.mjs +269 -0
- package/dist/chunk-772C454L.mjs +438 -0
- package/dist/chunk-7L267Y4P.mjs +429 -0
- package/dist/chunk-7WSVCE2C.mjs +269 -0
- package/dist/chunk-BFFLWW7N.mjs +250 -0
- package/dist/chunk-FTL3PFC2.mjs +438 -0
- package/dist/chunk-GZ4P7OL3.mjs +429 -0
- package/dist/chunk-K2A4TWA3.mjs +430 -0
- package/dist/chunk-L3L42SIL.mjs +429 -0
- package/dist/chunk-MA23J4WQ.mjs +430 -0
- package/dist/chunk-QRGHJP7U.mjs +437 -0
- package/dist/chunk-RC6IGURJ.mjs +428 -0
- package/dist/chunk-TQDZWJZP.mjs +269 -0
- package/dist/chunk-ZGV6QMVM.mjs +437 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +41 -32
- package/dist/index.mjs +17 -17
- package/dist/styles.css +1008 -873
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -185,6 +185,9 @@
|
|
|
185
185
|
.tw-h-6 {
|
|
186
186
|
height: 1.5rem
|
|
187
187
|
}
|
|
188
|
+
.tw-h-7 {
|
|
189
|
+
height: 1.75rem
|
|
190
|
+
}
|
|
188
191
|
.tw-h-8 {
|
|
189
192
|
height: 2rem
|
|
190
193
|
}
|
|
@@ -215,6 +218,9 @@
|
|
|
215
218
|
.tw-w-3 {
|
|
216
219
|
width: 0.75rem
|
|
217
220
|
}
|
|
221
|
+
.tw-w-7 {
|
|
222
|
+
width: 1.75rem
|
|
223
|
+
}
|
|
218
224
|
.tw-w-9 {
|
|
219
225
|
width: 2.25rem
|
|
220
226
|
}
|
|
@@ -396,6 +402,10 @@
|
|
|
396
402
|
--tw-bg-opacity: 1 !important;
|
|
397
403
|
background-color: rgb(248 247 246 / var(--tw-bg-opacity, 1)) !important
|
|
398
404
|
}
|
|
405
|
+
.tw-bg-\[\#E5E9ED\] {
|
|
406
|
+
--tw-bg-opacity: 1;
|
|
407
|
+
background-color: rgb(229 233 237 / var(--tw-bg-opacity, 1))
|
|
408
|
+
}
|
|
399
409
|
.tw-bg-\[\#F2EFEC\] {
|
|
400
410
|
--tw-bg-opacity: 1;
|
|
401
411
|
background-color: rgb(242 239 236 / var(--tw-bg-opacity, 1))
|
|
@@ -404,10 +414,6 @@
|
|
|
404
414
|
--tw-bg-opacity: 1;
|
|
405
415
|
background-color: rgb(241 232 250 / var(--tw-bg-opacity, 1))
|
|
406
416
|
}
|
|
407
|
-
.tw-bg-\[\#f2efec\] {
|
|
408
|
-
--tw-bg-opacity: 1;
|
|
409
|
-
background-color: rgb(242 239 236 / var(--tw-bg-opacity, 1))
|
|
410
|
-
}
|
|
411
417
|
.tw-bg-\[\#f3f4f6\] {
|
|
412
418
|
--tw-bg-opacity: 1;
|
|
413
419
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
|
|
@@ -756,113 +762,109 @@
|
|
|
756
762
|
|
|
757
763
|
|
|
758
764
|
/* CSS Modules */
|
|
759
|
-
/* src/atom/
|
|
760
|
-
.
|
|
765
|
+
/* src/atom/Slider/Slider.module.scss */
|
|
766
|
+
.Slider-module__label___9Uea- {
|
|
767
|
+
font-size: 13px;
|
|
768
|
+
line-height: 18px;
|
|
769
|
+
--tw-text-opacity: 1;
|
|
770
|
+
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
.Slider-module__slider___JCS-c.ant-slider {
|
|
774
|
+
margin-left: 0px;
|
|
775
|
+
margin-right: 0px;
|
|
776
|
+
}
|
|
777
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
778
|
+
box-shadow: 0 0 0 2px #ec5d25;
|
|
779
|
+
transform: scale(1.25);
|
|
780
|
+
}
|
|
781
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
782
|
+
content: unset;
|
|
783
|
+
}
|
|
784
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
785
|
+
inset-inline-start: -1px;
|
|
786
|
+
inset-block-start: -1px;
|
|
787
|
+
}
|
|
788
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
789
|
+
--tw-bg-opacity: 1;
|
|
790
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
791
|
+
height: 2px;
|
|
792
|
+
}
|
|
793
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
794
|
+
background-color: transparent;
|
|
795
|
+
}
|
|
796
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
797
|
+
--tw-bg-opacity: 1;
|
|
798
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
802
|
+
.Radio-module__radio___1CPAk {
|
|
761
803
|
display: flex;
|
|
762
804
|
align-items: center;
|
|
763
805
|
}
|
|
764
|
-
.
|
|
806
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
765
807
|
height: 16px;
|
|
766
808
|
width: 16px;
|
|
767
809
|
}
|
|
768
|
-
.
|
|
810
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
769
811
|
height: 20px;
|
|
770
812
|
width: 20px;
|
|
771
813
|
}
|
|
772
|
-
.
|
|
773
|
-
inset-inline-start: 27%;
|
|
774
|
-
}
|
|
775
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
814
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
776
815
|
height: 24px;
|
|
777
816
|
width: 24px;
|
|
778
817
|
}
|
|
779
|
-
.
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
783
|
-
border-color: #ec5d25;
|
|
784
|
-
background-color: #ec5d25;
|
|
818
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
819
|
+
border-color: #EC5D25;
|
|
820
|
+
background-color: #EC5D25;
|
|
785
821
|
}
|
|
786
|
-
.
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
--tw-bg-opacity: 1;
|
|
790
|
-
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
822
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
823
|
+
border-color: #B94710;
|
|
824
|
+
background-color: #B94710;
|
|
791
825
|
}
|
|
792
|
-
.
|
|
793
|
-
outline: 2px solid #
|
|
826
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
827
|
+
outline: 2px solid #0A65E7;
|
|
794
828
|
}
|
|
795
|
-
.
|
|
829
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
796
830
|
cursor: not-allowed;
|
|
797
831
|
}
|
|
798
|
-
.
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
background-color: #ec5d25;
|
|
832
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
833
|
+
border-color: #B6BAC3;
|
|
834
|
+
background-color: #B6BAC3;
|
|
802
835
|
}
|
|
803
|
-
.
|
|
804
|
-
|
|
836
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
837
|
+
transform: scale(0.375);
|
|
838
|
+
background-color: #FFFFFF;
|
|
805
839
|
}
|
|
806
|
-
.
|
|
807
|
-
border-color: #
|
|
840
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
841
|
+
border-color: #B6BAC3;
|
|
808
842
|
}
|
|
809
|
-
.
|
|
810
|
-
border-color: #
|
|
843
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
844
|
+
border-color: #6B7280;
|
|
811
845
|
}
|
|
812
|
-
.
|
|
813
|
-
outline: 2px solid #
|
|
846
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
847
|
+
outline: 2px solid #0A65E7;
|
|
814
848
|
}
|
|
815
|
-
.
|
|
849
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
816
850
|
cursor: not-allowed;
|
|
817
851
|
}
|
|
818
|
-
.
|
|
819
|
-
border-color: #
|
|
820
|
-
background-color: #
|
|
821
|
-
}
|
|
822
|
-
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
823
|
-
color: #363e4f;
|
|
852
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
853
|
+
border-color: #B6BAC3;
|
|
854
|
+
background-color: #F9FAFB;
|
|
824
855
|
}
|
|
825
|
-
.
|
|
826
|
-
color: #
|
|
856
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
857
|
+
color: #363E4F;
|
|
827
858
|
font-weight: 400;
|
|
828
859
|
font-size: 0.875rem;
|
|
829
860
|
line-height: 20px;
|
|
830
861
|
}
|
|
831
|
-
.
|
|
832
|
-
color: #
|
|
862
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
863
|
+
color: #363E4F;
|
|
833
864
|
font-weight: 500;
|
|
834
865
|
font-size: 0.875rem;
|
|
835
866
|
line-height: 20px;
|
|
836
867
|
}
|
|
837
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
838
|
-
opacity: 0.5;
|
|
839
|
-
border-color: #ec5d25;
|
|
840
|
-
background-color: #ec5d25;
|
|
841
|
-
}
|
|
842
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
843
|
-
border-color: #ffffff;
|
|
844
|
-
}
|
|
845
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
846
|
-
border-color: #ec5d25 !important;
|
|
847
|
-
background-color: #ec5d25 !important;
|
|
848
|
-
}
|
|
849
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
850
|
-
inset-inline-start: 50%;
|
|
851
|
-
width: 60%;
|
|
852
|
-
height: 3px;
|
|
853
|
-
border-radius: 4px;
|
|
854
|
-
background: white;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
858
|
-
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
859
|
-
display: flex;
|
|
860
|
-
justify-content: center;
|
|
861
|
-
align-items: center;
|
|
862
|
-
height: 100%;
|
|
863
|
-
margin-top: 2rem;
|
|
864
|
-
margin-bottom: 2rem;
|
|
865
|
-
}
|
|
866
868
|
|
|
867
869
|
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
868
870
|
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
@@ -877,6 +879,24 @@
|
|
|
877
879
|
background-color: white !important;
|
|
878
880
|
}
|
|
879
881
|
|
|
882
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
883
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
884
|
+
height: 0.75rem;
|
|
885
|
+
min-width: 1.5rem
|
|
886
|
+
}
|
|
887
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
888
|
+
height: 0.5rem;
|
|
889
|
+
width: 0.5rem
|
|
890
|
+
}
|
|
891
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
892
|
+
--tw-bg-opacity: 1;
|
|
893
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
894
|
+
}
|
|
895
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
896
|
+
--tw-bg-opacity: 1;
|
|
897
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
898
|
+
}
|
|
899
|
+
|
|
880
900
|
/* src/atom/Tag/Tag.module.scss */
|
|
881
901
|
.Tag-module__tag___PIkhI {
|
|
882
902
|
border-radius: 0.25rem;
|
|
@@ -937,320 +957,622 @@
|
|
|
937
957
|
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
938
958
|
}
|
|
939
959
|
|
|
940
|
-
/* src/atom/
|
|
941
|
-
.
|
|
942
|
-
height: 0.75rem;
|
|
943
|
-
min-width: 1.5rem
|
|
944
|
-
}
|
|
945
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
946
|
-
height: 0.5rem;
|
|
947
|
-
width: 0.5rem
|
|
948
|
-
}
|
|
949
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
950
|
-
--tw-bg-opacity: 1;
|
|
951
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
952
|
-
}
|
|
953
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
954
|
-
--tw-bg-opacity: 1;
|
|
955
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
/* src/atom/Radio/Radio.module.scss */
|
|
959
|
-
.Radio-module__radio___1CPAk {
|
|
960
|
+
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
961
|
+
.Checkbox-module__checkbox___xxg5L {
|
|
960
962
|
display: flex;
|
|
961
963
|
align-items: center;
|
|
962
964
|
}
|
|
963
|
-
.
|
|
965
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
964
966
|
height: 16px;
|
|
965
967
|
width: 16px;
|
|
966
968
|
}
|
|
967
|
-
.
|
|
969
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
968
970
|
height: 20px;
|
|
969
971
|
width: 20px;
|
|
970
972
|
}
|
|
971
|
-
.
|
|
973
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
974
|
+
inset-inline-start: 27%;
|
|
975
|
+
}
|
|
976
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
972
977
|
height: 24px;
|
|
973
978
|
width: 24px;
|
|
974
979
|
}
|
|
975
|
-
.
|
|
976
|
-
|
|
977
|
-
background-color: #EC5D25;
|
|
980
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
981
|
+
inset-inline-start: 33%;
|
|
978
982
|
}
|
|
979
|
-
.
|
|
980
|
-
border-color: #
|
|
981
|
-
background-color: #
|
|
983
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
984
|
+
border-color: #ec5d25;
|
|
985
|
+
background-color: #ec5d25;
|
|
982
986
|
}
|
|
983
|
-
.
|
|
984
|
-
|
|
987
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
988
|
+
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
989
|
+
.ant-checkbox-inner {
|
|
990
|
+
--tw-bg-opacity: 1;
|
|
991
|
+
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
985
992
|
}
|
|
986
|
-
.
|
|
993
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
994
|
+
outline: 2px solid #0a65e7;
|
|
995
|
+
}
|
|
996
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
|
|
987
997
|
cursor: not-allowed;
|
|
988
998
|
}
|
|
989
|
-
.
|
|
990
|
-
|
|
991
|
-
|
|
999
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
1000
|
+
opacity: 0.5;
|
|
1001
|
+
border-color: #ec5d25;
|
|
1002
|
+
background-color: #ec5d25;
|
|
992
1003
|
}
|
|
993
|
-
.
|
|
994
|
-
|
|
995
|
-
background-color: #FFFFFF;
|
|
1004
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
1005
|
+
border-color: #ffffff;
|
|
996
1006
|
}
|
|
997
|
-
.
|
|
998
|
-
border-color: #
|
|
1007
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
1008
|
+
border-color: #b6bac3;
|
|
999
1009
|
}
|
|
1000
|
-
.
|
|
1001
|
-
border-color: #
|
|
1010
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
1011
|
+
border-color: #6b7280;
|
|
1002
1012
|
}
|
|
1003
|
-
.
|
|
1004
|
-
outline: 2px solid #
|
|
1013
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
1014
|
+
outline: 2px solid #0a65e7;
|
|
1005
1015
|
}
|
|
1006
|
-
.
|
|
1016
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
|
|
1007
1017
|
cursor: not-allowed;
|
|
1008
1018
|
}
|
|
1009
|
-
.
|
|
1010
|
-
border-color: #
|
|
1011
|
-
background-color: #
|
|
1019
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
|
|
1020
|
+
border-color: #b6bac3;
|
|
1021
|
+
background-color: #f9fafb;
|
|
1012
1022
|
}
|
|
1013
|
-
.
|
|
1014
|
-
color: #
|
|
1023
|
+
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
1024
|
+
color: #363e4f;
|
|
1025
|
+
}
|
|
1026
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
|
|
1027
|
+
color: #363e4f;
|
|
1015
1028
|
font-weight: 400;
|
|
1016
1029
|
font-size: 0.875rem;
|
|
1017
1030
|
line-height: 20px;
|
|
1018
1031
|
}
|
|
1019
|
-
.
|
|
1020
|
-
color: #
|
|
1032
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
|
|
1033
|
+
color: #363e4f;
|
|
1021
1034
|
font-weight: 500;
|
|
1022
1035
|
font-size: 0.875rem;
|
|
1023
1036
|
line-height: 20px;
|
|
1024
1037
|
}
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
line-height: 18px;
|
|
1030
|
-
--tw-text-opacity: 1;
|
|
1031
|
-
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
.Slider-module__slider___JCS-c.ant-slider {
|
|
1035
|
-
margin-left: 0px;
|
|
1036
|
-
margin-right: 0px;
|
|
1038
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1039
|
+
opacity: 0.5;
|
|
1040
|
+
border-color: #ec5d25;
|
|
1041
|
+
background-color: #ec5d25;
|
|
1037
1042
|
}
|
|
1038
|
-
.
|
|
1039
|
-
|
|
1040
|
-
transform: scale(1.25);
|
|
1043
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1044
|
+
border-color: #ffffff;
|
|
1041
1045
|
}
|
|
1042
|
-
.
|
|
1043
|
-
|
|
1046
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1047
|
+
border-color: #ec5d25 !important;
|
|
1048
|
+
background-color: #ec5d25 !important;
|
|
1044
1049
|
}
|
|
1045
|
-
.
|
|
1046
|
-
inset-inline-start:
|
|
1047
|
-
|
|
1050
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1051
|
+
inset-inline-start: 50%;
|
|
1052
|
+
width: 60%;
|
|
1053
|
+
height: 3px;
|
|
1054
|
+
border-radius: 4px;
|
|
1055
|
+
background: white;
|
|
1048
1056
|
}
|
|
1049
|
-
|
|
1057
|
+
|
|
1058
|
+
/* src/atom/Table/Table.module.scss */
|
|
1059
|
+
@charset "UTF-8";
|
|
1060
|
+
/* ============================================================
|
|
1061
|
+
Outer wrapper — the rounded gray card that contains the table
|
|
1062
|
+
============================================================ */
|
|
1063
|
+
.Table-module__tableWrapper___3cqiD{
|
|
1064
|
+
border-radius: 0.75rem;
|
|
1065
|
+
border-width: 1px;
|
|
1066
|
+
border-style: solid;
|
|
1067
|
+
--tw-border-opacity: 1;
|
|
1068
|
+
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
1050
1069
|
--tw-bg-opacity: 1;
|
|
1051
|
-
background-color: rgb(
|
|
1052
|
-
|
|
1053
|
-
}
|
|
1054
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
1055
|
-
background-color: transparent;
|
|
1070
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1071
|
+
overflow: hidden;
|
|
1056
1072
|
}
|
|
1057
|
-
.
|
|
1058
|
-
|
|
1059
|
-
|
|
1073
|
+
.Table-module__tableWrapper___3cqiD.Table-module__isAccordion___-uIs6, .Table-module__tableWrapper___3cqiD.Table-module__isToolbar___LdS-m {
|
|
1074
|
+
background: transparent !important;
|
|
1075
|
+
border: none !important;
|
|
1076
|
+
border-radius: 0;
|
|
1077
|
+
padding: 0;
|
|
1060
1078
|
}
|
|
1061
1079
|
|
|
1062
|
-
/*
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
border-radius: 0.5rem;
|
|
1080
|
+
/* ============================================================
|
|
1081
|
+
AntD Table overrides
|
|
1082
|
+
============================================================ */
|
|
1083
|
+
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1084
|
+
padding: 4px;
|
|
1085
|
+
background: #F1F3F5;
|
|
1069
1086
|
}
|
|
1070
|
-
.
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1087
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table{
|
|
1088
|
+
background-color: transparent;
|
|
1089
|
+
font-size: 0.875rem;
|
|
1090
|
+
line-height: 1.25rem;
|
|
1074
1091
|
}
|
|
1075
|
-
.
|
|
1076
|
-
|
|
1092
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-container {
|
|
1093
|
+
/* Lift the white body card off the gray wrapper */
|
|
1094
|
+
filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.06));
|
|
1077
1095
|
}
|
|
1078
|
-
.
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1096
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1097
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
|
|
1098
|
+
background: transparent !important;
|
|
1099
|
+
--tw-text-opacity: 1 !important;
|
|
1100
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
|
|
1101
|
+
font-weight: 500 !important;
|
|
1102
|
+
font-size: 0.688rem !important;
|
|
1103
|
+
line-height: 14px !important;
|
|
1104
|
+
padding-left: 1.5rem !important;
|
|
1105
|
+
padding-right: 1.5rem !important;
|
|
1106
|
+
padding-bottom: 1rem !important;
|
|
1107
|
+
padding-top: 0.75rem !important;
|
|
1108
|
+
border-bottom: none !important;
|
|
1082
1109
|
}
|
|
1083
|
-
.
|
|
1084
|
-
|
|
1110
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th::before,
|
|
1111
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td::before {
|
|
1112
|
+
display: none !important;
|
|
1085
1113
|
}
|
|
1086
|
-
.
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
padding-right: 0.5rem;
|
|
1114
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1115
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
|
|
1116
|
+
/* Fixed columns need a solid background to prevent overlapping */
|
|
1090
1117
|
}
|
|
1091
|
-
.
|
|
1092
|
-
|
|
1118
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th.ant-table-cell-fix-left, .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th.ant-table-cell-fix-right,
|
|
1119
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td.ant-table-cell-fix-left,
|
|
1120
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td.ant-table-cell-fix-right {
|
|
1121
|
+
background: #F1F3F5 !important;
|
|
1122
|
+
z-index: 2 !important;
|
|
1093
1123
|
}
|
|
1094
|
-
.
|
|
1095
|
-
|
|
1096
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1097
|
-
border-width: 1px;
|
|
1098
|
-
border-style: solid;
|
|
1099
|
-
--tw-border-opacity: 1;
|
|
1100
|
-
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
1101
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1124
|
+
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1125
|
+
/* ---- Force Fix Column Shadow Always Visible ---- */
|
|
1102
1126
|
}
|
|
1103
|
-
.
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1127
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-cell-fix-left-last::after {
|
|
1128
|
+
position: absolute;
|
|
1129
|
+
top: 0;
|
|
1130
|
+
right: 0;
|
|
1131
|
+
bottom: -1px;
|
|
1132
|
+
width: 40px;
|
|
1133
|
+
transform: translateX(100%);
|
|
1134
|
+
transition: box-shadow 0.3s;
|
|
1135
|
+
content: "";
|
|
1136
|
+
pointer-events: none;
|
|
1137
|
+
/* Large, soft shadow extending right */
|
|
1138
|
+
box-shadow: inset 20px 0 20px -20px rgba(0, 0, 0, 0.15) !important;
|
|
1139
|
+
opacity: 1 !important;
|
|
1107
1140
|
}
|
|
1108
|
-
.
|
|
1109
|
-
|
|
1141
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-cell-fix-right-first::after {
|
|
1142
|
+
position: absolute;
|
|
1143
|
+
top: 0;
|
|
1144
|
+
bottom: -1px;
|
|
1145
|
+
left: 0;
|
|
1146
|
+
width: 40px;
|
|
1147
|
+
transform: translateX(-100%);
|
|
1148
|
+
transition: box-shadow 0.3s;
|
|
1149
|
+
content: "";
|
|
1150
|
+
pointer-events: none;
|
|
1151
|
+
/* Large, soft shadow extending left */
|
|
1152
|
+
box-shadow: inset -20px 0 20px -20px rgba(0, 0, 0, 0.15) !important;
|
|
1153
|
+
opacity: 1 !important;
|
|
1110
1154
|
}
|
|
1111
|
-
.
|
|
1112
|
-
|
|
1113
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1155
|
+
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1156
|
+
/* ---- Body cells ---- */
|
|
1114
1157
|
}
|
|
1115
|
-
.
|
|
1116
|
-
|
|
1117
|
-
|
|
1158
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
|
|
1159
|
+
padding-left: 1.5rem;
|
|
1160
|
+
padding-right: 1.5rem;
|
|
1161
|
+
padding-top: 1rem;
|
|
1162
|
+
padding-bottom: 1rem;
|
|
1163
|
+
--tw-bg-opacity: 1 !important;
|
|
1164
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
|
|
1165
|
+
--tw-text-opacity: 1 !important;
|
|
1166
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
|
|
1167
|
+
font-weight: 400 !important;
|
|
1168
|
+
font-size: 0.75rem !important;
|
|
1169
|
+
line-height: 16px !important;
|
|
1170
|
+
border-bottom: none !important;
|
|
1118
1171
|
}
|
|
1119
|
-
.
|
|
1120
|
-
|
|
1121
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1172
|
+
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1173
|
+
/* Round the four corners of the white body card */
|
|
1122
1174
|
}
|
|
1123
|
-
.
|
|
1124
|
-
|
|
1125
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1175
|
+
.Table-module__table___5d7g0.ant-table-wrapper .Table-module__firstRow___Xq-Hi > td:first-child {
|
|
1176
|
+
border-top-left-radius: 12px !important;
|
|
1126
1177
|
}
|
|
1127
|
-
.
|
|
1128
|
-
|
|
1129
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1178
|
+
.Table-module__table___5d7g0.ant-table-wrapper .Table-module__firstRow___Xq-Hi > td:last-child {
|
|
1179
|
+
border-top-right-radius: 12px !important;
|
|
1130
1180
|
}
|
|
1131
|
-
.
|
|
1132
|
-
border-
|
|
1133
|
-
border-style: solid;
|
|
1134
|
-
--tw-bg-opacity: 1;
|
|
1135
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1136
|
-
--tw-border-opacity: 1;
|
|
1137
|
-
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
1138
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1181
|
+
.Table-module__table___5d7g0.ant-table-wrapper .Table-module__lastRow___ahv4g > td:first-child {
|
|
1182
|
+
border-bottom-left-radius: 12px !important;
|
|
1139
1183
|
}
|
|
1140
|
-
.
|
|
1141
|
-
|
|
1142
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1143
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1184
|
+
.Table-module__table___5d7g0.ant-table-wrapper .Table-module__lastRow___ahv4g > td:last-child {
|
|
1185
|
+
border-bottom-right-radius: 12px !important;
|
|
1144
1186
|
}
|
|
1145
|
-
.
|
|
1146
|
-
|
|
1187
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:first-child > td:first-child {
|
|
1188
|
+
border-top-left-radius: 12px;
|
|
1147
1189
|
}
|
|
1148
|
-
.
|
|
1149
|
-
|
|
1150
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1190
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:first-child > td:last-child {
|
|
1191
|
+
border-top-right-radius: 12px;
|
|
1151
1192
|
}
|
|
1152
|
-
.
|
|
1153
|
-
|
|
1154
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1193
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:last-child > td:first-child {
|
|
1194
|
+
border-bottom-left-radius: 12px;
|
|
1155
1195
|
}
|
|
1156
|
-
.
|
|
1157
|
-
|
|
1158
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1196
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:last-child > td:last-child {
|
|
1197
|
+
border-bottom-right-radius: 12px;
|
|
1159
1198
|
}
|
|
1160
|
-
.
|
|
1161
|
-
|
|
1162
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1199
|
+
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1200
|
+
/* ---- Loading & Empty State ---- */
|
|
1163
1201
|
}
|
|
1164
|
-
.
|
|
1165
|
-
|
|
1166
|
-
--tw-bg-opacity: 1;
|
|
1167
|
-
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1168
|
-
border-style: solid;
|
|
1169
|
-
--tw-border-opacity: 1;
|
|
1170
|
-
border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
|
|
1171
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1202
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-spin-nested-loading .ant-spin .ant-spin-dot-item {
|
|
1203
|
+
background-color: #9ca3af !important;
|
|
1172
1204
|
}
|
|
1173
|
-
.
|
|
1205
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-placeholder .ant-table-cell {
|
|
1206
|
+
background: #F1F3F5 !important;
|
|
1207
|
+
border-bottom: none !important;
|
|
1208
|
+
padding: 48px 24px !important;
|
|
1209
|
+
text-align: center !important;
|
|
1210
|
+
min-height: 300px;
|
|
1211
|
+
}
|
|
1212
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-placeholder .ant-table-cell.ant-table-cell-fix-left, .Table-module__table___5d7g0.ant-table-wrapper .ant-table-placeholder .ant-table-cell.ant-table-cell-fix-right {
|
|
1213
|
+
background: #F1F3F5 !important;
|
|
1214
|
+
}
|
|
1215
|
+
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1216
|
+
/* ---- Hover effect (controlled separately via .showHoverEffect) ---- */
|
|
1217
|
+
}
|
|
1218
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:hover > td{
|
|
1174
1219
|
--tw-bg-opacity: 1;
|
|
1175
|
-
background-color: rgb(
|
|
1176
|
-
|
|
1220
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1221
|
+
/* default: no visual hover change */
|
|
1177
1222
|
}
|
|
1178
|
-
.
|
|
1179
|
-
|
|
1223
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1224
|
+
display: flex;
|
|
1225
|
+
align-items: center;
|
|
1226
|
+
justify-content: space-between;
|
|
1227
|
+
flex-wrap: wrap;
|
|
1228
|
+
gap: 8px;
|
|
1229
|
+
padding-left: 1.5rem;
|
|
1230
|
+
padding-right: 1.5rem;
|
|
1231
|
+
padding-top: 1rem;
|
|
1232
|
+
padding-bottom: 1rem;
|
|
1233
|
+
background: #ffffff;
|
|
1234
|
+
border-radius: 12px;
|
|
1235
|
+
margin: 8px 4px 4px 4px !important;
|
|
1236
|
+
filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.06));
|
|
1237
|
+
/* AntD re-orders items; we use order to match design layout */
|
|
1180
1238
|
}
|
|
1181
|
-
.
|
|
1182
|
-
|
|
1183
|
-
|
|
1239
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
1240
|
+
order: -1;
|
|
1241
|
+
/* "Rows per page" on the far left */
|
|
1242
|
+
margin-inline-end: auto;
|
|
1243
|
+
display: flex;
|
|
1244
|
+
align-items: center;
|
|
1245
|
+
gap: 8px;
|
|
1246
|
+
/* Inject the "Rows per page:" label text via ::before */
|
|
1184
1247
|
}
|
|
1185
|
-
.
|
|
1186
|
-
|
|
1187
|
-
|
|
1248
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options::before {
|
|
1249
|
+
content: "Rows per page:";
|
|
1250
|
+
font-size: 13px;
|
|
1251
|
+
color: #6b7280;
|
|
1252
|
+
white-space: nowrap;
|
|
1188
1253
|
}
|
|
1189
|
-
.
|
|
1190
|
-
|
|
1191
|
-
color:
|
|
1254
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
|
|
1255
|
+
border-radius: 6px !important;
|
|
1256
|
+
border-color: #d1d5db !important;
|
|
1257
|
+
font-size: 13px;
|
|
1258
|
+
color: #374151;
|
|
1259
|
+
min-width: 64px;
|
|
1192
1260
|
}
|
|
1193
|
-
.
|
|
1194
|
-
|
|
1195
|
-
|
|
1261
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-focused .ant-select-selector {
|
|
1262
|
+
border-color: #ec5d25 !important;
|
|
1263
|
+
box-shadow: 0 0 0 2px rgba(236, 93, 37, 0.15) !important;
|
|
1196
1264
|
}
|
|
1197
|
-
.
|
|
1198
|
-
|
|
1199
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1200
|
-
border-width: 1px;
|
|
1201
|
-
border-style: solid;
|
|
1202
|
-
--tw-border-opacity: 1;
|
|
1203
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1204
|
-
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
1265
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1266
|
+
/* Total text: "1–10 of 108 items" — centred */
|
|
1205
1267
|
}
|
|
1206
|
-
.
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1268
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-total-text {
|
|
1269
|
+
order: 0;
|
|
1270
|
+
font-size: 13px;
|
|
1271
|
+
color: #6b7280;
|
|
1272
|
+
flex: 1;
|
|
1273
|
+
text-align: center;
|
|
1210
1274
|
}
|
|
1211
|
-
.
|
|
1212
|
-
|
|
1275
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1276
|
+
/* Page buttons group — far right */
|
|
1213
1277
|
}
|
|
1214
|
-
.
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1278
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev,
|
|
1279
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
1280
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item,
|
|
1281
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev,
|
|
1282
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next {
|
|
1283
|
+
order: 1;
|
|
1284
|
+
min-width: 32px;
|
|
1285
|
+
height: 32px;
|
|
1286
|
+
border-radius: 6px;
|
|
1287
|
+
border: 1px solid #e5e7eb;
|
|
1288
|
+
background: #fff;
|
|
1289
|
+
font-size: 13px;
|
|
1290
|
+
display: inline-flex;
|
|
1291
|
+
align-items: center;
|
|
1292
|
+
justify-content: center;
|
|
1293
|
+
margin: 0;
|
|
1294
|
+
transition: background 0.15s, border-color 0.15s, color 0.15s;
|
|
1219
1295
|
}
|
|
1220
|
-
.
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1296
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev a,
|
|
1297
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev button,
|
|
1298
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next a,
|
|
1299
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next button,
|
|
1300
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item a,
|
|
1301
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item button,
|
|
1302
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev a,
|
|
1303
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev button,
|
|
1304
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next a,
|
|
1305
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next button {
|
|
1306
|
+
color: #374151;
|
|
1307
|
+
font-size: 13px;
|
|
1308
|
+
display: flex;
|
|
1309
|
+
align-items: center;
|
|
1310
|
+
justify-content: center;
|
|
1225
1311
|
}
|
|
1226
|
-
.
|
|
1227
|
-
|
|
1228
|
-
|
|
1312
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled),
|
|
1313
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled),
|
|
1314
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item:hover:not(.ant-pagination-disabled),
|
|
1315
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover:not(.ant-pagination-disabled),
|
|
1316
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover:not(.ant-pagination-disabled) {
|
|
1317
|
+
border-color: #d1d5db;
|
|
1318
|
+
background: #f3f4f6;
|
|
1229
1319
|
}
|
|
1230
|
-
.
|
|
1231
|
-
|
|
1320
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled) a,
|
|
1321
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled) a,
|
|
1322
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item:hover:not(.ant-pagination-disabled) a,
|
|
1323
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover:not(.ant-pagination-disabled) a,
|
|
1324
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover:not(.ant-pagination-disabled) a {
|
|
1325
|
+
color: #374151;
|
|
1232
1326
|
}
|
|
1233
|
-
.
|
|
1234
|
-
|
|
1235
|
-
padding: 0px;
|
|
1236
|
-
border-width: 0px;
|
|
1237
|
-
border-style: none;
|
|
1238
|
-
height: auto;
|
|
1239
|
-
box-shadow: none;
|
|
1327
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1328
|
+
/* Active page button */
|
|
1240
1329
|
}
|
|
1241
|
-
.
|
|
1242
|
-
|
|
1330
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item-active {
|
|
1331
|
+
border-color: #6B7280 !important;
|
|
1332
|
+
background: #fff;
|
|
1243
1333
|
}
|
|
1244
|
-
.
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
background-color: transparent;
|
|
1334
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item-active a {
|
|
1335
|
+
color: #374151 !important;
|
|
1336
|
+
font-weight: 600;
|
|
1248
1337
|
}
|
|
1249
|
-
.
|
|
1250
|
-
|
|
1338
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1339
|
+
/* Ellipsis dots hover state */
|
|
1251
1340
|
}
|
|
1252
|
-
.
|
|
1253
|
-
|
|
1341
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-ellipsis,
|
|
1342
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next .ant-pagination-item-ellipsis {
|
|
1343
|
+
color: #9ca3af !important;
|
|
1344
|
+
/* default grey dots */
|
|
1345
|
+
}
|
|
1346
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon, .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
|
1347
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
|
|
1348
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
|
1349
|
+
color: #000000 !important;
|
|
1350
|
+
}
|
|
1351
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1352
|
+
/* Disabled prev/next */
|
|
1353
|
+
}
|
|
1354
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-disabled {
|
|
1355
|
+
opacity: 0.4;
|
|
1356
|
+
cursor: not-allowed;
|
|
1357
|
+
}
|
|
1358
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1359
|
+
/* Responsive behavior */
|
|
1360
|
+
}
|
|
1361
|
+
@media (max-width: 640px) {
|
|
1362
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1363
|
+
justify-content: center;
|
|
1364
|
+
gap: 12px;
|
|
1365
|
+
}
|
|
1366
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
1367
|
+
width: 100%;
|
|
1368
|
+
justify-content: center;
|
|
1369
|
+
margin-inline-end: 0;
|
|
1370
|
+
order: 0;
|
|
1371
|
+
}
|
|
1372
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-total-text {
|
|
1373
|
+
width: 100%;
|
|
1374
|
+
order: -1;
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1378
|
+
/* ---- Checkbox customisation ---- */
|
|
1379
|
+
}
|
|
1380
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked .ant-checkbox-inner {
|
|
1381
|
+
background-color: #ec5d25 !important;
|
|
1382
|
+
border-color: #ec5d25 !important;
|
|
1383
|
+
}
|
|
1384
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
1385
|
+
inset-inline-start: 25% !important;
|
|
1386
|
+
}
|
|
1387
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1388
|
+
border-color: #ec5d25 !important;
|
|
1389
|
+
}
|
|
1390
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1391
|
+
background-color: #ec5d25 !important;
|
|
1392
|
+
}
|
|
1393
|
+
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1394
|
+
/* Hover state border to orange */
|
|
1395
|
+
}
|
|
1396
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-wrapper:hover .ant-checkbox:not(.ant-checkbox-disabled) .ant-checkbox-inner,
|
|
1397
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner,
|
|
1398
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-wrapper:hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner,
|
|
1399
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner,
|
|
1400
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-wrapper:hover .ant-checkbox-indeterminate:not(.ant-checkbox-disabled) .ant-checkbox-inner,
|
|
1401
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-indeterminate:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
|
|
1402
|
+
border-color: #ec5d25 !important;
|
|
1403
|
+
}
|
|
1404
|
+
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1405
|
+
/* Active ripple effect/focus ring to orange */
|
|
1406
|
+
}
|
|
1407
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked::after {
|
|
1408
|
+
border-color: #ec5d25 !important;
|
|
1409
|
+
}
|
|
1410
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-input:focus + .ant-checkbox-inner {
|
|
1411
|
+
border-color: #ec5d25 !important;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
/* Global un-nested scope for Portals (Pagination Select Dropdown) */
|
|
1415
|
+
.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
1416
|
+
background-color: #FFF1E1 !important;
|
|
1417
|
+
color: #374151 !important;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
/* ============================================================
|
|
1421
|
+
Variant modifiers
|
|
1422
|
+
============================================================ */
|
|
1423
|
+
/* hover variant — rows tint on mouse-over */
|
|
1424
|
+
.Table-module__showHoverEffect___IyKyO .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:hover > td{
|
|
1425
|
+
--tw-bg-opacity: 1 !important;
|
|
1426
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
.Table-module__columnHeader___Unr6d {
|
|
1430
|
+
display: flex;
|
|
1431
|
+
align-items: center;
|
|
1432
|
+
justify-content: space-between;
|
|
1433
|
+
width: 100%;
|
|
1434
|
+
gap: 8px;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
.Table-module__columnHeaderLeft___mp7pK {
|
|
1438
|
+
display: flex;
|
|
1439
|
+
align-items: center;
|
|
1440
|
+
gap: 4px;
|
|
1441
|
+
min-width: 0;
|
|
1442
|
+
flex: 1;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
/* Clickable sort area (label + sort arrow) */
|
|
1446
|
+
.Table-module__columnHeaderSortArea___jrIYo {
|
|
1447
|
+
display: inline-flex;
|
|
1448
|
+
align-items: center;
|
|
1449
|
+
gap: 6px;
|
|
1450
|
+
background: none;
|
|
1451
|
+
border: none;
|
|
1452
|
+
padding: 0;
|
|
1453
|
+
cursor: pointer;
|
|
1454
|
+
min-width: 0;
|
|
1455
|
+
}
|
|
1456
|
+
.Table-module__columnHeaderSortArea___jrIYo:focus-visible {
|
|
1457
|
+
outline: 2px solid #ec5d25;
|
|
1458
|
+
outline-offset: 2px;
|
|
1459
|
+
border-radius: 3px;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.Table-module__columnHeaderLabel___A-mRu {
|
|
1463
|
+
white-space: nowrap;
|
|
1464
|
+
overflow: hidden;
|
|
1465
|
+
text-overflow: ellipsis;
|
|
1466
|
+
line-height: normal;
|
|
1467
|
+
text-transform: none !important;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.Table-module__columnHeaderSortIcon___mWVZN {
|
|
1471
|
+
display: inline-flex;
|
|
1472
|
+
align-items: center;
|
|
1473
|
+
flex-shrink: 0;
|
|
1474
|
+
color: #d1d5db;
|
|
1475
|
+
/* muted when unsorted */
|
|
1476
|
+
line-height: 0;
|
|
1477
|
+
}
|
|
1478
|
+
.Table-module__columnHeaderSortIcon___mWVZN.Table-module__columnHeaderSortIconActive___wHAqC {
|
|
1479
|
+
color: #374151;
|
|
1480
|
+
/* prominent when sort is applied */
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
/* Filter icon button */
|
|
1484
|
+
.Table-module__columnHeaderFilterWrapper___DnSve {
|
|
1485
|
+
position: relative;
|
|
1486
|
+
flex-shrink: 0;
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
.Table-module__columnHeaderFilterBtn___NR7DY {
|
|
1490
|
+
display: inline-flex;
|
|
1491
|
+
align-items: center;
|
|
1492
|
+
gap: 3px;
|
|
1493
|
+
background: none;
|
|
1494
|
+
border: none;
|
|
1495
|
+
padding: 2px 3px;
|
|
1496
|
+
cursor: pointer;
|
|
1497
|
+
color: #9ca3af;
|
|
1498
|
+
line-height: 0;
|
|
1499
|
+
border-radius: 4px;
|
|
1500
|
+
transition: color 0.15s, background 0.15s;
|
|
1501
|
+
}
|
|
1502
|
+
.Table-module__columnHeaderFilterBtn___NR7DY:hover {
|
|
1503
|
+
color: #6b7280;
|
|
1504
|
+
background: #f3f4f6;
|
|
1505
|
+
}
|
|
1506
|
+
.Table-module__columnHeaderFilterBtn___NR7DY:focus-visible {
|
|
1507
|
+
outline: 2px solid #ec5d25;
|
|
1508
|
+
outline-offset: 1px;
|
|
1509
|
+
}
|
|
1510
|
+
.Table-module__columnHeaderFilterBtn___NR7DY.Table-module__columnHeaderFilterBtnActive___JdO11 {
|
|
1511
|
+
color: #ec5d25;
|
|
1512
|
+
/* brand red when filter is applied */
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
.Table-module__columnHeaderFilterBadge___-Q2T2 {
|
|
1516
|
+
display: inline-flex;
|
|
1517
|
+
align-items: center;
|
|
1518
|
+
justify-content: center;
|
|
1519
|
+
min-width: 15px;
|
|
1520
|
+
height: 15px;
|
|
1521
|
+
padding: 0 4px;
|
|
1522
|
+
background: #ec5d25;
|
|
1523
|
+
color: #fff;
|
|
1524
|
+
font-size: 10px;
|
|
1525
|
+
font-weight: 600;
|
|
1526
|
+
border-radius: 8px;
|
|
1527
|
+
line-height: 1;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
/* Dropdown that renders children from the consumer */
|
|
1531
|
+
.Table-module__columnHeaderFilterDropdown___M-fD4 {
|
|
1532
|
+
position: absolute;
|
|
1533
|
+
top: calc(100% + 6px);
|
|
1534
|
+
right: 0;
|
|
1535
|
+
z-index: 100;
|
|
1536
|
+
background: #fff;
|
|
1537
|
+
border: 1px solid #e5e7eb;
|
|
1538
|
+
border-radius: 8px;
|
|
1539
|
+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
|
|
1540
|
+
min-width: 180px;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
/* src/atom/RangePicker/RangePicker.module.scss */
|
|
1544
|
+
.RangePicker-module__range_start___hGQp-::after {
|
|
1545
|
+
content: "";
|
|
1546
|
+
position: absolute;
|
|
1547
|
+
top: 50%;
|
|
1548
|
+
right: 0;
|
|
1549
|
+
transform: translateY(-50%);
|
|
1550
|
+
width: 50%;
|
|
1551
|
+
height: 36px;
|
|
1552
|
+
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
1553
|
+
z-index: -1;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.RangePicker-module__range_end___JJNib::before {
|
|
1557
|
+
content: "";
|
|
1558
|
+
position: absolute;
|
|
1559
|
+
top: 50%;
|
|
1560
|
+
left: 0;
|
|
1561
|
+
transform: translateY(-50%);
|
|
1562
|
+
width: 52%;
|
|
1563
|
+
height: 36px;
|
|
1564
|
+
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
1565
|
+
z-index: -1;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
1569
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
1570
|
+
display: flex;
|
|
1571
|
+
justify-content: center;
|
|
1572
|
+
align-items: center;
|
|
1573
|
+
height: 100%;
|
|
1574
|
+
margin-top: 2rem;
|
|
1575
|
+
margin-bottom: 2rem;
|
|
1254
1576
|
}
|
|
1255
1577
|
|
|
1256
1578
|
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
@@ -1347,519 +1669,204 @@
|
|
|
1347
1669
|
}
|
|
1348
1670
|
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
1349
1671
|
margin-inline-start: 0.5rem;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
/* src/atom/
|
|
1353
|
-
|
|
1354
|
-
/* ============================================================
|
|
1355
|
-
Outer wrapper — the rounded gray card that contains the table
|
|
1356
|
-
============================================================ */
|
|
1357
|
-
.Table-module__tableWrapper___3cqiD{
|
|
1358
|
-
border-radius: 0.75rem;
|
|
1359
|
-
border-width: 1px;
|
|
1360
|
-
border-style: solid;
|
|
1361
|
-
--tw-border-opacity: 1;
|
|
1362
|
-
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
1363
|
-
--tw-bg-opacity: 1;
|
|
1364
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1365
|
-
overflow: hidden;
|
|
1366
|
-
}
|
|
1367
|
-
.Table-module__tableWrapper___3cqiD.Table-module__isAccordion___-uIs6, .Table-module__tableWrapper___3cqiD.Table-module__isToolbar___LdS-m {
|
|
1368
|
-
background: transparent !important;
|
|
1369
|
-
border: none !important;
|
|
1370
|
-
border-radius: 0;
|
|
1371
|
-
padding: 0;
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
/* ============================================================
|
|
1375
|
-
AntD Table overrides
|
|
1376
|
-
============================================================ */
|
|
1377
|
-
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1378
|
-
padding: 4px;
|
|
1379
|
-
background: #F1F3F5;
|
|
1380
|
-
}
|
|
1381
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table{
|
|
1382
|
-
background-color: transparent;
|
|
1383
|
-
font-size: 0.875rem;
|
|
1384
|
-
line-height: 1.25rem;
|
|
1385
|
-
}
|
|
1386
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-container {
|
|
1387
|
-
/* Lift the white body card off the gray wrapper */
|
|
1388
|
-
filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.06));
|
|
1389
|
-
}
|
|
1390
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1391
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
|
|
1392
|
-
background: transparent !important;
|
|
1393
|
-
--tw-text-opacity: 1 !important;
|
|
1394
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
|
|
1395
|
-
font-weight: 500 !important;
|
|
1396
|
-
font-size: 0.688rem !important;
|
|
1397
|
-
line-height: 14px !important;
|
|
1398
|
-
padding-left: 1.5rem !important;
|
|
1399
|
-
padding-right: 1.5rem !important;
|
|
1400
|
-
padding-bottom: 1rem !important;
|
|
1401
|
-
padding-top: 0.75rem !important;
|
|
1402
|
-
border-bottom: none !important;
|
|
1403
|
-
}
|
|
1404
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th::before,
|
|
1405
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td::before {
|
|
1406
|
-
display: none !important;
|
|
1407
|
-
}
|
|
1408
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1409
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
|
|
1410
|
-
/* Fixed columns need a solid background to prevent overlapping */
|
|
1411
|
-
}
|
|
1412
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th.ant-table-cell-fix-left, .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th.ant-table-cell-fix-right,
|
|
1413
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td.ant-table-cell-fix-left,
|
|
1414
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td.ant-table-cell-fix-right {
|
|
1415
|
-
background: #F1F3F5 !important;
|
|
1416
|
-
z-index: 2 !important;
|
|
1417
|
-
}
|
|
1418
|
-
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1419
|
-
/* ---- Force Fix Column Shadow Always Visible ---- */
|
|
1420
|
-
}
|
|
1421
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-cell-fix-left-last::after {
|
|
1422
|
-
position: absolute;
|
|
1423
|
-
top: 0;
|
|
1424
|
-
right: 0;
|
|
1425
|
-
bottom: -1px;
|
|
1426
|
-
width: 40px;
|
|
1427
|
-
transform: translateX(100%);
|
|
1428
|
-
transition: box-shadow 0.3s;
|
|
1429
|
-
content: "";
|
|
1430
|
-
pointer-events: none;
|
|
1431
|
-
/* Large, soft shadow extending right */
|
|
1432
|
-
box-shadow: inset 20px 0 20px -20px rgba(0, 0, 0, 0.15) !important;
|
|
1433
|
-
opacity: 1 !important;
|
|
1434
|
-
}
|
|
1435
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-cell-fix-right-first::after {
|
|
1436
|
-
position: absolute;
|
|
1437
|
-
top: 0;
|
|
1438
|
-
bottom: -1px;
|
|
1439
|
-
left: 0;
|
|
1440
|
-
width: 40px;
|
|
1441
|
-
transform: translateX(-100%);
|
|
1442
|
-
transition: box-shadow 0.3s;
|
|
1443
|
-
content: "";
|
|
1444
|
-
pointer-events: none;
|
|
1445
|
-
/* Large, soft shadow extending left */
|
|
1446
|
-
box-shadow: inset -20px 0 20px -20px rgba(0, 0, 0, 0.15) !important;
|
|
1447
|
-
opacity: 1 !important;
|
|
1448
|
-
}
|
|
1449
|
-
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1450
|
-
/* ---- Body cells ---- */
|
|
1451
|
-
}
|
|
1452
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
|
|
1453
|
-
padding-left: 1.5rem;
|
|
1454
|
-
padding-right: 1.5rem;
|
|
1455
|
-
padding-top: 1rem;
|
|
1456
|
-
padding-bottom: 1rem;
|
|
1457
|
-
--tw-bg-opacity: 1 !important;
|
|
1458
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
|
|
1459
|
-
--tw-text-opacity: 1 !important;
|
|
1460
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
|
|
1461
|
-
font-weight: 400 !important;
|
|
1462
|
-
font-size: 0.75rem !important;
|
|
1463
|
-
line-height: 16px !important;
|
|
1464
|
-
border-bottom: none !important;
|
|
1465
|
-
}
|
|
1466
|
-
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1467
|
-
/* Round the four corners of the white body card */
|
|
1468
|
-
}
|
|
1469
|
-
.Table-module__table___5d7g0.ant-table-wrapper .Table-module__firstRow___Xq-Hi > td:first-child {
|
|
1470
|
-
border-top-left-radius: 12px !important;
|
|
1471
|
-
}
|
|
1472
|
-
.Table-module__table___5d7g0.ant-table-wrapper .Table-module__firstRow___Xq-Hi > td:last-child {
|
|
1473
|
-
border-top-right-radius: 12px !important;
|
|
1474
|
-
}
|
|
1475
|
-
.Table-module__table___5d7g0.ant-table-wrapper .Table-module__lastRow___ahv4g > td:first-child {
|
|
1476
|
-
border-bottom-left-radius: 12px !important;
|
|
1477
|
-
}
|
|
1478
|
-
.Table-module__table___5d7g0.ant-table-wrapper .Table-module__lastRow___ahv4g > td:last-child {
|
|
1479
|
-
border-bottom-right-radius: 12px !important;
|
|
1480
|
-
}
|
|
1481
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:first-child > td:first-child {
|
|
1482
|
-
border-top-left-radius: 12px;
|
|
1483
|
-
}
|
|
1484
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:first-child > td:last-child {
|
|
1485
|
-
border-top-right-radius: 12px;
|
|
1486
|
-
}
|
|
1487
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:last-child > td:first-child {
|
|
1488
|
-
border-bottom-left-radius: 12px;
|
|
1489
|
-
}
|
|
1490
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:last-child > td:last-child {
|
|
1491
|
-
border-bottom-right-radius: 12px;
|
|
1492
|
-
}
|
|
1493
|
-
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1494
|
-
/* ---- Loading & Empty State ---- */
|
|
1495
|
-
}
|
|
1496
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-spin-nested-loading .ant-spin .ant-spin-dot-item {
|
|
1497
|
-
background-color: #9ca3af !important;
|
|
1498
|
-
}
|
|
1499
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-placeholder .ant-table-cell {
|
|
1500
|
-
background: #F1F3F5 !important;
|
|
1501
|
-
border-bottom: none !important;
|
|
1502
|
-
padding: 48px 24px !important;
|
|
1503
|
-
text-align: center !important;
|
|
1504
|
-
min-height: 300px;
|
|
1505
|
-
}
|
|
1506
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-placeholder .ant-table-cell.ant-table-cell-fix-left, .Table-module__table___5d7g0.ant-table-wrapper .ant-table-placeholder .ant-table-cell.ant-table-cell-fix-right {
|
|
1507
|
-
background: #F1F3F5 !important;
|
|
1508
|
-
}
|
|
1509
|
-
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1510
|
-
/* ---- Hover effect (controlled separately via .showHoverEffect) ---- */
|
|
1511
|
-
}
|
|
1512
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:hover > td{
|
|
1513
|
-
--tw-bg-opacity: 1;
|
|
1514
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1515
|
-
/* default: no visual hover change */
|
|
1516
|
-
}
|
|
1517
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1518
|
-
display: flex;
|
|
1519
|
-
align-items: center;
|
|
1520
|
-
justify-content: space-between;
|
|
1521
|
-
flex-wrap: wrap;
|
|
1522
|
-
gap: 8px;
|
|
1523
|
-
padding-left: 1.5rem;
|
|
1524
|
-
padding-right: 1.5rem;
|
|
1525
|
-
padding-top: 1rem;
|
|
1526
|
-
padding-bottom: 1rem;
|
|
1527
|
-
background: #ffffff;
|
|
1528
|
-
border-radius: 12px;
|
|
1529
|
-
margin: 8px 4px 4px 4px !important;
|
|
1530
|
-
filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.06));
|
|
1531
|
-
/* AntD re-orders items; we use order to match design layout */
|
|
1532
|
-
}
|
|
1533
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
1534
|
-
order: -1;
|
|
1535
|
-
/* "Rows per page" on the far left */
|
|
1536
|
-
margin-inline-end: auto;
|
|
1537
|
-
display: flex;
|
|
1538
|
-
align-items: center;
|
|
1539
|
-
gap: 8px;
|
|
1540
|
-
/* Inject the "Rows per page:" label text via ::before */
|
|
1541
|
-
}
|
|
1542
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options::before {
|
|
1543
|
-
content: "Rows per page:";
|
|
1544
|
-
font-size: 13px;
|
|
1545
|
-
color: #6b7280;
|
|
1546
|
-
white-space: nowrap;
|
|
1547
|
-
}
|
|
1548
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
|
|
1549
|
-
border-radius: 6px !important;
|
|
1550
|
-
border-color: #d1d5db !important;
|
|
1551
|
-
font-size: 13px;
|
|
1552
|
-
color: #374151;
|
|
1553
|
-
min-width: 64px;
|
|
1554
|
-
}
|
|
1555
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-focused .ant-select-selector {
|
|
1556
|
-
border-color: #ec5d25 !important;
|
|
1557
|
-
box-shadow: 0 0 0 2px rgba(236, 93, 37, 0.15) !important;
|
|
1558
|
-
}
|
|
1559
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1560
|
-
/* Total text: "1–10 of 108 items" — centred */
|
|
1561
|
-
}
|
|
1562
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-total-text {
|
|
1563
|
-
order: 0;
|
|
1564
|
-
font-size: 13px;
|
|
1565
|
-
color: #6b7280;
|
|
1566
|
-
flex: 1;
|
|
1567
|
-
text-align: center;
|
|
1568
|
-
}
|
|
1569
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
|
|
1570
|
-
/* Page buttons group — far right */
|
|
1571
|
-
}
|
|
1572
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev,
|
|
1573
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
1574
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item,
|
|
1575
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev,
|
|
1576
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next {
|
|
1577
|
-
order: 1;
|
|
1578
|
-
min-width: 32px;
|
|
1579
|
-
height: 32px;
|
|
1580
|
-
border-radius: 6px;
|
|
1581
|
-
border: 1px solid #e5e7eb;
|
|
1582
|
-
background: #fff;
|
|
1583
|
-
font-size: 13px;
|
|
1584
|
-
display: inline-flex;
|
|
1585
|
-
align-items: center;
|
|
1586
|
-
justify-content: center;
|
|
1587
|
-
margin: 0;
|
|
1588
|
-
transition: background 0.15s, border-color 0.15s, color 0.15s;
|
|
1589
|
-
}
|
|
1590
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev a,
|
|
1591
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev button,
|
|
1592
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next a,
|
|
1593
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next button,
|
|
1594
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item a,
|
|
1595
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item button,
|
|
1596
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev a,
|
|
1597
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev button,
|
|
1598
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next a,
|
|
1599
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next button {
|
|
1600
|
-
color: #374151;
|
|
1601
|
-
font-size: 13px;
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
/* src/atom/Button/Button.module.scss */
|
|
1675
|
+
.Button-module__button___cLCyl {
|
|
1602
1676
|
display: flex;
|
|
1603
1677
|
align-items: center;
|
|
1604
1678
|
justify-content: center;
|
|
1679
|
+
gap: 0.25rem;
|
|
1680
|
+
border-radius: 0.5rem;
|
|
1605
1681
|
}
|
|
1606
|
-
.
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover:not(.ant-pagination-disabled) {
|
|
1611
|
-
border-color: #d1d5db;
|
|
1612
|
-
background: #f3f4f6;
|
|
1613
|
-
}
|
|
1614
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled) a,
|
|
1615
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled) a,
|
|
1616
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item:hover:not(.ant-pagination-disabled) a,
|
|
1617
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover:not(.ant-pagination-disabled) a,
|
|
1618
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover:not(.ant-pagination-disabled) a {
|
|
1619
|
-
color: #374151;
|
|
1682
|
+
.Button-module__button___cLCyl.Button-module__size_large___S-mbU {
|
|
1683
|
+
height: 56px;
|
|
1684
|
+
padding-left: 1rem;
|
|
1685
|
+
padding-right: 1rem;
|
|
1620
1686
|
}
|
|
1621
|
-
.
|
|
1622
|
-
|
|
1687
|
+
.Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
|
|
1688
|
+
width: 56px;
|
|
1623
1689
|
}
|
|
1624
|
-
.
|
|
1625
|
-
|
|
1626
|
-
|
|
1690
|
+
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
|
|
1691
|
+
height: 40px;
|
|
1692
|
+
padding-left: 0.75rem;
|
|
1693
|
+
padding-right: 0.75rem;
|
|
1627
1694
|
}
|
|
1628
|
-
.
|
|
1629
|
-
|
|
1630
|
-
font-weight: 600;
|
|
1695
|
+
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
|
|
1696
|
+
width: 40px;
|
|
1631
1697
|
}
|
|
1632
|
-
.
|
|
1633
|
-
|
|
1698
|
+
.Button-module__button___cLCyl.Button-module__size_small___IUeei {
|
|
1699
|
+
height: 32px;
|
|
1700
|
+
padding-left: 0.5rem;
|
|
1701
|
+
padding-right: 0.5rem;
|
|
1634
1702
|
}
|
|
1635
|
-
.
|
|
1636
|
-
|
|
1637
|
-
color: #9ca3af !important;
|
|
1638
|
-
/* default grey dots */
|
|
1703
|
+
.Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
|
|
1704
|
+
width: 32px;
|
|
1639
1705
|
}
|
|
1640
|
-
.
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1706
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
|
|
1707
|
+
--tw-bg-opacity: 1;
|
|
1708
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1709
|
+
border-width: 1px;
|
|
1710
|
+
border-style: solid;
|
|
1711
|
+
--tw-border-opacity: 1;
|
|
1712
|
+
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
1713
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1644
1714
|
}
|
|
1645
|
-
.
|
|
1646
|
-
|
|
1715
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:active {
|
|
1716
|
+
--tw-bg-opacity: 1;
|
|
1717
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1718
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1647
1719
|
}
|
|
1648
|
-
.
|
|
1649
|
-
|
|
1650
|
-
cursor: not-allowed;
|
|
1720
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
|
|
1721
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1651
1722
|
}
|
|
1652
|
-
.
|
|
1653
|
-
|
|
1723
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
|
|
1724
|
+
--tw-text-opacity: 1;
|
|
1725
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1654
1726
|
}
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
gap: 12px;
|
|
1659
|
-
}
|
|
1660
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
1661
|
-
width: 100%;
|
|
1662
|
-
justify-content: center;
|
|
1663
|
-
margin-inline-end: 0;
|
|
1664
|
-
order: 0;
|
|
1665
|
-
}
|
|
1666
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-total-text {
|
|
1667
|
-
width: 100%;
|
|
1668
|
-
order: -1;
|
|
1669
|
-
}
|
|
1727
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
|
|
1728
|
+
--tw-text-opacity: 1;
|
|
1729
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1670
1730
|
}
|
|
1671
|
-
.
|
|
1672
|
-
|
|
1731
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9 {
|
|
1732
|
+
--tw-text-opacity: 1;
|
|
1733
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1673
1734
|
}
|
|
1674
|
-
.
|
|
1675
|
-
|
|
1676
|
-
|
|
1735
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9:hover {
|
|
1736
|
+
--tw-text-opacity: 1;
|
|
1737
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1677
1738
|
}
|
|
1678
|
-
.
|
|
1679
|
-
|
|
1739
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__disabled___nwPn4 {
|
|
1740
|
+
--tw-text-opacity: 1;
|
|
1741
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1680
1742
|
}
|
|
1681
|
-
.
|
|
1682
|
-
border-
|
|
1743
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
|
|
1744
|
+
border-width: 1px;
|
|
1745
|
+
border-style: solid;
|
|
1746
|
+
--tw-bg-opacity: 1;
|
|
1747
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1748
|
+
--tw-border-opacity: 1;
|
|
1749
|
+
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
1750
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1683
1751
|
}
|
|
1684
|
-
.
|
|
1685
|
-
|
|
1752
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:active {
|
|
1753
|
+
--tw-bg-opacity: 1;
|
|
1754
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1755
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1686
1756
|
}
|
|
1687
|
-
.
|
|
1688
|
-
|
|
1757
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
|
|
1758
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1689
1759
|
}
|
|
1690
|
-
.
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner,
|
|
1694
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-wrapper:hover .ant-checkbox-indeterminate:not(.ant-checkbox-disabled) .ant-checkbox-inner,
|
|
1695
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-indeterminate:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
|
|
1696
|
-
border-color: #ec5d25 !important;
|
|
1760
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
|
|
1761
|
+
--tw-text-opacity: 1;
|
|
1762
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1697
1763
|
}
|
|
1698
|
-
.
|
|
1699
|
-
|
|
1764
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
|
|
1765
|
+
--tw-text-opacity: 1;
|
|
1766
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1700
1767
|
}
|
|
1701
|
-
.
|
|
1702
|
-
|
|
1768
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9 {
|
|
1769
|
+
--tw-text-opacity: 1;
|
|
1770
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1703
1771
|
}
|
|
1704
|
-
.
|
|
1705
|
-
|
|
1772
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9:hover {
|
|
1773
|
+
--tw-text-opacity: 1;
|
|
1774
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1706
1775
|
}
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
background-color:
|
|
1711
|
-
|
|
1776
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
|
|
1777
|
+
border-width: 1px;
|
|
1778
|
+
--tw-bg-opacity: 1;
|
|
1779
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1780
|
+
border-style: solid;
|
|
1781
|
+
--tw-border-opacity: 1;
|
|
1782
|
+
border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
|
|
1783
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1712
1784
|
}
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
/* hover variant — rows tint on mouse-over */
|
|
1718
|
-
.Table-module__showHoverEffect___IyKyO .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:hover > td{
|
|
1719
|
-
--tw-bg-opacity: 1 !important;
|
|
1720
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
|
|
1785
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:active {
|
|
1786
|
+
--tw-bg-opacity: 1;
|
|
1787
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1788
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1721
1789
|
}
|
|
1722
|
-
|
|
1723
|
-
.
|
|
1724
|
-
display: flex;
|
|
1725
|
-
align-items: center;
|
|
1726
|
-
justify-content: space-between;
|
|
1727
|
-
width: 100%;
|
|
1728
|
-
gap: 8px;
|
|
1790
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
|
|
1791
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1729
1792
|
}
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
align-items: center;
|
|
1734
|
-
gap: 4px;
|
|
1735
|
-
min-width: 0;
|
|
1736
|
-
flex: 1;
|
|
1793
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
|
|
1794
|
+
--tw-text-opacity: 1;
|
|
1795
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1737
1796
|
}
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
display: inline-flex;
|
|
1742
|
-
align-items: center;
|
|
1743
|
-
gap: 6px;
|
|
1744
|
-
background: none;
|
|
1745
|
-
border: none;
|
|
1746
|
-
padding: 0;
|
|
1747
|
-
cursor: pointer;
|
|
1748
|
-
min-width: 0;
|
|
1797
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
|
|
1798
|
+
--tw-text-opacity: 1;
|
|
1799
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1749
1800
|
}
|
|
1750
|
-
.
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
border-radius: 3px;
|
|
1801
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9 {
|
|
1802
|
+
--tw-text-opacity: 1;
|
|
1803
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1754
1804
|
}
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
overflow: hidden;
|
|
1759
|
-
text-overflow: ellipsis;
|
|
1760
|
-
line-height: normal;
|
|
1761
|
-
text-transform: none !important;
|
|
1805
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9:hover {
|
|
1806
|
+
--tw-text-opacity: 1;
|
|
1807
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1762
1808
|
}
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1809
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
|
|
1810
|
+
--tw-bg-opacity: 1;
|
|
1811
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1812
|
+
border-width: 1px;
|
|
1813
|
+
border-style: solid;
|
|
1814
|
+
--tw-border-opacity: 1;
|
|
1815
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1816
|
+
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
1771
1817
|
}
|
|
1772
|
-
.
|
|
1773
|
-
|
|
1774
|
-
|
|
1818
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
|
|
1819
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1820
|
+
--tw-border-opacity: 1;
|
|
1821
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1775
1822
|
}
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
.Table-module__columnHeaderFilterWrapper___DnSve {
|
|
1779
|
-
position: relative;
|
|
1780
|
-
flex-shrink: 0;
|
|
1823
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
|
|
1824
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1781
1825
|
}
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
background: none;
|
|
1788
|
-
border: none;
|
|
1789
|
-
padding: 2px 3px;
|
|
1790
|
-
cursor: pointer;
|
|
1791
|
-
color: #9ca3af;
|
|
1792
|
-
line-height: 0;
|
|
1793
|
-
border-radius: 4px;
|
|
1794
|
-
transition: color 0.15s, background 0.15s;
|
|
1826
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
|
|
1827
|
+
background-color: transparent;
|
|
1828
|
+
border-width: 0px;
|
|
1829
|
+
border-style: none;
|
|
1830
|
+
box-shadow: none;
|
|
1795
1831
|
}
|
|
1796
|
-
.
|
|
1797
|
-
|
|
1798
|
-
|
|
1832
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
|
|
1833
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1834
|
+
border-style: none;
|
|
1835
|
+
--tw-bg-opacity: 1;
|
|
1836
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1799
1837
|
}
|
|
1800
|
-
.
|
|
1801
|
-
|
|
1802
|
-
|
|
1838
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
|
|
1839
|
+
--tw-bg-opacity: 1;
|
|
1840
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
1803
1841
|
}
|
|
1804
|
-
.
|
|
1805
|
-
|
|
1806
|
-
/* brand red when filter is applied */
|
|
1842
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
|
|
1843
|
+
outline: 2px solid rgba(236, 93, 37, 0.2);
|
|
1807
1844
|
}
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
padding: 0 4px;
|
|
1816
|
-
background: #ec5d25;
|
|
1817
|
-
color: #fff;
|
|
1818
|
-
font-size: 10px;
|
|
1819
|
-
font-weight: 600;
|
|
1820
|
-
border-radius: 8px;
|
|
1821
|
-
line-height: 1;
|
|
1845
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
|
|
1846
|
+
background-color: transparent;
|
|
1847
|
+
padding: 0px;
|
|
1848
|
+
border-width: 0px;
|
|
1849
|
+
border-style: none;
|
|
1850
|
+
height: auto;
|
|
1851
|
+
box-shadow: none;
|
|
1822
1852
|
}
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
.Table-module__columnHeaderFilterDropdown___M-fD4 {
|
|
1826
|
-
position: absolute;
|
|
1827
|
-
top: calc(100% + 6px);
|
|
1828
|
-
right: 0;
|
|
1829
|
-
z-index: 100;
|
|
1830
|
-
background: #fff;
|
|
1831
|
-
border: 1px solid #e5e7eb;
|
|
1832
|
-
border-radius: 8px;
|
|
1833
|
-
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
|
|
1834
|
-
min-width: 180px;
|
|
1853
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
|
|
1854
|
+
text-decoration: underline;
|
|
1835
1855
|
}
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
position: absolute;
|
|
1841
|
-
top: 50%;
|
|
1842
|
-
right: 0;
|
|
1843
|
-
transform: translateY(-50%);
|
|
1844
|
-
width: 50%;
|
|
1845
|
-
height: 36px;
|
|
1846
|
-
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
1847
|
-
z-index: -1;
|
|
1856
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
|
|
1857
|
+
box-shadow: none;
|
|
1858
|
+
border-style: none;
|
|
1859
|
+
background-color: transparent;
|
|
1848
1860
|
}
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
left: 0;
|
|
1855
|
-
transform: translateY(-50%);
|
|
1856
|
-
width: 52%;
|
|
1857
|
-
height: 36px;
|
|
1858
|
-
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
1859
|
-
z-index: -1;
|
|
1861
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
|
|
1862
|
+
background-color: transparent;
|
|
1863
|
+
}
|
|
1864
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
|
|
1865
|
+
outline: none;
|
|
1860
1866
|
}
|
|
1861
1867
|
|
|
1862
1868
|
/* src/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.module.scss */
|
|
1869
|
+
@charset "UTF-8";
|
|
1863
1870
|
.AdvancedDateRangePicker-module__root___udir8 {
|
|
1864
1871
|
display: flex;
|
|
1865
1872
|
flex-direction: column;
|
|
@@ -1868,14 +1875,11 @@
|
|
|
1868
1875
|
border-radius: 16px;
|
|
1869
1876
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
|
|
1870
1877
|
overflow: hidden;
|
|
1871
|
-
width:
|
|
1872
|
-
width: fit-content;
|
|
1873
|
-
min-width: 900px;
|
|
1878
|
+
width: 707px;
|
|
1874
1879
|
font-family: "Inter", system-ui, -apple-system, sans-serif;
|
|
1875
1880
|
}
|
|
1876
|
-
@media (max-width:
|
|
1881
|
+
@media (max-width: 768px) {
|
|
1877
1882
|
.AdvancedDateRangePicker-module__root___udir8 {
|
|
1878
|
-
min-width: 100%;
|
|
1879
1883
|
width: 100%;
|
|
1880
1884
|
}
|
|
1881
1885
|
}
|
|
@@ -1884,25 +1888,25 @@
|
|
|
1884
1888
|
display: flex;
|
|
1885
1889
|
flex-direction: row;
|
|
1886
1890
|
}
|
|
1887
|
-
@media (max-width:
|
|
1891
|
+
@media (max-width: 768px) {
|
|
1888
1892
|
.AdvancedDateRangePicker-module__inner___P4OHa {
|
|
1889
1893
|
flex-direction: column;
|
|
1890
1894
|
}
|
|
1891
1895
|
}
|
|
1892
1896
|
|
|
1893
1897
|
/* ====================================================================
|
|
1894
|
-
Left (Presets Sidebar)
|
|
1898
|
+
Left (Presets Sidebar) — fixed 140px
|
|
1895
1899
|
==================================================================== */
|
|
1896
1900
|
.AdvancedDateRangePicker-module__left___T6E84 {
|
|
1897
|
-
width:
|
|
1901
|
+
width: 158px;
|
|
1898
1902
|
flex-shrink: 0;
|
|
1899
1903
|
border-right: 1px solid #f3f4f6;
|
|
1900
|
-
padding:
|
|
1904
|
+
padding: 12px 8px;
|
|
1901
1905
|
display: flex;
|
|
1902
1906
|
flex-direction: column;
|
|
1903
1907
|
background: #ffffff;
|
|
1904
1908
|
}
|
|
1905
|
-
@media (max-width:
|
|
1909
|
+
@media (max-width: 768px) {
|
|
1906
1910
|
.AdvancedDateRangePicker-module__left___T6E84 {
|
|
1907
1911
|
width: 100%;
|
|
1908
1912
|
border-right: none;
|
|
@@ -1920,26 +1924,30 @@
|
|
|
1920
1924
|
}
|
|
1921
1925
|
|
|
1922
1926
|
.AdvancedDateRangePicker-module__sidebarItem___-NXPm {
|
|
1923
|
-
display:
|
|
1924
|
-
width:
|
|
1925
|
-
margin: 2px
|
|
1927
|
+
display: flex;
|
|
1928
|
+
width: 142px;
|
|
1929
|
+
margin: 2px 0;
|
|
1926
1930
|
text-align: left;
|
|
1927
|
-
background:
|
|
1931
|
+
background: var(--White, #FFF);
|
|
1928
1932
|
border: none;
|
|
1929
1933
|
cursor: pointer;
|
|
1930
1934
|
padding: 10px 16px;
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
border-radius: 8px;
|
|
1935
|
+
align-items: center;
|
|
1936
|
+
color: var(--text-subtle, #363E4F);
|
|
1937
|
+
border-radius: 6px;
|
|
1935
1938
|
transition: all 0.2s;
|
|
1936
1939
|
white-space: nowrap;
|
|
1940
|
+
font-family: Inter, sans-serif;
|
|
1941
|
+
font-size: 14px;
|
|
1942
|
+
font-style: normal;
|
|
1943
|
+
font-weight: 400;
|
|
1944
|
+
line-height: 20px;
|
|
1937
1945
|
}
|
|
1938
1946
|
.AdvancedDateRangePicker-module__sidebarItem___-NXPm:hover {
|
|
1939
1947
|
background: #f9fafb;
|
|
1940
1948
|
color: #111827;
|
|
1941
1949
|
}
|
|
1942
|
-
@media (max-width:
|
|
1950
|
+
@media (max-width: 768px) {
|
|
1943
1951
|
.AdvancedDateRangePicker-module__sidebarItem___-NXPm {
|
|
1944
1952
|
width: auto;
|
|
1945
1953
|
margin: 0;
|
|
@@ -1948,81 +1956,105 @@
|
|
|
1948
1956
|
}
|
|
1949
1957
|
|
|
1950
1958
|
.AdvancedDateRangePicker-module__sidebarItemActive___5GmBY {
|
|
1951
|
-
background: #
|
|
1952
|
-
color: #
|
|
1959
|
+
background: var(--color-orange-50, #FFF1E1) !important;
|
|
1960
|
+
color: var(--text-primary, #EC5D25) !important;
|
|
1961
|
+
font-weight: 500 !important;
|
|
1962
|
+
border-radius: 6px !important;
|
|
1953
1963
|
}
|
|
1954
1964
|
|
|
1955
1965
|
/* ====================================================================
|
|
1956
|
-
Main (Header + Body)
|
|
1966
|
+
Main (Header + Body) — 567px (707 - 140)
|
|
1957
1967
|
==================================================================== */
|
|
1958
1968
|
.AdvancedDateRangePicker-module__main___G4MU9 {
|
|
1959
|
-
|
|
1969
|
+
width: 549px;
|
|
1970
|
+
flex-shrink: 0;
|
|
1960
1971
|
display: flex;
|
|
1961
1972
|
flex-direction: column;
|
|
1962
1973
|
min-width: 0;
|
|
1963
1974
|
}
|
|
1975
|
+
@media (max-width: 768px) {
|
|
1976
|
+
.AdvancedDateRangePicker-module__main___G4MU9 {
|
|
1977
|
+
width: 100%;
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1964
1980
|
|
|
1965
1981
|
/* ====================================================================
|
|
1966
|
-
Header
|
|
1982
|
+
Header — split into timezone (156px) + separator + date-time (rest)
|
|
1983
|
+
Background #F9FAFB
|
|
1967
1984
|
==================================================================== */
|
|
1968
1985
|
.AdvancedDateRangePicker-module__header___mxXEE {
|
|
1969
1986
|
display: flex;
|
|
1970
|
-
align-items:
|
|
1971
|
-
|
|
1972
|
-
border-bottom: 1px solid #
|
|
1973
|
-
gap: 0;
|
|
1987
|
+
align-items: stretch;
|
|
1988
|
+
background: #f9fafb;
|
|
1989
|
+
border-bottom: 1px solid #e5e7eb;
|
|
1974
1990
|
}
|
|
1975
1991
|
@media (max-width: 768px) {
|
|
1976
1992
|
.AdvancedDateRangePicker-module__header___mxXEE {
|
|
1977
1993
|
flex-direction: column;
|
|
1978
1994
|
align-items: flex-start;
|
|
1979
|
-
gap: 20px;
|
|
1980
|
-
padding: 20px;
|
|
1981
1995
|
}
|
|
1982
1996
|
}
|
|
1983
1997
|
|
|
1984
|
-
|
|
1998
|
+
/* Timezone column — fixed 156px */
|
|
1999
|
+
.AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
2000
|
+
width: 156px;
|
|
2001
|
+
flex-shrink: 0;
|
|
1985
2002
|
display: flex;
|
|
1986
2003
|
flex-direction: column;
|
|
1987
2004
|
gap: 10px;
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
.AdvancedDateRangePicker-module__headerLabel___Yvhkr {
|
|
1991
|
-
font-size: 16px;
|
|
1992
|
-
font-weight: 500;
|
|
1993
|
-
color: #111827;
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
.AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
1997
|
-
padding-right: 32px;
|
|
2005
|
+
padding: 20px 16px;
|
|
2006
|
+
border-right: 1px solid #e5e7eb;
|
|
1998
2007
|
}
|
|
1999
2008
|
@media (max-width: 768px) {
|
|
2000
2009
|
.AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
2001
|
-
padding-right: 0;
|
|
2002
2010
|
width: 100%;
|
|
2011
|
+
border-right: none;
|
|
2012
|
+
border-bottom: 1px solid #e5e7eb;
|
|
2013
|
+
padding: 16px;
|
|
2003
2014
|
}
|
|
2004
2015
|
}
|
|
2005
2016
|
|
|
2017
|
+
/* Date-time area — takes remaining space */
|
|
2006
2018
|
.AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2007
|
-
|
|
2019
|
+
flex: 1;
|
|
2008
2020
|
display: flex;
|
|
2009
|
-
gap:
|
|
2010
|
-
align-items:
|
|
2021
|
+
gap: 0;
|
|
2022
|
+
align-items: stretch;
|
|
2011
2023
|
}
|
|
2012
2024
|
@media (max-width: 768px) {
|
|
2013
2025
|
.AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2014
|
-
padding-left: 0;
|
|
2015
2026
|
flex-direction: column;
|
|
2016
2027
|
width: 100%;
|
|
2017
|
-
gap: 20px;
|
|
2018
2028
|
}
|
|
2019
2029
|
}
|
|
2020
2030
|
|
|
2031
|
+
.AdvancedDateRangePicker-module__headerGroup___J7mJB {
|
|
2032
|
+
display: flex;
|
|
2033
|
+
flex-direction: column;
|
|
2034
|
+
gap: 10px;
|
|
2035
|
+
padding: 20px 8px;
|
|
2036
|
+
flex: 1;
|
|
2037
|
+
/* Except when used inside timezoneWrapper — that sets its own padding */
|
|
2038
|
+
}
|
|
2039
|
+
.AdvancedDateRangePicker-module__timezoneWrapper___886Qm > .AdvancedDateRangePicker-module__headerGroup___J7mJB {
|
|
2040
|
+
padding: 0;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.AdvancedDateRangePicker-module__headerLabel___Yvhkr {
|
|
2044
|
+
color: var(--text-neutral, #111827);
|
|
2045
|
+
font-family: Inter, sans-serif;
|
|
2046
|
+
font-size: 14px;
|
|
2047
|
+
font-style: normal;
|
|
2048
|
+
font-weight: 500;
|
|
2049
|
+
line-height: 20px;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
/* Vertical divider between From and To groups */
|
|
2021
2053
|
.AdvancedDateRangePicker-module__headerSeparator___Vwx6P {
|
|
2022
2054
|
width: 1px;
|
|
2023
|
-
height: 50px;
|
|
2024
2055
|
background: #e5e7eb;
|
|
2025
2056
|
flex-shrink: 0;
|
|
2057
|
+
align-self: stretch;
|
|
2026
2058
|
}
|
|
2027
2059
|
@media (max-width: 768px) {
|
|
2028
2060
|
.AdvancedDateRangePicker-module__headerSeparator___Vwx6P {
|
|
@@ -2034,17 +2066,26 @@
|
|
|
2034
2066
|
-webkit-appearance: none;
|
|
2035
2067
|
-moz-appearance: none;
|
|
2036
2068
|
appearance: none;
|
|
2037
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='
|
|
2069
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
|
|
2038
2070
|
background-repeat: no-repeat;
|
|
2039
|
-
background-position: right
|
|
2040
|
-
padding:
|
|
2041
|
-
border:
|
|
2042
|
-
border
|
|
2043
|
-
|
|
2044
|
-
color: #111827;
|
|
2045
|
-
|
|
2071
|
+
background-position: right 8px center;
|
|
2072
|
+
padding: 4px 24px 4px 8px;
|
|
2073
|
+
border-radius: 6px;
|
|
2074
|
+
border: 0.83px solid var(--border-neutral-layer-2, #D3D8DF);
|
|
2075
|
+
background-color: var(--background-white, #FFF);
|
|
2076
|
+
color: var(--text-neutral, #111827);
|
|
2077
|
+
font-family: Inter, sans-serif;
|
|
2078
|
+
font-size: 12px;
|
|
2079
|
+
font-style: normal;
|
|
2080
|
+
font-weight: 500;
|
|
2081
|
+
line-height: 16px;
|
|
2046
2082
|
cursor: pointer;
|
|
2047
|
-
|
|
2083
|
+
width: 107.32px;
|
|
2084
|
+
height: 24px;
|
|
2085
|
+
box-sizing: border-box;
|
|
2086
|
+
display: flex;
|
|
2087
|
+
align-items: center;
|
|
2088
|
+
gap: 4px;
|
|
2048
2089
|
outline: none;
|
|
2049
2090
|
}
|
|
2050
2091
|
.AdvancedDateRangePicker-module__timezoneSelect___f4oln:focus {
|
|
@@ -2053,15 +2094,69 @@
|
|
|
2053
2094
|
}
|
|
2054
2095
|
.AdvancedDateRangePicker-module__timezoneSelect___f4oln:disabled {
|
|
2055
2096
|
background-color: #f3f4f6;
|
|
2097
|
+
background-image: none;
|
|
2056
2098
|
cursor: not-allowed;
|
|
2057
|
-
color: #
|
|
2099
|
+
color: #374151;
|
|
2100
|
+
border-color: #e5e7eb;
|
|
2058
2101
|
}
|
|
2059
2102
|
@media (max-width: 768px) {
|
|
2060
2103
|
.AdvancedDateRangePicker-module__timezoneSelect___f4oln {
|
|
2061
|
-
|
|
2104
|
+
width: 100%;
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
|
|
2109
|
+
width: 107.32px !important;
|
|
2110
|
+
height: 24px;
|
|
2111
|
+
}
|
|
2112
|
+
@media (max-width: 768px) {
|
|
2113
|
+
.AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
|
|
2114
|
+
width: 100% !important;
|
|
2115
|
+
max-width: 120px !important;
|
|
2116
|
+
}
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
.AdvancedDateRangePicker-module__timezoneSelectInput___ol0-7 {
|
|
2120
|
+
padding-right: 24px !important;
|
|
2121
|
+
text-overflow: ellipsis !important;
|
|
2122
|
+
white-space: nowrap !important;
|
|
2123
|
+
overflow: hidden !important;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
.AdvancedDateRangePicker-module__timezoneDisabledBadge___VBxOd {
|
|
2127
|
+
width: 107.32px;
|
|
2128
|
+
height: 24px;
|
|
2129
|
+
box-sizing: border-box;
|
|
2130
|
+
display: flex;
|
|
2131
|
+
padding: 4px 8px;
|
|
2132
|
+
align-items: center;
|
|
2133
|
+
gap: 4px;
|
|
2134
|
+
border-radius: 6px;
|
|
2135
|
+
border: 0.83px solid var(--border-neutral-layer-2, #D3D8DF);
|
|
2136
|
+
background: #f3f4f6;
|
|
2137
|
+
color: var(--text-neutral, #111827);
|
|
2138
|
+
font-family: Inter, sans-serif;
|
|
2139
|
+
font-size: 12px;
|
|
2140
|
+
font-style: normal;
|
|
2141
|
+
font-weight: 500;
|
|
2142
|
+
line-height: 16px;
|
|
2143
|
+
}
|
|
2144
|
+
@media (max-width: 768px) {
|
|
2145
|
+
.AdvancedDateRangePicker-module__timezoneDisabledBadge___VBxOd {
|
|
2146
|
+
width: 100% !important;
|
|
2147
|
+
max-width: 120px !important;
|
|
2062
2148
|
}
|
|
2063
2149
|
}
|
|
2064
2150
|
|
|
2151
|
+
.AdvancedDateRangePicker-module__inputWrapper___bFFNF {
|
|
2152
|
+
display: flex;
|
|
2153
|
+
flex-direction: column;
|
|
2154
|
+
gap: 3px;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
/* ====================================================================
|
|
2158
|
+
Date & Time inputs
|
|
2159
|
+
==================================================================== */
|
|
2065
2160
|
.AdvancedDateRangePicker-module__dateTimeColumn___tdDV3 {
|
|
2066
2161
|
display: flex;
|
|
2067
2162
|
flex-direction: column;
|
|
@@ -2075,25 +2170,51 @@
|
|
|
2075
2170
|
|
|
2076
2171
|
.AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
|
|
2077
2172
|
display: flex;
|
|
2078
|
-
align-items:
|
|
2079
|
-
gap:
|
|
2173
|
+
align-items: flex-start;
|
|
2174
|
+
gap: 6px;
|
|
2080
2175
|
}
|
|
2081
2176
|
@media (max-width: 768px) {
|
|
2082
2177
|
.AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
|
|
2083
2178
|
width: 100%;
|
|
2084
|
-
justify-content:
|
|
2179
|
+
justify-content: flex-start;
|
|
2180
|
+
gap: 16px;
|
|
2085
2181
|
}
|
|
2086
2182
|
}
|
|
2087
2183
|
|
|
2088
2184
|
.AdvancedDateRangePicker-module__dateInput___0t9ww {
|
|
2089
|
-
width:
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2185
|
+
width: 90px;
|
|
2186
|
+
height: 24px;
|
|
2187
|
+
box-sizing: border-box;
|
|
2188
|
+
display: flex;
|
|
2189
|
+
padding: 4px 8px;
|
|
2190
|
+
align-items: center;
|
|
2191
|
+
gap: 4px;
|
|
2192
|
+
border-radius: 6px;
|
|
2193
|
+
border: 0.83px solid var(--border-neutral-layer-2, #D3D8DF);
|
|
2194
|
+
background: var(--background-white, #FFF);
|
|
2195
|
+
color: var(--text-neutral, #111827);
|
|
2196
|
+
font-family: Inter, sans-serif;
|
|
2197
|
+
font-size: 12px;
|
|
2198
|
+
font-style: normal;
|
|
2199
|
+
font-weight: 500;
|
|
2200
|
+
line-height: 16px;
|
|
2095
2201
|
outline: none;
|
|
2096
|
-
|
|
2202
|
+
}
|
|
2203
|
+
.AdvancedDateRangePicker-module__dateInput___0t9ww::-moz-placeholder {
|
|
2204
|
+
font-family: Inter, sans-serif;
|
|
2205
|
+
font-size: 12px;
|
|
2206
|
+
font-style: normal;
|
|
2207
|
+
font-weight: 500;
|
|
2208
|
+
line-height: 16px;
|
|
2209
|
+
color: #9ca3af;
|
|
2210
|
+
}
|
|
2211
|
+
.AdvancedDateRangePicker-module__dateInput___0t9ww::placeholder {
|
|
2212
|
+
font-family: Inter, sans-serif;
|
|
2213
|
+
font-size: 12px;
|
|
2214
|
+
font-style: normal;
|
|
2215
|
+
font-weight: 500;
|
|
2216
|
+
line-height: 16px;
|
|
2217
|
+
color: #9ca3af;
|
|
2097
2218
|
}
|
|
2098
2219
|
.AdvancedDateRangePicker-module__dateInput___0t9ww:focus {
|
|
2099
2220
|
border-color: #ec5d25;
|
|
@@ -2102,27 +2223,41 @@
|
|
|
2102
2223
|
.AdvancedDateRangePicker-module__dateInput___0t9ww.AdvancedDateRangePicker-module__inputError___A5hid {
|
|
2103
2224
|
border-color: #ef4444;
|
|
2104
2225
|
}
|
|
2105
|
-
@media (max-width: 768px) {
|
|
2106
|
-
.AdvancedDateRangePicker-module__dateInput___0t9ww {
|
|
2107
|
-
flex: 1;
|
|
2108
|
-
}
|
|
2109
|
-
}
|
|
2110
2226
|
|
|
2111
2227
|
.AdvancedDateRangePicker-module__timeInput___Jalr9 {
|
|
2112
|
-
width:
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2228
|
+
width: 70px;
|
|
2229
|
+
height: 24px;
|
|
2230
|
+
box-sizing: border-box;
|
|
2231
|
+
display: flex;
|
|
2232
|
+
padding: 4px 8px;
|
|
2233
|
+
align-items: center;
|
|
2234
|
+
gap: 4px;
|
|
2235
|
+
border-radius: 6px;
|
|
2236
|
+
border: 0.83px solid var(--border-neutral-layer-2, #D3D8DF);
|
|
2237
|
+
background: var(--background-white, #FFF);
|
|
2238
|
+
color: var(--text-neutral, #111827);
|
|
2239
|
+
font-family: Inter, sans-serif;
|
|
2240
|
+
font-size: 12px;
|
|
2241
|
+
font-style: normal;
|
|
2242
|
+
font-weight: 500;
|
|
2243
|
+
line-height: 16px;
|
|
2119
2244
|
outline: none;
|
|
2120
2245
|
text-align: center;
|
|
2121
2246
|
}
|
|
2122
2247
|
.AdvancedDateRangePicker-module__timeInput___Jalr9::-moz-placeholder {
|
|
2248
|
+
font-family: Inter, sans-serif;
|
|
2249
|
+
font-size: 12px;
|
|
2250
|
+
font-style: normal;
|
|
2251
|
+
font-weight: 500;
|
|
2252
|
+
line-height: 16px;
|
|
2123
2253
|
color: #9ca3af;
|
|
2124
2254
|
}
|
|
2125
2255
|
.AdvancedDateRangePicker-module__timeInput___Jalr9::placeholder {
|
|
2256
|
+
font-family: Inter, sans-serif;
|
|
2257
|
+
font-size: 12px;
|
|
2258
|
+
font-style: normal;
|
|
2259
|
+
font-weight: 500;
|
|
2260
|
+
line-height: 16px;
|
|
2126
2261
|
color: #9ca3af;
|
|
2127
2262
|
}
|
|
2128
2263
|
.AdvancedDateRangePicker-module__timeInput___Jalr9:focus {
|
|
@@ -2131,30 +2266,27 @@
|
|
|
2131
2266
|
}
|
|
2132
2267
|
.AdvancedDateRangePicker-module__timeInput___Jalr9.AdvancedDateRangePicker-module__inputError___A5hid {
|
|
2133
2268
|
border-color: #ef4444;
|
|
2134
|
-
|
|
2135
|
-
@media (max-width: 768px) {
|
|
2136
|
-
.AdvancedDateRangePicker-module__timeInput___Jalr9 {
|
|
2137
|
-
width: 110px;
|
|
2138
|
-
}
|
|
2269
|
+
background: #fff5f5;
|
|
2139
2270
|
}
|
|
2140
2271
|
|
|
2272
|
+
/* Error message — sits BELOW the input row for both date and time */
|
|
2141
2273
|
.AdvancedDateRangePicker-module__errorMessage___gx7ag {
|
|
2142
|
-
font-size:
|
|
2274
|
+
font-size: 11px;
|
|
2143
2275
|
color: #ef4444;
|
|
2144
2276
|
font-weight: 500;
|
|
2145
|
-
margin-
|
|
2277
|
+
margin-top: 2px;
|
|
2146
2278
|
}
|
|
2147
2279
|
|
|
2148
2280
|
/* ====================================================================
|
|
2149
2281
|
Body
|
|
2150
2282
|
==================================================================== */
|
|
2151
2283
|
.AdvancedDateRangePicker-module__body___f8XYj {
|
|
2152
|
-
padding: 24px
|
|
2284
|
+
padding: 20px 24px;
|
|
2153
2285
|
flex: 1;
|
|
2154
2286
|
}
|
|
2155
2287
|
@media (max-width: 768px) {
|
|
2156
2288
|
.AdvancedDateRangePicker-module__body___f8XYj {
|
|
2157
|
-
padding:
|
|
2289
|
+
padding: 16px;
|
|
2158
2290
|
}
|
|
2159
2291
|
}
|
|
2160
2292
|
|
|
@@ -2162,24 +2294,26 @@
|
|
|
2162
2294
|
Footer
|
|
2163
2295
|
==================================================================== */
|
|
2164
2296
|
.AdvancedDateRangePicker-module__footer___rsJ2w {
|
|
2165
|
-
|
|
2297
|
+
height: 64px;
|
|
2298
|
+
box-sizing: border-box;
|
|
2299
|
+
padding: 12px 24px;
|
|
2166
2300
|
display: flex;
|
|
2167
2301
|
justify-content: flex-end;
|
|
2302
|
+
align-items: center;
|
|
2168
2303
|
background: #ffffff;
|
|
2169
2304
|
border-top: 1px solid #f3f4f6;
|
|
2170
2305
|
}
|
|
2171
2306
|
@media (max-width: 768px) {
|
|
2172
2307
|
.AdvancedDateRangePicker-module__footer___rsJ2w {
|
|
2173
|
-
|
|
2174
|
-
justify-content: center;
|
|
2308
|
+
justify-content: flex-end;
|
|
2175
2309
|
}
|
|
2176
2310
|
}
|
|
2177
2311
|
|
|
2178
2312
|
.AdvancedDateRangePicker-module__doneBtn___mt-Sv {
|
|
2179
|
-
padding:
|
|
2313
|
+
padding: 12px 48px;
|
|
2180
2314
|
border: none;
|
|
2181
2315
|
border-radius: 100px;
|
|
2182
|
-
font-size:
|
|
2316
|
+
font-size: 15px;
|
|
2183
2317
|
font-weight: 600;
|
|
2184
2318
|
color: #fff;
|
|
2185
2319
|
background: #ec5d25;
|
|
@@ -2196,6 +2330,7 @@
|
|
|
2196
2330
|
background: #f3a07a;
|
|
2197
2331
|
cursor: not-allowed;
|
|
2198
2332
|
box-shadow: none;
|
|
2333
|
+
transform: none;
|
|
2199
2334
|
}
|
|
2200
2335
|
@media (max-width: 768px) {
|
|
2201
2336
|
.AdvancedDateRangePicker-module__doneBtn___mt-Sv {
|