@itilite/lumina-ui 1.0.3-alpha → 1.0.5-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/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.js +5 -4
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +2 -2
- package/dist/atom/AdvancedDateRangePicker/InternalCalendar.js +1 -1
- package/dist/atom/AdvancedDateRangePicker/InternalCalendar.mjs +1 -1
- package/dist/chunk-5JXIJTAS.mjs +448 -0
- package/dist/chunk-FPH63V2R.mjs +269 -0
- package/dist/chunk-SRKN7WS7.mjs +448 -0
- package/dist/chunk-UC4NTBDH.mjs +439 -0
- package/dist/chunk-XIVTXS3Y.mjs +439 -0
- package/dist/index.js +5 -4
- package/dist/index.mjs +8 -8
- package/dist/styles.css +349 -299
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -775,6 +775,24 @@
|
|
|
775
775
|
background-color: white !important;
|
|
776
776
|
}
|
|
777
777
|
|
|
778
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
779
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
780
|
+
height: 0.75rem;
|
|
781
|
+
min-width: 1.5rem
|
|
782
|
+
}
|
|
783
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
784
|
+
height: 0.5rem;
|
|
785
|
+
width: 0.5rem
|
|
786
|
+
}
|
|
787
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
788
|
+
--tw-bg-opacity: 1;
|
|
789
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
790
|
+
}
|
|
791
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
792
|
+
--tw-bg-opacity: 1;
|
|
793
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
794
|
+
}
|
|
795
|
+
|
|
778
796
|
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
779
797
|
.Checkbox-module__checkbox___xxg5L {
|
|
780
798
|
display: flex;
|
|
@@ -873,16 +891,6 @@
|
|
|
873
891
|
background: white;
|
|
874
892
|
}
|
|
875
893
|
|
|
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
894
|
/* src/atom/Slider/Slider.module.scss */
|
|
887
895
|
.Slider-module__label___9Uea- {
|
|
888
896
|
font-size: 13px;
|
|
@@ -919,223 +927,14 @@
|
|
|
919
927
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
920
928
|
}
|
|
921
929
|
|
|
922
|
-
/* src/atom/
|
|
923
|
-
.
|
|
924
|
-
border-radius: 0.25rem;
|
|
925
|
-
padding: 0.25rem;
|
|
926
|
-
font-weight: 500;
|
|
927
|
-
font-size: 12px;
|
|
928
|
-
line-height: .75rem;
|
|
929
|
-
--tw-bg-opacity: 1;
|
|
930
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
931
|
-
height: -moz-max-content;
|
|
932
|
-
height: max-content;
|
|
933
|
-
--tw-text-opacity: 1;
|
|
934
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
935
|
-
border-width: 0px
|
|
936
|
-
}
|
|
937
|
-
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
938
|
-
padding-top: 2px;
|
|
939
|
-
padding-bottom: 2px;
|
|
940
|
-
padding-left: 0.25rem;
|
|
941
|
-
padding-right: 0.25rem;
|
|
942
|
-
font-size: 0.625rem;
|
|
943
|
-
line-height: .75rem
|
|
944
|
-
}
|
|
945
|
-
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
946
|
-
--tw-bg-opacity: 1;
|
|
947
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
948
|
-
}
|
|
949
|
-
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
950
|
-
--tw-bg-opacity: 1;
|
|
951
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
952
|
-
}
|
|
953
|
-
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
954
|
-
--tw-bg-opacity: 1;
|
|
955
|
-
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
|
|
956
|
-
}
|
|
957
|
-
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
958
|
-
--tw-bg-opacity: 1;
|
|
959
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
960
|
-
}
|
|
961
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
962
|
-
--tw-bg-opacity: 1;
|
|
963
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
964
|
-
}
|
|
965
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
966
|
-
--tw-bg-opacity: 1;
|
|
967
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
968
|
-
}
|
|
969
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
970
|
-
--tw-bg-opacity: 1;
|
|
971
|
-
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
|
|
972
|
-
}
|
|
973
|
-
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
974
|
-
--tw-bg-opacity: 1;
|
|
975
|
-
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
|
|
976
|
-
}
|
|
977
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
978
|
-
--tw-bg-opacity: 1;
|
|
979
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
/* src/atom/Modal/Modal.module.scss */
|
|
983
|
-
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
984
|
-
margin-top: 0;
|
|
985
|
-
margin-top: 0px;
|
|
986
|
-
}
|
|
987
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
988
|
-
padding: 24px;
|
|
989
|
-
padding: 1.5rem;
|
|
990
|
-
display: flex;
|
|
991
|
-
justify-content: flex-end;
|
|
992
|
-
}
|
|
993
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
994
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
995
|
-
min-width: 92px;
|
|
996
|
-
}
|
|
997
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
998
|
-
padding: 24px;
|
|
999
|
-
padding: 1.5rem;
|
|
1000
|
-
padding-top: 0px;
|
|
1001
|
-
display: flex;
|
|
1002
|
-
justify-content: flex-end;
|
|
1003
|
-
}
|
|
1004
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1005
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1006
|
-
width: 50%;
|
|
1007
|
-
}
|
|
1008
|
-
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
1009
|
-
padding: 0;
|
|
1010
|
-
border-radius: 0.75rem;
|
|
1011
|
-
padding: 0px;
|
|
1012
|
-
}
|
|
1013
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1014
|
-
margin-bottom: 0px;
|
|
1015
|
-
padding: 1rem;
|
|
1016
|
-
}
|
|
1017
|
-
@media (min-width: 576px) {
|
|
1018
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1019
|
-
padding: 1.5rem;
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
1023
|
-
justify-content: flex-start;
|
|
1024
|
-
padding-right: 1.25rem;
|
|
1025
|
-
font-size: 1.25rem;
|
|
1026
|
-
font-weight: 500;
|
|
1027
|
-
line-height: 1.75rem;
|
|
1028
|
-
--tw-text-opacity: 1;
|
|
1029
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1030
|
-
}
|
|
1031
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
930
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
931
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
1032
932
|
display: flex;
|
|
1033
|
-
align-items: flex-end;
|
|
1034
933
|
justify-content: center;
|
|
1035
|
-
}
|
|
1036
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
1037
|
-
display: flex;
|
|
1038
934
|
align-items: center;
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
padding: 0 1.5rem 1.5rem;
|
|
1043
|
-
max-height: 65vh;
|
|
1044
|
-
overflow: auto;
|
|
1045
|
-
}
|
|
1046
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1047
|
-
top: 1.5rem;
|
|
1048
|
-
right: 1.5rem;
|
|
1049
|
-
padding-bottom: 0.25rem;
|
|
1050
|
-
}
|
|
1051
|
-
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
1052
|
-
margin-inline-start: 0.5rem;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
/* src/atom/Radio/Radio.module.scss */
|
|
1056
|
-
.Radio-module__radio___1CPAk {
|
|
1057
|
-
display: flex;
|
|
1058
|
-
align-items: center;
|
|
1059
|
-
}
|
|
1060
|
-
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
1061
|
-
height: 16px;
|
|
1062
|
-
width: 16px;
|
|
1063
|
-
}
|
|
1064
|
-
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
1065
|
-
height: 20px;
|
|
1066
|
-
width: 20px;
|
|
1067
|
-
}
|
|
1068
|
-
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
1069
|
-
height: 24px;
|
|
1070
|
-
width: 24px;
|
|
1071
|
-
}
|
|
1072
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
1073
|
-
border-color: #EC5D25;
|
|
1074
|
-
background-color: #EC5D25;
|
|
1075
|
-
}
|
|
1076
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
1077
|
-
border-color: #B94710;
|
|
1078
|
-
background-color: #B94710;
|
|
1079
|
-
}
|
|
1080
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
1081
|
-
outline: 2px solid #0A65E7;
|
|
1082
|
-
}
|
|
1083
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
1084
|
-
cursor: not-allowed;
|
|
1085
|
-
}
|
|
1086
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
1087
|
-
border-color: #B6BAC3;
|
|
1088
|
-
background-color: #B6BAC3;
|
|
1089
|
-
}
|
|
1090
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
1091
|
-
transform: scale(0.375);
|
|
1092
|
-
background-color: #FFFFFF;
|
|
1093
|
-
}
|
|
1094
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
1095
|
-
border-color: #B6BAC3;
|
|
1096
|
-
}
|
|
1097
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
1098
|
-
border-color: #6B7280;
|
|
1099
|
-
}
|
|
1100
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
1101
|
-
outline: 2px solid #0A65E7;
|
|
1102
|
-
}
|
|
1103
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
1104
|
-
cursor: not-allowed;
|
|
1105
|
-
}
|
|
1106
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
1107
|
-
border-color: #B6BAC3;
|
|
1108
|
-
background-color: #F9FAFB;
|
|
1109
|
-
}
|
|
1110
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
1111
|
-
color: #363E4F;
|
|
1112
|
-
font-weight: 400;
|
|
1113
|
-
font-size: 0.875rem;
|
|
1114
|
-
line-height: 20px;
|
|
1115
|
-
}
|
|
1116
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
1117
|
-
color: #363E4F;
|
|
1118
|
-
font-weight: 500;
|
|
1119
|
-
font-size: 0.875rem;
|
|
1120
|
-
line-height: 20px;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
/* src/atom/Switch/Switch.module.scss */
|
|
1124
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
1125
|
-
height: 0.75rem;
|
|
1126
|
-
min-width: 1.5rem
|
|
1127
|
-
}
|
|
1128
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
1129
|
-
height: 0.5rem;
|
|
1130
|
-
width: 0.5rem
|
|
1131
|
-
}
|
|
1132
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
1133
|
-
--tw-bg-opacity: 1;
|
|
1134
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1135
|
-
}
|
|
1136
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
1137
|
-
--tw-bg-opacity: 1;
|
|
1138
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
935
|
+
height: 100%;
|
|
936
|
+
margin-top: 2rem;
|
|
937
|
+
margin-bottom: 2rem;
|
|
1139
938
|
}
|
|
1140
939
|
|
|
1141
940
|
/* src/atom/Button/Button.module.scss */
|
|
@@ -1265,71 +1064,199 @@
|
|
|
1265
1064
|
--tw-text-opacity: 1;
|
|
1266
1065
|
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1267
1066
|
}
|
|
1268
|
-
.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 {
|
|
1269
|
-
--tw-text-opacity: 1;
|
|
1270
|
-
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1067
|
+
.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 {
|
|
1068
|
+
--tw-text-opacity: 1;
|
|
1069
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1070
|
+
}
|
|
1071
|
+
.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 {
|
|
1072
|
+
--tw-text-opacity: 1;
|
|
1073
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1074
|
+
}
|
|
1075
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
|
|
1076
|
+
--tw-bg-opacity: 1;
|
|
1077
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1078
|
+
border-width: 1px;
|
|
1079
|
+
border-style: solid;
|
|
1080
|
+
--tw-border-opacity: 1;
|
|
1081
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1082
|
+
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
1083
|
+
}
|
|
1084
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
|
|
1085
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1086
|
+
--tw-border-opacity: 1;
|
|
1087
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1088
|
+
}
|
|
1089
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
|
|
1090
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1091
|
+
}
|
|
1092
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
|
|
1093
|
+
background-color: transparent;
|
|
1094
|
+
border-width: 0px;
|
|
1095
|
+
border-style: none;
|
|
1096
|
+
box-shadow: none;
|
|
1097
|
+
}
|
|
1098
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
|
|
1099
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1100
|
+
border-style: none;
|
|
1101
|
+
--tw-bg-opacity: 1;
|
|
1102
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1103
|
+
}
|
|
1104
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
|
|
1105
|
+
--tw-bg-opacity: 1;
|
|
1106
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
1107
|
+
}
|
|
1108
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
|
|
1109
|
+
outline: 2px solid rgba(236, 93, 37, 0.2);
|
|
1110
|
+
}
|
|
1111
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
|
|
1112
|
+
background-color: transparent;
|
|
1113
|
+
padding: 0px;
|
|
1114
|
+
border-width: 0px;
|
|
1115
|
+
border-style: none;
|
|
1116
|
+
height: auto;
|
|
1117
|
+
box-shadow: none;
|
|
1118
|
+
}
|
|
1119
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
|
|
1120
|
+
text-decoration: underline;
|
|
1121
|
+
}
|
|
1122
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
|
|
1123
|
+
box-shadow: none;
|
|
1124
|
+
border-style: none;
|
|
1125
|
+
background-color: transparent;
|
|
1126
|
+
}
|
|
1127
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
|
|
1128
|
+
background-color: transparent;
|
|
1129
|
+
}
|
|
1130
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
|
|
1131
|
+
outline: none;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
1135
|
+
.Radio-module__radio___1CPAk {
|
|
1136
|
+
display: flex;
|
|
1137
|
+
align-items: center;
|
|
1138
|
+
}
|
|
1139
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
1140
|
+
height: 16px;
|
|
1141
|
+
width: 16px;
|
|
1142
|
+
}
|
|
1143
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
1144
|
+
height: 20px;
|
|
1145
|
+
width: 20px;
|
|
1146
|
+
}
|
|
1147
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
1148
|
+
height: 24px;
|
|
1149
|
+
width: 24px;
|
|
1150
|
+
}
|
|
1151
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
1152
|
+
border-color: #EC5D25;
|
|
1153
|
+
background-color: #EC5D25;
|
|
1154
|
+
}
|
|
1155
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
1156
|
+
border-color: #B94710;
|
|
1157
|
+
background-color: #B94710;
|
|
1158
|
+
}
|
|
1159
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
1160
|
+
outline: 2px solid #0A65E7;
|
|
1161
|
+
}
|
|
1162
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
1163
|
+
cursor: not-allowed;
|
|
1164
|
+
}
|
|
1165
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
1166
|
+
border-color: #B6BAC3;
|
|
1167
|
+
background-color: #B6BAC3;
|
|
1168
|
+
}
|
|
1169
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
1170
|
+
transform: scale(0.375);
|
|
1171
|
+
background-color: #FFFFFF;
|
|
1172
|
+
}
|
|
1173
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
1174
|
+
border-color: #B6BAC3;
|
|
1175
|
+
}
|
|
1176
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
1177
|
+
border-color: #6B7280;
|
|
1178
|
+
}
|
|
1179
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
1180
|
+
outline: 2px solid #0A65E7;
|
|
1181
|
+
}
|
|
1182
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
1183
|
+
cursor: not-allowed;
|
|
1184
|
+
}
|
|
1185
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
1186
|
+
border-color: #B6BAC3;
|
|
1187
|
+
background-color: #F9FAFB;
|
|
1271
1188
|
}
|
|
1272
|
-
.
|
|
1273
|
-
|
|
1274
|
-
|
|
1189
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
1190
|
+
color: #363E4F;
|
|
1191
|
+
font-weight: 400;
|
|
1192
|
+
font-size: 0.875rem;
|
|
1193
|
+
line-height: 20px;
|
|
1275
1194
|
}
|
|
1276
|
-
.
|
|
1195
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
1196
|
+
color: #363E4F;
|
|
1197
|
+
font-weight: 500;
|
|
1198
|
+
font-size: 0.875rem;
|
|
1199
|
+
line-height: 20px;
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
/* src/atom/Tag/Tag.module.scss */
|
|
1203
|
+
.Tag-module__tag___PIkhI {
|
|
1204
|
+
border-radius: 0.25rem;
|
|
1205
|
+
padding: 0.25rem;
|
|
1206
|
+
font-weight: 500;
|
|
1207
|
+
font-size: 12px;
|
|
1208
|
+
line-height: .75rem;
|
|
1277
1209
|
--tw-bg-opacity: 1;
|
|
1278
1210
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
--tw-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
}
|
|
1285
|
-
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
|
|
1286
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1287
|
-
--tw-border-opacity: 1;
|
|
1288
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1211
|
+
height: -moz-max-content;
|
|
1212
|
+
height: max-content;
|
|
1213
|
+
--tw-text-opacity: 1;
|
|
1214
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1215
|
+
border-width: 0px
|
|
1289
1216
|
}
|
|
1290
|
-
.
|
|
1291
|
-
|
|
1217
|
+
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
1218
|
+
padding-top: 2px;
|
|
1219
|
+
padding-bottom: 2px;
|
|
1220
|
+
padding-left: 0.25rem;
|
|
1221
|
+
padding-right: 0.25rem;
|
|
1222
|
+
font-size: 0.625rem;
|
|
1223
|
+
line-height: .75rem
|
|
1292
1224
|
}
|
|
1293
|
-
.
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
border-style: none;
|
|
1297
|
-
box-shadow: none;
|
|
1225
|
+
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
1226
|
+
--tw-bg-opacity: 1;
|
|
1227
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1298
1228
|
}
|
|
1299
|
-
.
|
|
1300
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1301
|
-
border-style: none;
|
|
1229
|
+
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
1302
1230
|
--tw-bg-opacity: 1;
|
|
1303
|
-
background-color: rgb(
|
|
1231
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
1304
1232
|
}
|
|
1305
|
-
.
|
|
1233
|
+
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
1306
1234
|
--tw-bg-opacity: 1;
|
|
1307
|
-
background-color: rgb(241
|
|
1235
|
+
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
|
|
1308
1236
|
}
|
|
1309
|
-
.
|
|
1310
|
-
|
|
1237
|
+
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
1238
|
+
--tw-bg-opacity: 1;
|
|
1239
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1311
1240
|
}
|
|
1312
|
-
.
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
border-width: 0px;
|
|
1316
|
-
border-style: none;
|
|
1317
|
-
height: auto;
|
|
1318
|
-
box-shadow: none;
|
|
1241
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
1242
|
+
--tw-bg-opacity: 1;
|
|
1243
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1319
1244
|
}
|
|
1320
|
-
.
|
|
1321
|
-
|
|
1245
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
1246
|
+
--tw-bg-opacity: 1;
|
|
1247
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
1322
1248
|
}
|
|
1323
|
-
.
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
background-color: transparent;
|
|
1249
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
1250
|
+
--tw-bg-opacity: 1;
|
|
1251
|
+
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
|
|
1327
1252
|
}
|
|
1328
|
-
.
|
|
1329
|
-
|
|
1253
|
+
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
1254
|
+
--tw-bg-opacity: 1;
|
|
1255
|
+
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
|
|
1330
1256
|
}
|
|
1331
|
-
.
|
|
1332
|
-
|
|
1257
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
1258
|
+
--tw-bg-opacity: 1;
|
|
1259
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1333
1260
|
}
|
|
1334
1261
|
|
|
1335
1262
|
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
@@ -1355,6 +1282,79 @@
|
|
|
1355
1282
|
margin-top: 0.125rem
|
|
1356
1283
|
}
|
|
1357
1284
|
|
|
1285
|
+
/* src/atom/Modal/Modal.module.scss */
|
|
1286
|
+
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
1287
|
+
margin-top: 0;
|
|
1288
|
+
margin-top: 0px;
|
|
1289
|
+
}
|
|
1290
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
1291
|
+
padding: 24px;
|
|
1292
|
+
padding: 1.5rem;
|
|
1293
|
+
display: flex;
|
|
1294
|
+
justify-content: flex-end;
|
|
1295
|
+
}
|
|
1296
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1297
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1298
|
+
min-width: 92px;
|
|
1299
|
+
}
|
|
1300
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
1301
|
+
padding: 24px;
|
|
1302
|
+
padding: 1.5rem;
|
|
1303
|
+
padding-top: 0px;
|
|
1304
|
+
display: flex;
|
|
1305
|
+
justify-content: flex-end;
|
|
1306
|
+
}
|
|
1307
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1308
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1309
|
+
width: 50%;
|
|
1310
|
+
}
|
|
1311
|
+
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
1312
|
+
padding: 0;
|
|
1313
|
+
border-radius: 0.75rem;
|
|
1314
|
+
padding: 0px;
|
|
1315
|
+
}
|
|
1316
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1317
|
+
margin-bottom: 0px;
|
|
1318
|
+
padding: 1rem;
|
|
1319
|
+
}
|
|
1320
|
+
@media (min-width: 576px) {
|
|
1321
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1322
|
+
padding: 1.5rem;
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
1326
|
+
justify-content: flex-start;
|
|
1327
|
+
padding-right: 1.25rem;
|
|
1328
|
+
font-size: 1.25rem;
|
|
1329
|
+
font-weight: 500;
|
|
1330
|
+
line-height: 1.75rem;
|
|
1331
|
+
--tw-text-opacity: 1;
|
|
1332
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1333
|
+
}
|
|
1334
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1335
|
+
display: flex;
|
|
1336
|
+
align-items: flex-end;
|
|
1337
|
+
justify-content: center;
|
|
1338
|
+
}
|
|
1339
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
1340
|
+
display: flex;
|
|
1341
|
+
align-items: center;
|
|
1342
|
+
justify-content: center;
|
|
1343
|
+
}
|
|
1344
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
1345
|
+
padding: 0 1.5rem 1.5rem;
|
|
1346
|
+
max-height: 65vh;
|
|
1347
|
+
overflow: auto;
|
|
1348
|
+
}
|
|
1349
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1350
|
+
top: 1.5rem;
|
|
1351
|
+
right: 1.5rem;
|
|
1352
|
+
padding-bottom: 0.25rem;
|
|
1353
|
+
}
|
|
1354
|
+
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
1355
|
+
margin-inline-start: 0.5rem;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
1358
|
/* src/atom/Table/Table.module.scss */
|
|
1359
1359
|
@charset "UTF-8";
|
|
1360
1360
|
/* ============================================================
|
|
@@ -1840,6 +1840,31 @@
|
|
|
1840
1840
|
min-width: 180px;
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
|
+
/* src/atom/RangePicker/RangePicker.module.scss */
|
|
1844
|
+
.RangePicker-module__range_start___hGQp-::after {
|
|
1845
|
+
content: "";
|
|
1846
|
+
position: absolute;
|
|
1847
|
+
top: 50%;
|
|
1848
|
+
right: 0;
|
|
1849
|
+
transform: translateY(-50%);
|
|
1850
|
+
width: 50%;
|
|
1851
|
+
height: 36px;
|
|
1852
|
+
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
1853
|
+
z-index: -1;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.RangePicker-module__range_end___JJNib::before {
|
|
1857
|
+
content: "";
|
|
1858
|
+
position: absolute;
|
|
1859
|
+
top: 50%;
|
|
1860
|
+
left: 0;
|
|
1861
|
+
transform: translateY(-50%);
|
|
1862
|
+
width: 52%;
|
|
1863
|
+
height: 36px;
|
|
1864
|
+
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
1865
|
+
z-index: -1;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1843
1868
|
/* src/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.module.scss */
|
|
1844
1869
|
@charset "UTF-8";
|
|
1845
1870
|
.AdvancedDateRangePicker-module__root___udir8 {
|
|
@@ -1853,9 +1878,17 @@
|
|
|
1853
1878
|
width: 707px;
|
|
1854
1879
|
font-family: "Inter", system-ui, -apple-system, sans-serif;
|
|
1855
1880
|
}
|
|
1881
|
+
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
1882
|
+
width: 450px;
|
|
1883
|
+
}
|
|
1856
1884
|
@media (max-width: 768px) {
|
|
1885
|
+
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
1886
|
+
width: 100%;
|
|
1887
|
+
max-width: 450px;
|
|
1888
|
+
}
|
|
1857
1889
|
.AdvancedDateRangePicker-module__root___udir8 {
|
|
1858
1890
|
width: 100%;
|
|
1891
|
+
max-width: 450px;
|
|
1859
1892
|
}
|
|
1860
1893
|
}
|
|
1861
1894
|
|
|
@@ -1947,7 +1980,13 @@
|
|
|
1947
1980
|
flex-direction: column;
|
|
1948
1981
|
min-width: 0;
|
|
1949
1982
|
}
|
|
1983
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__main___G4MU9 {
|
|
1984
|
+
width: 292px;
|
|
1985
|
+
}
|
|
1950
1986
|
@media (max-width: 768px) {
|
|
1987
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__main___G4MU9 {
|
|
1988
|
+
width: 100%;
|
|
1989
|
+
}
|
|
1951
1990
|
.AdvancedDateRangePicker-module__main___G4MU9 {
|
|
1952
1991
|
width: 100%;
|
|
1953
1992
|
}
|
|
@@ -1963,6 +2002,10 @@
|
|
|
1963
2002
|
background: #f9fafb;
|
|
1964
2003
|
border-bottom: 1px solid #e5e7eb;
|
|
1965
2004
|
}
|
|
2005
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__header___mxXEE {
|
|
2006
|
+
flex-direction: column;
|
|
2007
|
+
align-items: flex-start;
|
|
2008
|
+
}
|
|
1966
2009
|
@media (max-width: 768px) {
|
|
1967
2010
|
.AdvancedDateRangePicker-module__header___mxXEE {
|
|
1968
2011
|
flex-direction: column;
|
|
@@ -1980,6 +2023,12 @@
|
|
|
1980
2023
|
padding: 20px 16px;
|
|
1981
2024
|
border-right: 1px solid #e5e7eb;
|
|
1982
2025
|
}
|
|
2026
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
2027
|
+
width: 100%;
|
|
2028
|
+
border-right: none;
|
|
2029
|
+
border-bottom: 1px solid #e5e7eb;
|
|
2030
|
+
padding: 16px;
|
|
2031
|
+
}
|
|
1983
2032
|
@media (max-width: 768px) {
|
|
1984
2033
|
.AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
1985
2034
|
width: 100%;
|
|
@@ -1996,6 +2045,10 @@
|
|
|
1996
2045
|
gap: 0;
|
|
1997
2046
|
align-items: stretch;
|
|
1998
2047
|
}
|
|
2048
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2049
|
+
flex-direction: column;
|
|
2050
|
+
width: 100%;
|
|
2051
|
+
}
|
|
1999
2052
|
@media (max-width: 768px) {
|
|
2000
2053
|
.AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2001
2054
|
flex-direction: column;
|
|
@@ -2031,6 +2084,9 @@
|
|
|
2031
2084
|
flex-shrink: 0;
|
|
2032
2085
|
align-self: stretch;
|
|
2033
2086
|
}
|
|
2087
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__headerSeparator___Vwx6P {
|
|
2088
|
+
display: none;
|
|
2089
|
+
}
|
|
2034
2090
|
@media (max-width: 768px) {
|
|
2035
2091
|
.AdvancedDateRangePicker-module__headerSeparator___Vwx6P {
|
|
2036
2092
|
display: none;
|
|
@@ -2084,6 +2140,10 @@
|
|
|
2084
2140
|
width: 107.32px !important;
|
|
2085
2141
|
height: 24px;
|
|
2086
2142
|
}
|
|
2143
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
|
|
2144
|
+
width: 100% !important;
|
|
2145
|
+
max-width: 120px !important;
|
|
2146
|
+
}
|
|
2087
2147
|
@media (max-width: 768px) {
|
|
2088
2148
|
.AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
|
|
2089
2149
|
width: 100% !important;
|
|
@@ -2116,6 +2176,10 @@
|
|
|
2116
2176
|
font-weight: 500;
|
|
2117
2177
|
line-height: 16px;
|
|
2118
2178
|
}
|
|
2179
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__timezoneDisabledBadge___VBxOd {
|
|
2180
|
+
width: 100% !important;
|
|
2181
|
+
max-width: 120px !important;
|
|
2182
|
+
}
|
|
2119
2183
|
@media (max-width: 768px) {
|
|
2120
2184
|
.AdvancedDateRangePicker-module__timezoneDisabledBadge___VBxOd {
|
|
2121
2185
|
width: 100% !important;
|
|
@@ -2137,6 +2201,9 @@
|
|
|
2137
2201
|
flex-direction: column;
|
|
2138
2202
|
gap: 4px;
|
|
2139
2203
|
}
|
|
2204
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__dateTimeColumn___tdDV3 {
|
|
2205
|
+
width: 100%;
|
|
2206
|
+
}
|
|
2140
2207
|
@media (max-width: 768px) {
|
|
2141
2208
|
.AdvancedDateRangePicker-module__dateTimeColumn___tdDV3 {
|
|
2142
2209
|
width: 100%;
|
|
@@ -2148,6 +2215,11 @@
|
|
|
2148
2215
|
align-items: flex-start;
|
|
2149
2216
|
gap: 6px;
|
|
2150
2217
|
}
|
|
2218
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
|
|
2219
|
+
width: 100%;
|
|
2220
|
+
justify-content: flex-start;
|
|
2221
|
+
gap: 16px;
|
|
2222
|
+
}
|
|
2151
2223
|
@media (max-width: 768px) {
|
|
2152
2224
|
.AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
|
|
2153
2225
|
width: 100%;
|
|
@@ -2157,7 +2229,7 @@
|
|
|
2157
2229
|
}
|
|
2158
2230
|
|
|
2159
2231
|
.AdvancedDateRangePicker-module__dateInput___0t9ww {
|
|
2160
|
-
width:
|
|
2232
|
+
width: 92px;
|
|
2161
2233
|
height: 24px;
|
|
2162
2234
|
box-sizing: border-box;
|
|
2163
2235
|
display: flex;
|
|
@@ -2259,6 +2331,9 @@
|
|
|
2259
2331
|
padding: 20px 24px;
|
|
2260
2332
|
flex: 1;
|
|
2261
2333
|
}
|
|
2334
|
+
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__body___f8XYj {
|
|
2335
|
+
padding: 16px;
|
|
2336
|
+
}
|
|
2262
2337
|
@media (max-width: 768px) {
|
|
2263
2338
|
.AdvancedDateRangePicker-module__body___f8XYj {
|
|
2264
2339
|
padding: 16px;
|
|
@@ -2312,29 +2387,4 @@
|
|
|
2312
2387
|
width: 100%;
|
|
2313
2388
|
padding: 14px;
|
|
2314
2389
|
}
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
/* src/atom/RangePicker/RangePicker.module.scss */
|
|
2318
|
-
.RangePicker-module__range_start___hGQp-::after {
|
|
2319
|
-
content: "";
|
|
2320
|
-
position: absolute;
|
|
2321
|
-
top: 50%;
|
|
2322
|
-
right: 0;
|
|
2323
|
-
transform: translateY(-50%);
|
|
2324
|
-
width: 50%;
|
|
2325
|
-
height: 36px;
|
|
2326
|
-
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
2327
|
-
z-index: -1;
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
.RangePicker-module__range_end___JJNib::before {
|
|
2331
|
-
content: "";
|
|
2332
|
-
position: absolute;
|
|
2333
|
-
top: 50%;
|
|
2334
|
-
left: 0;
|
|
2335
|
-
transform: translateY(-50%);
|
|
2336
|
-
width: 52%;
|
|
2337
|
-
height: 36px;
|
|
2338
|
-
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
2339
|
-
z-index: -1;
|
|
2340
2390
|
}
|