@itilite/lumina-ui 1.0.15-alpha → 1.0.16-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.
|
@@ -6,8 +6,8 @@ import "../../chunk-GU5F7Z7I.mjs";
|
|
|
6
6
|
import "../../chunk-MLCMZRUC.mjs";
|
|
7
7
|
import "../../chunk-FPH63V2R.mjs";
|
|
8
8
|
import "../../chunk-ZTRM4HZJ.mjs";
|
|
9
|
-
import "../../chunk-AF2RKLH6.mjs";
|
|
10
9
|
import "../../chunk-QKTMWS4J.mjs";
|
|
10
|
+
import "../../chunk-AF2RKLH6.mjs";
|
|
11
11
|
import "../../chunk-FWCSY2DS.mjs";
|
|
12
12
|
export {
|
|
13
13
|
AdvancedDateRangePicker,
|
package/dist/index.mjs
CHANGED
|
@@ -2,23 +2,26 @@ import {
|
|
|
2
2
|
UserProfile_default
|
|
3
3
|
} from "./chunk-N2WTNCQU.mjs";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
} from "./chunk-
|
|
5
|
+
Tag_default
|
|
6
|
+
} from "./chunk-4VZB2KR2.mjs";
|
|
7
|
+
import {
|
|
8
|
+
Radio_default
|
|
9
|
+
} from "./chunk-2EBPXGRY.mjs";
|
|
7
10
|
import {
|
|
8
11
|
RangePicker_default
|
|
9
12
|
} from "./chunk-PSBEYGD4.mjs";
|
|
10
|
-
import {
|
|
11
|
-
Slider_default
|
|
12
|
-
} from "./chunk-D3N7VFER.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Switch_default
|
|
15
15
|
} from "./chunk-MNARBWAJ.mjs";
|
|
16
|
+
import {
|
|
17
|
+
Slider_default
|
|
18
|
+
} from "./chunk-D3N7VFER.mjs";
|
|
16
19
|
import {
|
|
17
20
|
Table_default
|
|
18
21
|
} from "./chunk-GOIABK2Y.mjs";
|
|
19
22
|
import {
|
|
20
|
-
|
|
21
|
-
} from "./chunk-
|
|
23
|
+
Avatar_default
|
|
24
|
+
} from "./chunk-IWO2Y5QX.mjs";
|
|
22
25
|
import {
|
|
23
26
|
AdvancedDateRangePicker_default
|
|
24
27
|
} from "./chunk-Z3N4E2C5.mjs";
|
|
@@ -30,21 +33,18 @@ import {
|
|
|
30
33
|
} from "./chunk-MLCMZRUC.mjs";
|
|
31
34
|
import "./chunk-FPH63V2R.mjs";
|
|
32
35
|
import "./chunk-ZTRM4HZJ.mjs";
|
|
33
|
-
import {
|
|
34
|
-
Avatar_default
|
|
35
|
-
} from "./chunk-IWO2Y5QX.mjs";
|
|
36
36
|
import {
|
|
37
37
|
Checkbox_default
|
|
38
38
|
} from "./chunk-UQZNUEZE.mjs";
|
|
39
|
-
import {
|
|
40
|
-
Button_default
|
|
41
|
-
} from "./chunk-AF2RKLH6.mjs";
|
|
42
39
|
import {
|
|
43
40
|
LoadingSpinner_default
|
|
44
41
|
} from "./chunk-QKTMWS4J.mjs";
|
|
45
42
|
import {
|
|
46
|
-
|
|
47
|
-
} from "./chunk-
|
|
43
|
+
Modal_default
|
|
44
|
+
} from "./chunk-UQJ3BDM4.mjs";
|
|
45
|
+
import {
|
|
46
|
+
Button_default
|
|
47
|
+
} from "./chunk-AF2RKLH6.mjs";
|
|
48
48
|
import "./chunk-FWCSY2DS.mjs";
|
|
49
49
|
export {
|
|
50
50
|
AdvancedDateRangePicker_default as AdvancedDateRangePicker,
|
package/dist/styles.css
CHANGED
|
@@ -775,198 +775,240 @@
|
|
|
775
775
|
background-color: white !important;
|
|
776
776
|
}
|
|
777
777
|
|
|
778
|
-
/* src/atom/
|
|
779
|
-
.
|
|
778
|
+
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
779
|
+
.Checkbox-module__checkbox___xxg5L {
|
|
780
780
|
display: flex;
|
|
781
781
|
align-items: center;
|
|
782
|
-
justify-content: center;
|
|
783
|
-
gap: 0.25rem;
|
|
784
|
-
border-radius: 0.5rem;
|
|
785
782
|
}
|
|
786
|
-
.
|
|
787
|
-
height:
|
|
788
|
-
|
|
789
|
-
padding-right: 1rem;
|
|
783
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
784
|
+
height: 16px;
|
|
785
|
+
width: 16px;
|
|
790
786
|
}
|
|
791
|
-
.
|
|
792
|
-
|
|
787
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
788
|
+
height: 20px;
|
|
789
|
+
width: 20px;
|
|
793
790
|
}
|
|
794
|
-
.
|
|
795
|
-
|
|
796
|
-
padding-left: 0.75rem;
|
|
797
|
-
padding-right: 0.75rem;
|
|
791
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
792
|
+
inset-inline-start: 27%;
|
|
798
793
|
}
|
|
799
|
-
.
|
|
800
|
-
|
|
794
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
795
|
+
height: 24px;
|
|
796
|
+
width: 24px;
|
|
801
797
|
}
|
|
802
|
-
.
|
|
803
|
-
|
|
804
|
-
padding-left: 0.5rem;
|
|
805
|
-
padding-right: 0.5rem;
|
|
798
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
799
|
+
inset-inline-start: 33%;
|
|
806
800
|
}
|
|
807
|
-
.
|
|
808
|
-
|
|
801
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
802
|
+
border-color: #ec5d25;
|
|
803
|
+
background-color: #ec5d25;
|
|
809
804
|
}
|
|
810
|
-
.
|
|
805
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
806
|
+
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
807
|
+
.ant-checkbox-inner {
|
|
811
808
|
--tw-bg-opacity: 1;
|
|
812
|
-
background-color: rgb(
|
|
813
|
-
border-width: 1px;
|
|
814
|
-
border-style: solid;
|
|
815
|
-
--tw-border-opacity: 1;
|
|
816
|
-
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
817
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
809
|
+
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
818
810
|
}
|
|
819
|
-
.
|
|
820
|
-
|
|
821
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
822
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
811
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
812
|
+
outline: 2px solid #0a65e7;
|
|
823
813
|
}
|
|
824
|
-
.
|
|
825
|
-
|
|
814
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
|
|
815
|
+
cursor: not-allowed;
|
|
826
816
|
}
|
|
827
|
-
.
|
|
828
|
-
|
|
829
|
-
color:
|
|
817
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
818
|
+
opacity: 0.5;
|
|
819
|
+
border-color: #ec5d25;
|
|
820
|
+
background-color: #ec5d25;
|
|
830
821
|
}
|
|
831
|
-
.
|
|
832
|
-
|
|
833
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
822
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
823
|
+
border-color: #ffffff;
|
|
834
824
|
}
|
|
835
|
-
.
|
|
836
|
-
|
|
837
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
825
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
826
|
+
border-color: #b6bac3;
|
|
838
827
|
}
|
|
839
|
-
.
|
|
840
|
-
|
|
841
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
828
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
829
|
+
border-color: #6b7280;
|
|
842
830
|
}
|
|
843
|
-
.
|
|
844
|
-
|
|
845
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
831
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
832
|
+
outline: 2px solid #0a65e7;
|
|
846
833
|
}
|
|
847
|
-
.
|
|
848
|
-
|
|
849
|
-
border-style: solid;
|
|
850
|
-
--tw-bg-opacity: 1;
|
|
851
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
852
|
-
--tw-border-opacity: 1;
|
|
853
|
-
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
854
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
834
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
|
|
835
|
+
cursor: not-allowed;
|
|
855
836
|
}
|
|
856
|
-
.
|
|
857
|
-
|
|
858
|
-
background-color:
|
|
859
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
837
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
|
|
838
|
+
border-color: #b6bac3;
|
|
839
|
+
background-color: #f9fafb;
|
|
860
840
|
}
|
|
861
|
-
.
|
|
862
|
-
|
|
841
|
+
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
842
|
+
color: #363e4f;
|
|
863
843
|
}
|
|
864
|
-
.
|
|
865
|
-
|
|
866
|
-
|
|
844
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
|
|
845
|
+
color: #363e4f;
|
|
846
|
+
font-weight: 400;
|
|
847
|
+
font-size: 0.875rem;
|
|
848
|
+
line-height: 20px;
|
|
867
849
|
}
|
|
868
|
-
.
|
|
869
|
-
|
|
870
|
-
|
|
850
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
|
|
851
|
+
color: #363e4f;
|
|
852
|
+
font-weight: 500;
|
|
853
|
+
font-size: 0.875rem;
|
|
854
|
+
line-height: 20px;
|
|
871
855
|
}
|
|
872
|
-
.
|
|
873
|
-
|
|
874
|
-
color:
|
|
856
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
857
|
+
opacity: 0.5;
|
|
858
|
+
border-color: #ec5d25;
|
|
859
|
+
background-color: #ec5d25;
|
|
875
860
|
}
|
|
876
|
-
.
|
|
861
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
862
|
+
border-color: #ffffff;
|
|
863
|
+
}
|
|
864
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
865
|
+
border-color: #ec5d25 !important;
|
|
866
|
+
background-color: #ec5d25 !important;
|
|
867
|
+
}
|
|
868
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
869
|
+
inset-inline-start: 50%;
|
|
870
|
+
width: 60%;
|
|
871
|
+
height: 3px;
|
|
872
|
+
border-radius: 4px;
|
|
873
|
+
background: white;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
877
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
878
|
+
display: flex;
|
|
879
|
+
justify-content: center;
|
|
880
|
+
align-items: center;
|
|
881
|
+
height: 100%;
|
|
882
|
+
margin-top: 2rem;
|
|
883
|
+
margin-bottom: 2rem;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
/* src/atom/Tag/Tag.module.scss */
|
|
887
|
+
.Tag-module__tag___PIkhI {
|
|
888
|
+
border-radius: 0.25rem;
|
|
889
|
+
padding: 0.25rem;
|
|
890
|
+
font-weight: 500;
|
|
891
|
+
font-size: 12px;
|
|
892
|
+
line-height: .75rem;
|
|
893
|
+
--tw-bg-opacity: 1;
|
|
894
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
895
|
+
height: -moz-max-content;
|
|
896
|
+
height: max-content;
|
|
877
897
|
--tw-text-opacity: 1;
|
|
878
898
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
899
|
+
border-width: 0px
|
|
879
900
|
}
|
|
880
|
-
.
|
|
881
|
-
|
|
901
|
+
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
902
|
+
padding-top: 2px;
|
|
903
|
+
padding-bottom: 2px;
|
|
904
|
+
padding-left: 0.25rem;
|
|
905
|
+
padding-right: 0.25rem;
|
|
906
|
+
font-size: 0.625rem;
|
|
907
|
+
line-height: .75rem
|
|
908
|
+
}
|
|
909
|
+
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
882
910
|
--tw-bg-opacity: 1;
|
|
883
|
-
background-color: rgb(
|
|
884
|
-
border-style: solid;
|
|
885
|
-
--tw-border-opacity: 1;
|
|
886
|
-
border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
|
|
887
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
911
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
888
912
|
}
|
|
889
|
-
.
|
|
913
|
+
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
890
914
|
--tw-bg-opacity: 1;
|
|
891
|
-
background-color: rgb(
|
|
892
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
915
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
893
916
|
}
|
|
894
|
-
.
|
|
895
|
-
|
|
917
|
+
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
918
|
+
--tw-bg-opacity: 1;
|
|
919
|
+
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
|
|
896
920
|
}
|
|
897
|
-
.
|
|
898
|
-
--tw-
|
|
899
|
-
color: rgb(
|
|
921
|
+
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
922
|
+
--tw-bg-opacity: 1;
|
|
923
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
900
924
|
}
|
|
901
|
-
.
|
|
902
|
-
--tw-
|
|
903
|
-
color: rgb(
|
|
925
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
926
|
+
--tw-bg-opacity: 1;
|
|
927
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
904
928
|
}
|
|
905
|
-
.
|
|
906
|
-
--tw-
|
|
907
|
-
color: rgb(
|
|
929
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
930
|
+
--tw-bg-opacity: 1;
|
|
931
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
908
932
|
}
|
|
909
|
-
.
|
|
910
|
-
--tw-
|
|
911
|
-
color: rgb(
|
|
933
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
934
|
+
--tw-bg-opacity: 1;
|
|
935
|
+
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
|
|
912
936
|
}
|
|
913
|
-
.
|
|
937
|
+
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
914
938
|
--tw-bg-opacity: 1;
|
|
915
|
-
background-color: rgb(255
|
|
916
|
-
border-width: 1px;
|
|
917
|
-
border-style: solid;
|
|
918
|
-
--tw-border-opacity: 1;
|
|
919
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
920
|
-
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
939
|
+
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
|
|
921
940
|
}
|
|
922
|
-
.
|
|
923
|
-
|
|
924
|
-
--tw-
|
|
925
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
941
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
942
|
+
--tw-bg-opacity: 1;
|
|
943
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
926
944
|
}
|
|
927
|
-
|
|
928
|
-
|
|
945
|
+
|
|
946
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
947
|
+
.Radio-module__radio___1CPAk {
|
|
948
|
+
display: flex;
|
|
949
|
+
align-items: center;
|
|
929
950
|
}
|
|
930
|
-
.
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
border-style: none;
|
|
934
|
-
box-shadow: none;
|
|
951
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
952
|
+
height: 16px;
|
|
953
|
+
width: 16px;
|
|
935
954
|
}
|
|
936
|
-
.
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
--tw-bg-opacity: 1;
|
|
940
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
955
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
956
|
+
height: 20px;
|
|
957
|
+
width: 20px;
|
|
941
958
|
}
|
|
942
|
-
.
|
|
943
|
-
|
|
944
|
-
|
|
959
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
960
|
+
height: 24px;
|
|
961
|
+
width: 24px;
|
|
945
962
|
}
|
|
946
|
-
.
|
|
947
|
-
|
|
963
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
964
|
+
border-color: #EC5D25;
|
|
965
|
+
background-color: #EC5D25;
|
|
948
966
|
}
|
|
949
|
-
.
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
border-width: 0px;
|
|
953
|
-
border-style: none;
|
|
954
|
-
height: auto;
|
|
955
|
-
box-shadow: none;
|
|
967
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
968
|
+
border-color: #B94710;
|
|
969
|
+
background-color: #B94710;
|
|
956
970
|
}
|
|
957
|
-
.
|
|
958
|
-
|
|
971
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
972
|
+
outline: 2px solid #0A65E7;
|
|
959
973
|
}
|
|
960
|
-
.
|
|
961
|
-
|
|
962
|
-
border-style: none;
|
|
963
|
-
background-color: transparent;
|
|
974
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
975
|
+
cursor: not-allowed;
|
|
964
976
|
}
|
|
965
|
-
.
|
|
966
|
-
|
|
977
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
978
|
+
border-color: #B6BAC3;
|
|
979
|
+
background-color: #B6BAC3;
|
|
967
980
|
}
|
|
968
|
-
.
|
|
969
|
-
|
|
981
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
982
|
+
transform: scale(0.375);
|
|
983
|
+
background-color: #FFFFFF;
|
|
984
|
+
}
|
|
985
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
986
|
+
border-color: #B6BAC3;
|
|
987
|
+
}
|
|
988
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
989
|
+
border-color: #6B7280;
|
|
990
|
+
}
|
|
991
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
992
|
+
outline: 2px solid #0A65E7;
|
|
993
|
+
}
|
|
994
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
995
|
+
cursor: not-allowed;
|
|
996
|
+
}
|
|
997
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
998
|
+
border-color: #B6BAC3;
|
|
999
|
+
background-color: #F9FAFB;
|
|
1000
|
+
}
|
|
1001
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
1002
|
+
color: #363E4F;
|
|
1003
|
+
font-weight: 400;
|
|
1004
|
+
font-size: 0.875rem;
|
|
1005
|
+
line-height: 20px;
|
|
1006
|
+
}
|
|
1007
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
1008
|
+
color: #363E4F;
|
|
1009
|
+
font-weight: 500;
|
|
1010
|
+
font-size: 0.875rem;
|
|
1011
|
+
line-height: 20px;
|
|
970
1012
|
}
|
|
971
1013
|
|
|
972
1014
|
/* src/atom/Switch/Switch.module.scss */
|
|
@@ -987,16 +1029,6 @@
|
|
|
987
1029
|
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
988
1030
|
}
|
|
989
1031
|
|
|
990
|
-
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
991
|
-
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
992
|
-
display: flex;
|
|
993
|
-
justify-content: center;
|
|
994
|
-
align-items: center;
|
|
995
|
-
height: 100%;
|
|
996
|
-
margin-top: 2rem;
|
|
997
|
-
margin-bottom: 2rem;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
1032
|
/* src/atom/Slider/Slider.module.scss */
|
|
1001
1033
|
.Slider-module__label___9Uea- {
|
|
1002
1034
|
font-size: 13px;
|
|
@@ -1033,162 +1065,198 @@
|
|
|
1033
1065
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1034
1066
|
}
|
|
1035
1067
|
|
|
1036
|
-
/* src/atom/
|
|
1037
|
-
.
|
|
1068
|
+
/* src/atom/Button/Button.module.scss */
|
|
1069
|
+
.Button-module__button___cLCyl {
|
|
1038
1070
|
display: flex;
|
|
1039
1071
|
align-items: center;
|
|
1072
|
+
justify-content: center;
|
|
1073
|
+
gap: 0.25rem;
|
|
1074
|
+
border-radius: 0.5rem;
|
|
1040
1075
|
}
|
|
1041
|
-
.
|
|
1042
|
-
height:
|
|
1043
|
-
|
|
1076
|
+
.Button-module__button___cLCyl.Button-module__size_large___S-mbU {
|
|
1077
|
+
height: 56px;
|
|
1078
|
+
padding-left: 1rem;
|
|
1079
|
+
padding-right: 1rem;
|
|
1044
1080
|
}
|
|
1045
|
-
.
|
|
1046
|
-
|
|
1047
|
-
width: 20px;
|
|
1081
|
+
.Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
|
|
1082
|
+
width: 56px;
|
|
1048
1083
|
}
|
|
1049
|
-
.
|
|
1050
|
-
|
|
1084
|
+
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
|
|
1085
|
+
height: 40px;
|
|
1086
|
+
padding-left: 0.75rem;
|
|
1087
|
+
padding-right: 0.75rem;
|
|
1051
1088
|
}
|
|
1052
|
-
.
|
|
1053
|
-
|
|
1054
|
-
width: 24px;
|
|
1089
|
+
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
|
|
1090
|
+
width: 40px;
|
|
1055
1091
|
}
|
|
1056
|
-
.
|
|
1057
|
-
|
|
1092
|
+
.Button-module__button___cLCyl.Button-module__size_small___IUeei {
|
|
1093
|
+
height: 32px;
|
|
1094
|
+
padding-left: 0.5rem;
|
|
1095
|
+
padding-right: 0.5rem;
|
|
1058
1096
|
}
|
|
1059
|
-
.
|
|
1060
|
-
|
|
1061
|
-
background-color: #ec5d25;
|
|
1097
|
+
.Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
|
|
1098
|
+
width: 32px;
|
|
1062
1099
|
}
|
|
1063
|
-
.
|
|
1064
|
-
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
1065
|
-
.ant-checkbox-inner {
|
|
1100
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
|
|
1066
1101
|
--tw-bg-opacity: 1;
|
|
1067
|
-
background-color: rgb(
|
|
1102
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1103
|
+
border-width: 1px;
|
|
1104
|
+
border-style: solid;
|
|
1105
|
+
--tw-border-opacity: 1;
|
|
1106
|
+
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
1107
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1068
1108
|
}
|
|
1069
|
-
.
|
|
1070
|
-
|
|
1109
|
+
.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 {
|
|
1110
|
+
--tw-bg-opacity: 1;
|
|
1111
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1112
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1071
1113
|
}
|
|
1072
|
-
.
|
|
1073
|
-
|
|
1114
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
|
|
1115
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1116
|
+
}
|
|
1117
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
|
|
1118
|
+
--tw-text-opacity: 1;
|
|
1119
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1120
|
+
}
|
|
1121
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
|
|
1122
|
+
--tw-text-opacity: 1;
|
|
1123
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1124
|
+
}
|
|
1125
|
+
.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 {
|
|
1126
|
+
--tw-text-opacity: 1;
|
|
1127
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1128
|
+
}
|
|
1129
|
+
.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 {
|
|
1130
|
+
--tw-text-opacity: 1;
|
|
1131
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1074
1132
|
}
|
|
1075
|
-
.
|
|
1076
|
-
opacity:
|
|
1077
|
-
|
|
1078
|
-
background-color: #ec5d25;
|
|
1133
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__disabled___nwPn4 {
|
|
1134
|
+
--tw-text-opacity: 1;
|
|
1135
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1079
1136
|
}
|
|
1080
|
-
.
|
|
1081
|
-
border-
|
|
1137
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
|
|
1138
|
+
border-width: 1px;
|
|
1139
|
+
border-style: solid;
|
|
1140
|
+
--tw-bg-opacity: 1;
|
|
1141
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1142
|
+
--tw-border-opacity: 1;
|
|
1143
|
+
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
1144
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1082
1145
|
}
|
|
1083
|
-
.
|
|
1084
|
-
|
|
1146
|
+
.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 {
|
|
1147
|
+
--tw-bg-opacity: 1;
|
|
1148
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1149
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1085
1150
|
}
|
|
1086
|
-
.
|
|
1087
|
-
|
|
1151
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
|
|
1152
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1088
1153
|
}
|
|
1089
|
-
.
|
|
1090
|
-
|
|
1154
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
|
|
1155
|
+
--tw-text-opacity: 1;
|
|
1156
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1091
1157
|
}
|
|
1092
|
-
.
|
|
1093
|
-
|
|
1158
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
|
|
1159
|
+
--tw-text-opacity: 1;
|
|
1160
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1094
1161
|
}
|
|
1095
|
-
.
|
|
1096
|
-
|
|
1097
|
-
|
|
1162
|
+
.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 {
|
|
1163
|
+
--tw-text-opacity: 1;
|
|
1164
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1098
1165
|
}
|
|
1099
|
-
.
|
|
1100
|
-
|
|
1166
|
+
.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 {
|
|
1167
|
+
--tw-text-opacity: 1;
|
|
1168
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1101
1169
|
}
|
|
1102
|
-
.
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1170
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
|
|
1171
|
+
border-width: 1px;
|
|
1172
|
+
--tw-bg-opacity: 1;
|
|
1173
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1174
|
+
border-style: solid;
|
|
1175
|
+
--tw-border-opacity: 1;
|
|
1176
|
+
border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
|
|
1177
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1107
1178
|
}
|
|
1108
|
-
.
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
line-height: 20px;
|
|
1179
|
+
.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 {
|
|
1180
|
+
--tw-bg-opacity: 1;
|
|
1181
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1182
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1113
1183
|
}
|
|
1114
|
-
.
|
|
1115
|
-
|
|
1116
|
-
border-color: #ec5d25;
|
|
1117
|
-
background-color: #ec5d25;
|
|
1184
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
|
|
1185
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1118
1186
|
}
|
|
1119
|
-
.
|
|
1120
|
-
|
|
1187
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
|
|
1188
|
+
--tw-text-opacity: 1;
|
|
1189
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1121
1190
|
}
|
|
1122
|
-
.
|
|
1123
|
-
|
|
1124
|
-
|
|
1191
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
|
|
1192
|
+
--tw-text-opacity: 1;
|
|
1193
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1125
1194
|
}
|
|
1126
|
-
.
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
height: 3px;
|
|
1130
|
-
border-radius: 4px;
|
|
1131
|
-
background: white;
|
|
1195
|
+
.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 {
|
|
1196
|
+
--tw-text-opacity: 1;
|
|
1197
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1132
1198
|
}
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
font-weight: 500;
|
|
1139
|
-
font-size: 12px;
|
|
1140
|
-
line-height: .75rem;
|
|
1199
|
+
.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 {
|
|
1200
|
+
--tw-text-opacity: 1;
|
|
1201
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1202
|
+
}
|
|
1203
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
|
|
1141
1204
|
--tw-bg-opacity: 1;
|
|
1142
1205
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
--tw-
|
|
1146
|
-
color: rgb(
|
|
1147
|
-
|
|
1206
|
+
border-width: 1px;
|
|
1207
|
+
border-style: solid;
|
|
1208
|
+
--tw-border-opacity: 1;
|
|
1209
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1210
|
+
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
1148
1211
|
}
|
|
1149
|
-
.
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
padding-right: 0.25rem;
|
|
1154
|
-
font-size: 0.625rem;
|
|
1155
|
-
line-height: .75rem
|
|
1212
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
|
|
1213
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1214
|
+
--tw-border-opacity: 1;
|
|
1215
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1156
1216
|
}
|
|
1157
|
-
.
|
|
1158
|
-
|
|
1159
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1217
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
|
|
1218
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1160
1219
|
}
|
|
1161
|
-
.
|
|
1162
|
-
|
|
1163
|
-
|
|
1220
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
|
|
1221
|
+
background-color: transparent;
|
|
1222
|
+
border-width: 0px;
|
|
1223
|
+
border-style: none;
|
|
1224
|
+
box-shadow: none;
|
|
1164
1225
|
}
|
|
1165
|
-
.
|
|
1226
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
|
|
1227
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1228
|
+
border-style: none;
|
|
1166
1229
|
--tw-bg-opacity: 1;
|
|
1167
|
-
background-color: rgb(
|
|
1230
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1168
1231
|
}
|
|
1169
|
-
.
|
|
1232
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
|
|
1170
1233
|
--tw-bg-opacity: 1;
|
|
1171
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1234
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
1172
1235
|
}
|
|
1173
|
-
.
|
|
1174
|
-
|
|
1175
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1236
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
|
|
1237
|
+
outline: 2px solid rgba(236, 93, 37, 0.2);
|
|
1176
1238
|
}
|
|
1177
|
-
.
|
|
1178
|
-
|
|
1179
|
-
|
|
1239
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
|
|
1240
|
+
background-color: transparent;
|
|
1241
|
+
padding: 0px;
|
|
1242
|
+
border-width: 0px;
|
|
1243
|
+
border-style: none;
|
|
1244
|
+
height: auto;
|
|
1245
|
+
box-shadow: none;
|
|
1180
1246
|
}
|
|
1181
|
-
.
|
|
1182
|
-
|
|
1183
|
-
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
|
|
1247
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
|
|
1248
|
+
text-decoration: underline;
|
|
1184
1249
|
}
|
|
1185
|
-
.
|
|
1186
|
-
|
|
1187
|
-
|
|
1250
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
|
|
1251
|
+
box-shadow: none;
|
|
1252
|
+
border-style: none;
|
|
1253
|
+
background-color: transparent;
|
|
1188
1254
|
}
|
|
1189
|
-
.
|
|
1190
|
-
|
|
1191
|
-
|
|
1255
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
|
|
1256
|
+
background-color: transparent;
|
|
1257
|
+
}
|
|
1258
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
|
|
1259
|
+
outline: none;
|
|
1192
1260
|
}
|
|
1193
1261
|
|
|
1194
1262
|
/* src/atom/Modal/Modal.module.scss */
|
|
@@ -1264,74 +1332,6 @@
|
|
|
1264
1332
|
margin-inline-start: 0.5rem;
|
|
1265
1333
|
}
|
|
1266
1334
|
|
|
1267
|
-
/* src/atom/Radio/Radio.module.scss */
|
|
1268
|
-
.Radio-module__radio___1CPAk {
|
|
1269
|
-
display: flex;
|
|
1270
|
-
align-items: center;
|
|
1271
|
-
}
|
|
1272
|
-
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
1273
|
-
height: 16px;
|
|
1274
|
-
width: 16px;
|
|
1275
|
-
}
|
|
1276
|
-
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
1277
|
-
height: 20px;
|
|
1278
|
-
width: 20px;
|
|
1279
|
-
}
|
|
1280
|
-
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
1281
|
-
height: 24px;
|
|
1282
|
-
width: 24px;
|
|
1283
|
-
}
|
|
1284
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
1285
|
-
border-color: #EC5D25;
|
|
1286
|
-
background-color: #EC5D25;
|
|
1287
|
-
}
|
|
1288
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
1289
|
-
border-color: #B94710;
|
|
1290
|
-
background-color: #B94710;
|
|
1291
|
-
}
|
|
1292
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
1293
|
-
outline: 2px solid #0A65E7;
|
|
1294
|
-
}
|
|
1295
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
1296
|
-
cursor: not-allowed;
|
|
1297
|
-
}
|
|
1298
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
1299
|
-
border-color: #B6BAC3;
|
|
1300
|
-
background-color: #B6BAC3;
|
|
1301
|
-
}
|
|
1302
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
1303
|
-
transform: scale(0.375);
|
|
1304
|
-
background-color: #FFFFFF;
|
|
1305
|
-
}
|
|
1306
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
1307
|
-
border-color: #B6BAC3;
|
|
1308
|
-
}
|
|
1309
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
1310
|
-
border-color: #6B7280;
|
|
1311
|
-
}
|
|
1312
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
1313
|
-
outline: 2px solid #0A65E7;
|
|
1314
|
-
}
|
|
1315
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
1316
|
-
cursor: not-allowed;
|
|
1317
|
-
}
|
|
1318
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
1319
|
-
border-color: #B6BAC3;
|
|
1320
|
-
background-color: #F9FAFB;
|
|
1321
|
-
}
|
|
1322
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
1323
|
-
color: #363E4F;
|
|
1324
|
-
font-weight: 400;
|
|
1325
|
-
font-size: 0.875rem;
|
|
1326
|
-
line-height: 20px;
|
|
1327
|
-
}
|
|
1328
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
1329
|
-
color: #363E4F;
|
|
1330
|
-
font-weight: 500;
|
|
1331
|
-
font-size: 0.875rem;
|
|
1332
|
-
line-height: 20px;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
1335
|
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
1336
1336
|
.UserProfile-module__userProfile___cRMm9 {
|
|
1337
1337
|
display: flex;
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
}
|
|
1420
1420
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-container {
|
|
1421
1421
|
/* Lift the white body card off the gray wrapper */
|
|
1422
|
-
|
|
1422
|
+
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
|
|
1423
1423
|
}
|
|
1424
1424
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1425
1425
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
|
|
@@ -1543,7 +1543,7 @@
|
|
|
1543
1543
|
background: #ffffff;
|
|
1544
1544
|
border-radius: 12px;
|
|
1545
1545
|
margin: 8px 4px 4px 4px !important;
|
|
1546
|
-
|
|
1546
|
+
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
|
|
1547
1547
|
/* AntD re-orders items; we use order to match design layout */
|
|
1548
1548
|
}
|
|
1549
1549
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
|