mozrest-sdk-react-dev 0.3.74 → 0.3.75
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/mozrest-sdk.es.js +477 -270
- package/package.json +1 -1
- package/style.css +217 -164
package/style.css
CHANGED
|
@@ -942,6 +942,146 @@
|
|
|
942
942
|
border-radius: 6px;
|
|
943
943
|
padding: 1.5rem;
|
|
944
944
|
box-shadow: var(--moz-cta-body-bg) 0px 4px 24px 0px;
|
|
945
|
+
}.resbook-modal .ant-modal-centered .ant-modal {
|
|
946
|
+
border: 0;
|
|
947
|
+
border-radius: 6px;
|
|
948
|
+
background-color: var(--moz-cta-content-bg) !important;
|
|
949
|
+
}
|
|
950
|
+
.resbook-modal .ant-modal-content {
|
|
951
|
+
background-color: transparent;
|
|
952
|
+
border-radius: 6px;
|
|
953
|
+
}
|
|
954
|
+
.resbook-modal .ant-modal-header,
|
|
955
|
+
.resbook-modal .ant-modal-body {
|
|
956
|
+
background-color: var(--moz-cta-content-bg) !important;
|
|
957
|
+
color: var(--moz-text-input) !important;
|
|
958
|
+
}
|
|
959
|
+
.resbook-modal .ant-modal-header {
|
|
960
|
+
border-bottom: 0;
|
|
961
|
+
border-radius: 6px 6px 0 0;
|
|
962
|
+
padding-bottom: 0;
|
|
963
|
+
}
|
|
964
|
+
.resbook-modal .ant-modal-body {
|
|
965
|
+
border-radius: 0 0 6px 6px;
|
|
966
|
+
padding-top: 0;
|
|
967
|
+
}
|
|
968
|
+
.resbook-modal .ant-modal-header h1,
|
|
969
|
+
.resbook-modal .ant-modal-header p,
|
|
970
|
+
.resbook-modal .ant-modal-body h1,
|
|
971
|
+
.resbook-modal .ant-modal-body h2,
|
|
972
|
+
.resbook-modal .ant-modal-body h3,
|
|
973
|
+
.resbook-modal .ant-modal-body h4,
|
|
974
|
+
.resbook-modal .ant-modal-body p {
|
|
975
|
+
font-family: "Public Sans", sans-serif;
|
|
976
|
+
}
|
|
977
|
+
.resbook-modal .ant-modal-header p,
|
|
978
|
+
.resbook-modal .ant-modal-body p {
|
|
979
|
+
font-size: 15px;
|
|
980
|
+
color: var(--moz-text-input) !important;
|
|
981
|
+
}
|
|
982
|
+
.resbook-modal .ant-modal-header p {
|
|
983
|
+
margin-bottom: 0;
|
|
984
|
+
margin-top: 0;
|
|
985
|
+
}
|
|
986
|
+
.resbook-modal .ant-modal-header h1,
|
|
987
|
+
.resbook-modal .ant-modal-body h1 {
|
|
988
|
+
font-weight: 600;
|
|
989
|
+
color: var(--moz-text-label) !important;
|
|
990
|
+
font-size: 18px;
|
|
991
|
+
}
|
|
992
|
+
.resbook-modal .ant-modal-body label {
|
|
993
|
+
font-size: 15px;
|
|
994
|
+
color: var(--moz-text-label) !important;
|
|
995
|
+
}
|
|
996
|
+
.resbook-modal .ant-modal-body h2 {
|
|
997
|
+
color: var(--moz-text-input) !important;
|
|
998
|
+
}
|
|
999
|
+
.resbook-modal .ant-modal-body [class*=regularHourContainer] {
|
|
1000
|
+
color: var(--moz-text-input) !important;
|
|
1001
|
+
box-shadow: none;
|
|
1002
|
+
font-family: var(--font-family);
|
|
1003
|
+
}
|
|
1004
|
+
.resbook-modal .ant-modal-body [class*=regularHourContainer] strong {
|
|
1005
|
+
font-weight: 300;
|
|
1006
|
+
font-size: 15px;
|
|
1007
|
+
}
|
|
1008
|
+
.resbook-modal .mz-header .css-spersy-control {
|
|
1009
|
+
background-color: var(--moz-text-input) !important;
|
|
1010
|
+
border-width: 0 0 1px;
|
|
1011
|
+
border-radius: 0;
|
|
1012
|
+
}
|
|
1013
|
+
.resbook-modal .ant-modal-body .css-spersy-control {
|
|
1014
|
+
background-color: var(--moz-text-input) !important;
|
|
1015
|
+
border-width: 0 0 1px;
|
|
1016
|
+
border-radius: 0;
|
|
1017
|
+
}
|
|
1018
|
+
.resbook-modal .css-spersy-control > div > div:first-child {
|
|
1019
|
+
color: var(--moz-text-input) !important;
|
|
1020
|
+
font-family: "Public Sans", sans-serif;
|
|
1021
|
+
padding: 7px 0;
|
|
1022
|
+
}
|
|
1023
|
+
.resbook-modal .ant-modal-body #react-select-4-listbox {
|
|
1024
|
+
background-color: var(--moz-text-input) !important;
|
|
1025
|
+
font-family: var(--font-family);
|
|
1026
|
+
}
|
|
1027
|
+
.resbook-modal .ant-modal-title,
|
|
1028
|
+
.resbook-modal .ant-modal-body span {
|
|
1029
|
+
color: var(--moz-text-input) !important;
|
|
1030
|
+
}
|
|
1031
|
+
.resbook-modal .ant-modal-body .mz-btn span {
|
|
1032
|
+
color: inherit !important;
|
|
1033
|
+
}
|
|
1034
|
+
.resbook-modal .ant-modal-close-x line {
|
|
1035
|
+
stroke: var(--moz-text-input) !important;
|
|
1036
|
+
}._content_1dgv9_1 {
|
|
1037
|
+
padding: 1rem;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
._text_1dgv9_5 {
|
|
1041
|
+
margin: 0;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
._replyBox_1dgv9_9 {
|
|
1045
|
+
background-color: var(--moz-bg-gray-light);
|
|
1046
|
+
border-radius: 4px;
|
|
1047
|
+
padding: 0.75rem 1rem;
|
|
1048
|
+
margin-bottom: 1rem;
|
|
1049
|
+
white-space: pre-wrap;
|
|
1050
|
+
word-break: break-word;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
._loading_1dgv9_18 {
|
|
1054
|
+
margin-bottom: 1rem;
|
|
1055
|
+
background-color: var(--moz-bg-gray-light);
|
|
1056
|
+
border-radius: 4px;
|
|
1057
|
+
padding: 0.75rem 1rem;
|
|
1058
|
+
display: flex;
|
|
1059
|
+
align-items: center;
|
|
1060
|
+
justify-content: center;
|
|
1061
|
+
min-height: 80px;
|
|
1062
|
+
}
|
|
1063
|
+
._loading_1dgv9_18 svg {
|
|
1064
|
+
width: 40px;
|
|
1065
|
+
height: 40px;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
._actions_1dgv9_33 {
|
|
1069
|
+
margin-top: 1rem;
|
|
1070
|
+
display: flex;
|
|
1071
|
+
justify-content: flex-end;
|
|
1072
|
+
gap: 0.5rem;
|
|
1073
|
+
color: var(--moz-text-input);
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
@media (max-width: 425px) {
|
|
1077
|
+
._actions_1dgv9_33 {
|
|
1078
|
+
flex-direction: column;
|
|
1079
|
+
align-items: stretch;
|
|
1080
|
+
}
|
|
1081
|
+
._actions_1dgv9_33 > button {
|
|
1082
|
+
width: 100%;
|
|
1083
|
+
justify-content: center;
|
|
1084
|
+
}
|
|
945
1085
|
}._detail_1nbuk_1 {
|
|
946
1086
|
display: none;
|
|
947
1087
|
padding: 1rem 1.5rem;
|
|
@@ -1220,94 +1360,6 @@
|
|
|
1220
1360
|
._templates--container_1jxqg_30 {
|
|
1221
1361
|
max-height: 400px;
|
|
1222
1362
|
overflow: scroll;
|
|
1223
|
-
}.resbook-modal .ant-modal-centered .ant-modal {
|
|
1224
|
-
border: 0;
|
|
1225
|
-
border-radius: 6px;
|
|
1226
|
-
background-color: var(--moz-cta-content-bg) !important;
|
|
1227
|
-
}
|
|
1228
|
-
.resbook-modal .ant-modal-content {
|
|
1229
|
-
background-color: transparent;
|
|
1230
|
-
border-radius: 6px;
|
|
1231
|
-
}
|
|
1232
|
-
.resbook-modal .ant-modal-header,
|
|
1233
|
-
.resbook-modal .ant-modal-body {
|
|
1234
|
-
background-color: var(--moz-cta-content-bg) !important;
|
|
1235
|
-
color: var(--moz-text-input) !important;
|
|
1236
|
-
}
|
|
1237
|
-
.resbook-modal .ant-modal-header {
|
|
1238
|
-
border-bottom: 0;
|
|
1239
|
-
border-radius: 6px 6px 0 0;
|
|
1240
|
-
padding-bottom: 0;
|
|
1241
|
-
}
|
|
1242
|
-
.resbook-modal .ant-modal-body {
|
|
1243
|
-
border-radius: 0 0 6px 6px;
|
|
1244
|
-
padding-top: 0;
|
|
1245
|
-
}
|
|
1246
|
-
.resbook-modal .ant-modal-header h1,
|
|
1247
|
-
.resbook-modal .ant-modal-header p,
|
|
1248
|
-
.resbook-modal .ant-modal-body h1,
|
|
1249
|
-
.resbook-modal .ant-modal-body h2,
|
|
1250
|
-
.resbook-modal .ant-modal-body h3,
|
|
1251
|
-
.resbook-modal .ant-modal-body h4,
|
|
1252
|
-
.resbook-modal .ant-modal-body p {
|
|
1253
|
-
font-family: "Public Sans", sans-serif;
|
|
1254
|
-
}
|
|
1255
|
-
.resbook-modal .ant-modal-header p,
|
|
1256
|
-
.resbook-modal .ant-modal-body p {
|
|
1257
|
-
font-size: 15px;
|
|
1258
|
-
color: var(--moz-text-input) !important;
|
|
1259
|
-
}
|
|
1260
|
-
.resbook-modal .ant-modal-header p {
|
|
1261
|
-
margin-bottom: 0;
|
|
1262
|
-
margin-top: 0;
|
|
1263
|
-
}
|
|
1264
|
-
.resbook-modal .ant-modal-header h1,
|
|
1265
|
-
.resbook-modal .ant-modal-body h1 {
|
|
1266
|
-
font-weight: 600;
|
|
1267
|
-
color: var(--moz-text-label) !important;
|
|
1268
|
-
font-size: 18px;
|
|
1269
|
-
}
|
|
1270
|
-
.resbook-modal .ant-modal-body label {
|
|
1271
|
-
font-size: 15px;
|
|
1272
|
-
color: var(--moz-text-label) !important;
|
|
1273
|
-
}
|
|
1274
|
-
.resbook-modal .ant-modal-body h2 {
|
|
1275
|
-
color: var(--moz-text-input) !important;
|
|
1276
|
-
}
|
|
1277
|
-
.resbook-modal .ant-modal-body [class*=regularHourContainer] {
|
|
1278
|
-
color: var(--moz-text-input) !important;
|
|
1279
|
-
box-shadow: none;
|
|
1280
|
-
font-family: var(--font-family);
|
|
1281
|
-
}
|
|
1282
|
-
.resbook-modal .ant-modal-body [class*=regularHourContainer] strong {
|
|
1283
|
-
font-weight: 300;
|
|
1284
|
-
font-size: 15px;
|
|
1285
|
-
}
|
|
1286
|
-
.resbook-modal .mz-header .css-spersy-control {
|
|
1287
|
-
background-color: var(--moz-text-input) !important;
|
|
1288
|
-
border-width: 0 0 1px;
|
|
1289
|
-
border-radius: 0;
|
|
1290
|
-
}
|
|
1291
|
-
.resbook-modal .ant-modal-body .css-spersy-control {
|
|
1292
|
-
background-color: var(--moz-text-input) !important;
|
|
1293
|
-
border-width: 0 0 1px;
|
|
1294
|
-
border-radius: 0;
|
|
1295
|
-
}
|
|
1296
|
-
.resbook-modal .css-spersy-control > div > div:first-child {
|
|
1297
|
-
color: var(--moz-text-input) !important;
|
|
1298
|
-
font-family: "Public Sans", sans-serif;
|
|
1299
|
-
padding: 7px 0;
|
|
1300
|
-
}
|
|
1301
|
-
.resbook-modal .ant-modal-body #react-select-4-listbox {
|
|
1302
|
-
background-color: var(--moz-text-input) !important;
|
|
1303
|
-
font-family: var(--font-family);
|
|
1304
|
-
}
|
|
1305
|
-
.resbook-modal .ant-modal-title,
|
|
1306
|
-
.resbook-modal .ant-modal-body span {
|
|
1307
|
-
color: var(--moz-text-input) !important;
|
|
1308
|
-
}
|
|
1309
|
-
.resbook-modal .ant-modal-close-x line {
|
|
1310
|
-
stroke: var(--moz-text-input) !important;
|
|
1311
1363
|
}._container_vuyk0_1 {
|
|
1312
1364
|
display: inline;
|
|
1313
1365
|
padding: 4px 0px 0px 0px;
|
|
@@ -5005,13 +5057,13 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5005
5057
|
background: var(--moz-cta-success-hover);
|
|
5006
5058
|
color: var(--moz-cta-success-text-hover);
|
|
5007
5059
|
}
|
|
5008
|
-
.
|
|
5060
|
+
._mainWrapper_qcpcl_2 {
|
|
5009
5061
|
display: flex;
|
|
5010
5062
|
flex-direction: column;
|
|
5011
5063
|
height: 100vh;
|
|
5012
5064
|
overflow: hidden;
|
|
5013
5065
|
}
|
|
5014
|
-
.
|
|
5066
|
+
._mainConatiner_qcpcl_9 {
|
|
5015
5067
|
color: var(--moz-text-primary);
|
|
5016
5068
|
flex: 1;
|
|
5017
5069
|
padding-left: 10px;
|
|
@@ -5022,7 +5074,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5022
5074
|
overflow: hidden;
|
|
5023
5075
|
min-height: 0;
|
|
5024
5076
|
}
|
|
5025
|
-
.
|
|
5077
|
+
._mainConatiner_qcpcl_9 ._mainTableContainer_qcpcl_20 {
|
|
5026
5078
|
padding-top: 10px;
|
|
5027
5079
|
flex: 1;
|
|
5028
5080
|
display: flex;
|
|
@@ -5030,25 +5082,26 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5030
5082
|
overflow: hidden;
|
|
5031
5083
|
min-height: 0;
|
|
5032
5084
|
}
|
|
5033
|
-
.
|
|
5034
|
-
width:
|
|
5085
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 {
|
|
5086
|
+
width: 450px;
|
|
5087
|
+
min-width: 450px;
|
|
5035
5088
|
padding: 1rem;
|
|
5036
5089
|
display: flex;
|
|
5037
5090
|
flex-direction: column;
|
|
5038
5091
|
background-color: var(--moz-cta-content-bg);
|
|
5039
5092
|
box-shadow: -5px 30px 10px rgba(0, 0, 0, 0.1);
|
|
5040
5093
|
}
|
|
5041
|
-
.
|
|
5094
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarContent_qcpcl_37 {
|
|
5042
5095
|
display: flex;
|
|
5043
5096
|
flex-direction: column;
|
|
5044
5097
|
height: 100%;
|
|
5045
5098
|
}
|
|
5046
|
-
.
|
|
5099
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarHeader_qcpcl_42 {
|
|
5047
5100
|
display: flex;
|
|
5048
5101
|
align-items: center;
|
|
5049
5102
|
justify-content: space-between;
|
|
5050
5103
|
}
|
|
5051
|
-
.
|
|
5104
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarMainContent_qcpcl_47 {
|
|
5052
5105
|
flex: 1;
|
|
5053
5106
|
display: flex;
|
|
5054
5107
|
flex-direction: column;
|
|
@@ -5056,123 +5109,123 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5056
5109
|
padding: 1rem;
|
|
5057
5110
|
gap: 1.5rem;
|
|
5058
5111
|
}
|
|
5059
|
-
.
|
|
5112
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarFooter_qcpcl_55 {
|
|
5060
5113
|
display: flex;
|
|
5061
5114
|
flex-direction: column;
|
|
5062
5115
|
gap: 1rem;
|
|
5063
5116
|
}
|
|
5064
|
-
.
|
|
5117
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._headerReferece_qcpcl_60 {
|
|
5065
5118
|
color: var(--moz-text-primary);
|
|
5066
5119
|
}
|
|
5067
|
-
.
|
|
5120
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon_qcpcl_63 {
|
|
5068
5121
|
display: none;
|
|
5069
5122
|
}
|
|
5070
5123
|
@media (max-width: 768px) {
|
|
5071
|
-
.
|
|
5124
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 {
|
|
5072
5125
|
width: 0px;
|
|
5073
5126
|
padding: 0;
|
|
5074
5127
|
}
|
|
5075
|
-
.
|
|
5128
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarContent_qcpcl_37 {
|
|
5076
5129
|
display: none;
|
|
5077
5130
|
}
|
|
5078
|
-
.
|
|
5131
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--open_qcpcl_74 {
|
|
5079
5132
|
position: fixed;
|
|
5080
5133
|
right: 0px;
|
|
5081
5134
|
width: 100%;
|
|
5082
5135
|
padding: 1rem;
|
|
5083
5136
|
}
|
|
5084
|
-
.
|
|
5137
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--close_qcpcl_80 {
|
|
5085
5138
|
position: inherit;
|
|
5086
5139
|
width: 0px;
|
|
5087
5140
|
padding: 0;
|
|
5088
5141
|
}
|
|
5089
|
-
.
|
|
5142
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon_qcpcl_63 {
|
|
5090
5143
|
display: none;
|
|
5091
5144
|
}
|
|
5092
|
-
.
|
|
5145
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon--show_qcpcl_88 {
|
|
5093
5146
|
display: block;
|
|
5094
5147
|
cursor: pointer;
|
|
5095
5148
|
}
|
|
5096
5149
|
}
|
|
5097
5150
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
5098
|
-
.
|
|
5151
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 {
|
|
5099
5152
|
width: 0px;
|
|
5100
5153
|
padding: 0;
|
|
5101
5154
|
height: calc(100vh - var(--enable-onboarding-height, 20px));
|
|
5102
5155
|
transition: width 0.3s ease-in-out;
|
|
5103
5156
|
}
|
|
5104
|
-
.
|
|
5157
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarContent_qcpcl_37 {
|
|
5105
5158
|
display: none;
|
|
5106
5159
|
}
|
|
5107
|
-
.
|
|
5160
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--open_qcpcl_74 {
|
|
5108
5161
|
position: fixed;
|
|
5109
5162
|
right: 0px;
|
|
5110
5163
|
width: 450px;
|
|
5111
5164
|
padding: 1rem;
|
|
5112
5165
|
}
|
|
5113
|
-
.
|
|
5166
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--open_qcpcl_74 ._sidebarContent_qcpcl_37 {
|
|
5114
5167
|
display: flex;
|
|
5115
5168
|
}
|
|
5116
|
-
.
|
|
5169
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--close_qcpcl_80 {
|
|
5117
5170
|
position: inherit;
|
|
5118
5171
|
width: 0px;
|
|
5119
5172
|
padding: 0;
|
|
5120
5173
|
}
|
|
5121
|
-
.
|
|
5174
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon_qcpcl_63 {
|
|
5122
5175
|
display: none;
|
|
5123
5176
|
}
|
|
5124
|
-
.
|
|
5177
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon--show_qcpcl_88 {
|
|
5125
5178
|
display: block;
|
|
5126
5179
|
cursor: pointer;
|
|
5127
5180
|
}
|
|
5128
5181
|
}
|
|
5129
|
-
.
|
|
5182
|
+
._headerContainer_qcpcl_126 {
|
|
5130
5183
|
display: flex;
|
|
5131
5184
|
justify-content: space-between;
|
|
5132
5185
|
align-items: center;
|
|
5133
5186
|
flex-wrap: wrap;
|
|
5134
5187
|
}
|
|
5135
|
-
.
|
|
5188
|
+
._headerContainer_qcpcl_126 ._searchContainer_qcpcl_132 {
|
|
5136
5189
|
display: flex;
|
|
5137
5190
|
align-items: center;
|
|
5138
5191
|
gap: 10px;
|
|
5139
5192
|
width: 180px;
|
|
5140
5193
|
}
|
|
5141
5194
|
@media (max-width: 768px) {
|
|
5142
|
-
.
|
|
5195
|
+
._headerContainer_qcpcl_126 ._searchContainer_qcpcl_132 {
|
|
5143
5196
|
width: 200px;
|
|
5144
5197
|
}
|
|
5145
5198
|
}
|
|
5146
|
-
.
|
|
5199
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 {
|
|
5147
5200
|
display: flex;
|
|
5148
5201
|
align-items: center;
|
|
5149
5202
|
gap: 0.5rem;
|
|
5150
5203
|
}
|
|
5151
|
-
.
|
|
5204
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 ._buttonItem_qcpcl_148 {
|
|
5152
5205
|
display: block;
|
|
5153
5206
|
transition: 0.3s;
|
|
5154
5207
|
}
|
|
5155
5208
|
@media (max-width: 768px) {
|
|
5156
|
-
.
|
|
5209
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 ._buttonItem_qcpcl_148 {
|
|
5157
5210
|
display: none;
|
|
5158
5211
|
}
|
|
5159
5212
|
}
|
|
5160
|
-
.
|
|
5213
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 ._addReservationButton_qcpcl_157 {
|
|
5161
5214
|
display: inherit;
|
|
5162
5215
|
}
|
|
5163
5216
|
@media (max-width: 768px) {
|
|
5164
|
-
.
|
|
5217
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 ._addReservationButton_qcpcl_157 {
|
|
5165
5218
|
display: none;
|
|
5166
5219
|
}
|
|
5167
5220
|
}
|
|
5168
|
-
.
|
|
5221
|
+
._hideCancellationsContainer_qcpcl_166 {
|
|
5169
5222
|
display: flex;
|
|
5170
5223
|
align-items: center;
|
|
5171
5224
|
justify-content: flex-end;
|
|
5172
5225
|
gap: 0.5rem;
|
|
5173
5226
|
margin-top: 10px;
|
|
5174
5227
|
}
|
|
5175
|
-
.
|
|
5228
|
+
._customerVisitContainer_qcpcl_174 {
|
|
5176
5229
|
display: flex;
|
|
5177
5230
|
align-items: center;
|
|
5178
5231
|
justify-content: flex-start;
|
|
@@ -5183,23 +5236,23 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5183
5236
|
padding-right: 10px;
|
|
5184
5237
|
color: var(--moz-cta-primary-text);
|
|
5185
5238
|
}
|
|
5186
|
-
.
|
|
5239
|
+
._customerVisitContainer_qcpcl_174._multipleVisits_qcpcl_185 {
|
|
5187
5240
|
background: var(--moz-cta-primary);
|
|
5188
5241
|
}
|
|
5189
|
-
.
|
|
5242
|
+
._customerVisitContainer_qcpcl_174._singleVisit_qcpcl_188 {
|
|
5190
5243
|
background: var(--moz-cta-success);
|
|
5191
5244
|
}
|
|
5192
|
-
.
|
|
5245
|
+
._customerVisitContainer_qcpcl_174._loading_qcpcl_191 {
|
|
5193
5246
|
display: flex;
|
|
5194
5247
|
align-items: center;
|
|
5195
5248
|
justify-content: center;
|
|
5196
5249
|
background: var(--moz-cta-content-sec-bg);
|
|
5197
5250
|
}
|
|
5198
|
-
.
|
|
5251
|
+
._customerVisitContainer_qcpcl_174 h4, ._customerVisitContainer_qcpcl_174 h5 {
|
|
5199
5252
|
color: inherit;
|
|
5200
5253
|
margin: 0;
|
|
5201
5254
|
}
|
|
5202
|
-
.
|
|
5255
|
+
._tableTopHeader_qcpcl_202 {
|
|
5203
5256
|
display: flex;
|
|
5204
5257
|
justify-content: space-between;
|
|
5205
5258
|
align-items: center;
|
|
@@ -5208,50 +5261,50 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5208
5261
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
5209
5262
|
}
|
|
5210
5263
|
@media (max-width: 768px) {
|
|
5211
|
-
.
|
|
5264
|
+
._tableTopHeader_qcpcl_202 {
|
|
5212
5265
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
5213
5266
|
}
|
|
5214
5267
|
}
|
|
5215
|
-
.
|
|
5268
|
+
._tableTopHeaderContent_qcpcl_216 {
|
|
5216
5269
|
display: flex;
|
|
5217
5270
|
justify-content: space-between;
|
|
5218
5271
|
align-items: center;
|
|
5219
5272
|
margin-top: 20px;
|
|
5220
5273
|
margin-bottom: 10px;
|
|
5221
5274
|
}
|
|
5222
|
-
.
|
|
5275
|
+
._tableTopHeaderContent_qcpcl_216 ._tableTopHeaderContentText_qcpcl_223 {
|
|
5223
5276
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
5224
5277
|
}
|
|
5225
5278
|
@media (max-width: 768px) {
|
|
5226
|
-
.
|
|
5279
|
+
._tableTopHeaderContent_qcpcl_216 ._tableTopHeaderContentText_qcpcl_223 {
|
|
5227
5280
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
5228
5281
|
}
|
|
5229
5282
|
}
|
|
5230
|
-
.
|
|
5283
|
+
._tableRowContainer_qcpcl_232 {
|
|
5231
5284
|
display: flex;
|
|
5232
5285
|
flex-direction: column;
|
|
5233
5286
|
width: 100%;
|
|
5234
5287
|
gap: 0.5rem;
|
|
5235
5288
|
}
|
|
5236
|
-
.
|
|
5289
|
+
._tableRowContainer_qcpcl_232 ._tableRowCard_qcpcl_238 {
|
|
5237
5290
|
padding: 0;
|
|
5238
5291
|
background-color: var(--moz-cta-content-bg);
|
|
5239
5292
|
overflow-x: auto;
|
|
5240
5293
|
opacity: 0;
|
|
5241
5294
|
transform: translateX(-20px);
|
|
5242
|
-
animation:
|
|
5295
|
+
animation: _fadeInX_qcpcl_1 0.3s ease-in forwards;
|
|
5243
5296
|
}
|
|
5244
|
-
.
|
|
5297
|
+
._tableRowContainer_qcpcl_232 ._tableRowCard_qcpcl_238 ._canceled_qcpcl_246 {
|
|
5245
5298
|
text-decoration: line-through;
|
|
5246
5299
|
}
|
|
5247
|
-
.
|
|
5300
|
+
._tableRowContainer_qcpcl_232 ._tableRowCard_qcpcl_238 ._noData_qcpcl_249 {
|
|
5248
5301
|
display: flex;
|
|
5249
5302
|
justify-content: center;
|
|
5250
5303
|
align-items: center;
|
|
5251
5304
|
height: 100px;
|
|
5252
5305
|
color: var(--moz-text-secondary);
|
|
5253
5306
|
}
|
|
5254
|
-
.
|
|
5307
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 {
|
|
5255
5308
|
display: flex;
|
|
5256
5309
|
width: 150px;
|
|
5257
5310
|
flex-direction: column;
|
|
@@ -5263,25 +5316,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5263
5316
|
background-color: var(--moz-cta-content-sec-bg);
|
|
5264
5317
|
}
|
|
5265
5318
|
@media (max-width: 768px) {
|
|
5266
|
-
.
|
|
5319
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 {
|
|
5267
5320
|
padding: 0 0.5rem 0 0.5rem;
|
|
5268
5321
|
}
|
|
5269
5322
|
}
|
|
5270
|
-
.
|
|
5323
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 ._tableRowHourText_qcpcl_272 {
|
|
5271
5324
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
5272
5325
|
}
|
|
5273
5326
|
@media (max-width: 768px) {
|
|
5274
|
-
.
|
|
5327
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 ._tableRowHourText_qcpcl_272 {
|
|
5275
5328
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
5276
5329
|
}
|
|
5277
5330
|
}
|
|
5278
|
-
.
|
|
5331
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 ._hours_qcpcl_280 {
|
|
5279
5332
|
display: flex;
|
|
5280
5333
|
justify-content: center;
|
|
5281
5334
|
align-items: center;
|
|
5282
5335
|
gap: 0.5rem;
|
|
5283
5336
|
}
|
|
5284
|
-
.
|
|
5337
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 {
|
|
5285
5338
|
display: flex;
|
|
5286
5339
|
align-items: center;
|
|
5287
5340
|
gap: 0.5rem;
|
|
@@ -5291,26 +5344,26 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5291
5344
|
width: 100%;
|
|
5292
5345
|
}
|
|
5293
5346
|
@media (max-width: 768px) {
|
|
5294
|
-
.
|
|
5347
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 {
|
|
5295
5348
|
flex-direction: column;
|
|
5296
5349
|
padding: 0.5rem;
|
|
5297
5350
|
}
|
|
5298
5351
|
}
|
|
5299
|
-
.
|
|
5352
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowImage_qcpcl_301 {
|
|
5300
5353
|
width: 45px;
|
|
5301
5354
|
height: 45px;
|
|
5302
5355
|
border-radius: 50%;
|
|
5303
5356
|
margin-right: 10px;
|
|
5304
5357
|
}
|
|
5305
5358
|
@media (max-width: 768px) {
|
|
5306
|
-
.
|
|
5359
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowImage_qcpcl_301 {
|
|
5307
5360
|
width: 30px;
|
|
5308
5361
|
height: 30px;
|
|
5309
5362
|
border-radius: 50%;
|
|
5310
5363
|
margin-right: 5px;
|
|
5311
5364
|
}
|
|
5312
5365
|
}
|
|
5313
|
-
.
|
|
5366
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowContactContainer_qcpcl_315 {
|
|
5314
5367
|
display: flex;
|
|
5315
5368
|
flex-direction: column;
|
|
5316
5369
|
text-align: left;
|
|
@@ -5318,24 +5371,24 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5318
5371
|
max-width: 200px;
|
|
5319
5372
|
}
|
|
5320
5373
|
@media (max-width: 768px) {
|
|
5321
|
-
.
|
|
5374
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowContactContainer_qcpcl_315 {
|
|
5322
5375
|
text-align: center;
|
|
5323
5376
|
}
|
|
5324
5377
|
}
|
|
5325
|
-
.
|
|
5378
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowContactContainer_qcpcl_315 ._rowContactText_qcpcl_327 {
|
|
5326
5379
|
white-space: nowrap;
|
|
5327
5380
|
overflow: hidden;
|
|
5328
5381
|
text-overflow: ellipsis;
|
|
5329
5382
|
max-width: 100%;
|
|
5330
5383
|
}
|
|
5331
|
-
.
|
|
5384
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowContactContainer_qcpcl_315 ._rowContactPhone_qcpcl_333 {
|
|
5332
5385
|
white-space: nowrap;
|
|
5333
5386
|
overflow: hidden;
|
|
5334
5387
|
text-overflow: ellipsis;
|
|
5335
5388
|
max-width: 100%;
|
|
5336
5389
|
color: var(--moz-text-secondary);
|
|
5337
5390
|
}
|
|
5338
|
-
.
|
|
5391
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowSectionContainer_qcpcl_340 {
|
|
5339
5392
|
display: flex;
|
|
5340
5393
|
flex-direction: row;
|
|
5341
5394
|
text-align: center;
|
|
@@ -5343,25 +5396,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5343
5396
|
min-width: 200px;
|
|
5344
5397
|
}
|
|
5345
5398
|
@media (max-width: 768px) {
|
|
5346
|
-
.
|
|
5399
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowSectionContainer_qcpcl_340 {
|
|
5347
5400
|
justify-content: center;
|
|
5348
5401
|
gap: 20px;
|
|
5349
5402
|
}
|
|
5350
5403
|
}
|
|
5351
|
-
.
|
|
5404
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowSectionContainer_qcpcl_340 ._rowSection_qcpcl_340 ._rowSectionText_qcpcl_353 {
|
|
5352
5405
|
white-space: nowrap;
|
|
5353
5406
|
overflow: hidden;
|
|
5354
5407
|
text-overflow: ellipsis;
|
|
5355
5408
|
max-width: 100%;
|
|
5356
5409
|
}
|
|
5357
|
-
.
|
|
5410
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowSectionContainer_qcpcl_340 ._rowSection_qcpcl_340 ._rowSectionSecText_qcpcl_359 {
|
|
5358
5411
|
white-space: nowrap;
|
|
5359
5412
|
overflow: hidden;
|
|
5360
5413
|
text-overflow: ellipsis;
|
|
5361
5414
|
max-width: 100%;
|
|
5362
5415
|
color: var(--moz-text-secondary);
|
|
5363
5416
|
}
|
|
5364
|
-
.
|
|
5417
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowActionButton_qcpcl_366 {
|
|
5365
5418
|
min-width: 200px;
|
|
5366
5419
|
display: flex;
|
|
5367
5420
|
flex: 1;
|
|
@@ -5369,16 +5422,16 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5369
5422
|
display: inherit;
|
|
5370
5423
|
}
|
|
5371
5424
|
@media (max-width: 768px) {
|
|
5372
|
-
.
|
|
5425
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowActionButton_qcpcl_366 {
|
|
5373
5426
|
display: none;
|
|
5374
5427
|
}
|
|
5375
5428
|
}
|
|
5376
|
-
.
|
|
5429
|
+
._bookingInfoContainer_qcpcl_379 {
|
|
5377
5430
|
width: 100%;
|
|
5378
5431
|
display: flex;
|
|
5379
5432
|
justify-content: space-between;
|
|
5380
5433
|
}
|
|
5381
|
-
.
|
|
5434
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 {
|
|
5382
5435
|
display: flex;
|
|
5383
5436
|
flex-direction: column;
|
|
5384
5437
|
gap: 10px;
|
|
@@ -5386,11 +5439,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5386
5439
|
flex-wrap: wrap;
|
|
5387
5440
|
margin: 10px;
|
|
5388
5441
|
}
|
|
5389
|
-
.
|
|
5442
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 {
|
|
5390
5443
|
display: flex;
|
|
5391
5444
|
gap: 10px;
|
|
5392
5445
|
}
|
|
5393
|
-
.
|
|
5446
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 ._bookingInfoCard_qcpcl_384 {
|
|
5394
5447
|
width: 43px;
|
|
5395
5448
|
height: 43px;
|
|
5396
5449
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -5398,19 +5451,19 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5398
5451
|
padding: 10px;
|
|
5399
5452
|
border-radius: 6px;
|
|
5400
5453
|
}
|
|
5401
|
-
.
|
|
5454
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 ._bookingInfoCardContent_qcpcl_404 {
|
|
5402
5455
|
display: flex;
|
|
5403
5456
|
flex-direction: column;
|
|
5404
5457
|
justify-content: center;
|
|
5405
5458
|
gap: 4px;
|
|
5406
5459
|
}
|
|
5407
|
-
.
|
|
5460
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 ._bookingInfoCardContent_qcpcl_404 ._bookingInfoCardTitle_qcpcl_410 {
|
|
5408
5461
|
color: var(--moz-text-primary);
|
|
5409
5462
|
}
|
|
5410
|
-
.
|
|
5463
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 ._bookingInfoCardContent_qcpcl_404 ._bookingInfoCardText_qcpcl_413 {
|
|
5411
5464
|
color: var(--moz-text-secondary);
|
|
5412
5465
|
}
|
|
5413
|
-
.
|
|
5466
|
+
._enableOnboardingContainer_qcpcl_417 {
|
|
5414
5467
|
background-color: var(--moz-cta-soft-danger);
|
|
5415
5468
|
color: var(--moz-cta-danger-text);
|
|
5416
5469
|
padding: 10px;
|
|
@@ -5421,7 +5474,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5421
5474
|
justify-content: space-between;
|
|
5422
5475
|
align-items: center;
|
|
5423
5476
|
}
|
|
5424
|
-
@keyframes
|
|
5477
|
+
@keyframes _fadeInX_qcpcl_1 {
|
|
5425
5478
|
from {
|
|
5426
5479
|
opacity: 0;
|
|
5427
5480
|
transform: translateX(-20px);
|