mozrest-sdk-react-dev 0.3.73 → 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 +1187 -692
- package/package.json +1 -1
- package/style.css +251 -173
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;
|
|
@@ -3718,6 +3770,27 @@ hr {
|
|
|
3718
3770
|
height: 12px;
|
|
3719
3771
|
}
|
|
3720
3772
|
|
|
3773
|
+
@media (max-width: 768px) {
|
|
3774
|
+
._connectedText_1nbx5_1 {
|
|
3775
|
+
display: none;
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3778
|
+
._connectedCheck_1nbx5_5 {
|
|
3779
|
+
display: block;
|
|
3780
|
+
}
|
|
3781
|
+
}._connectedText_1nbx5_1 {
|
|
3782
|
+
display: block;
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3785
|
+
._connectedCheck_1nbx5_5 {
|
|
3786
|
+
display: none;
|
|
3787
|
+
}
|
|
3788
|
+
|
|
3789
|
+
._connectedCheck_1nbx5_5 img {
|
|
3790
|
+
width: auto;
|
|
3791
|
+
height: 12px;
|
|
3792
|
+
}
|
|
3793
|
+
|
|
3721
3794
|
@media (max-width: 768px) {
|
|
3722
3795
|
._connectedText_1nbx5_1 {
|
|
3723
3796
|
display: none;
|
|
@@ -4984,13 +5057,13 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4984
5057
|
background: var(--moz-cta-success-hover);
|
|
4985
5058
|
color: var(--moz-cta-success-text-hover);
|
|
4986
5059
|
}
|
|
4987
|
-
.
|
|
5060
|
+
._mainWrapper_qcpcl_2 {
|
|
4988
5061
|
display: flex;
|
|
4989
5062
|
flex-direction: column;
|
|
4990
5063
|
height: 100vh;
|
|
4991
5064
|
overflow: hidden;
|
|
4992
5065
|
}
|
|
4993
|
-
.
|
|
5066
|
+
._mainConatiner_qcpcl_9 {
|
|
4994
5067
|
color: var(--moz-text-primary);
|
|
4995
5068
|
flex: 1;
|
|
4996
5069
|
padding-left: 10px;
|
|
@@ -5001,7 +5074,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5001
5074
|
overflow: hidden;
|
|
5002
5075
|
min-height: 0;
|
|
5003
5076
|
}
|
|
5004
|
-
.
|
|
5077
|
+
._mainConatiner_qcpcl_9 ._mainTableContainer_qcpcl_20 {
|
|
5005
5078
|
padding-top: 10px;
|
|
5006
5079
|
flex: 1;
|
|
5007
5080
|
display: flex;
|
|
@@ -5009,25 +5082,26 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5009
5082
|
overflow: hidden;
|
|
5010
5083
|
min-height: 0;
|
|
5011
5084
|
}
|
|
5012
|
-
.
|
|
5013
|
-
width:
|
|
5085
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 {
|
|
5086
|
+
width: 450px;
|
|
5087
|
+
min-width: 450px;
|
|
5014
5088
|
padding: 1rem;
|
|
5015
5089
|
display: flex;
|
|
5016
5090
|
flex-direction: column;
|
|
5017
5091
|
background-color: var(--moz-cta-content-bg);
|
|
5018
5092
|
box-shadow: -5px 30px 10px rgba(0, 0, 0, 0.1);
|
|
5019
5093
|
}
|
|
5020
|
-
.
|
|
5094
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarContent_qcpcl_37 {
|
|
5021
5095
|
display: flex;
|
|
5022
5096
|
flex-direction: column;
|
|
5023
5097
|
height: 100%;
|
|
5024
5098
|
}
|
|
5025
|
-
.
|
|
5099
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarHeader_qcpcl_42 {
|
|
5026
5100
|
display: flex;
|
|
5027
5101
|
align-items: center;
|
|
5028
5102
|
justify-content: space-between;
|
|
5029
5103
|
}
|
|
5030
|
-
.
|
|
5104
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarMainContent_qcpcl_47 {
|
|
5031
5105
|
flex: 1;
|
|
5032
5106
|
display: flex;
|
|
5033
5107
|
flex-direction: column;
|
|
@@ -5035,123 +5109,123 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5035
5109
|
padding: 1rem;
|
|
5036
5110
|
gap: 1.5rem;
|
|
5037
5111
|
}
|
|
5038
|
-
.
|
|
5112
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarFooter_qcpcl_55 {
|
|
5039
5113
|
display: flex;
|
|
5040
5114
|
flex-direction: column;
|
|
5041
5115
|
gap: 1rem;
|
|
5042
5116
|
}
|
|
5043
|
-
.
|
|
5117
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._headerReferece_qcpcl_60 {
|
|
5044
5118
|
color: var(--moz-text-primary);
|
|
5045
5119
|
}
|
|
5046
|
-
.
|
|
5120
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon_qcpcl_63 {
|
|
5047
5121
|
display: none;
|
|
5048
5122
|
}
|
|
5049
5123
|
@media (max-width: 768px) {
|
|
5050
|
-
.
|
|
5124
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 {
|
|
5051
5125
|
width: 0px;
|
|
5052
5126
|
padding: 0;
|
|
5053
5127
|
}
|
|
5054
|
-
.
|
|
5128
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarContent_qcpcl_37 {
|
|
5055
5129
|
display: none;
|
|
5056
5130
|
}
|
|
5057
|
-
.
|
|
5131
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--open_qcpcl_74 {
|
|
5058
5132
|
position: fixed;
|
|
5059
5133
|
right: 0px;
|
|
5060
5134
|
width: 100%;
|
|
5061
5135
|
padding: 1rem;
|
|
5062
5136
|
}
|
|
5063
|
-
.
|
|
5137
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--close_qcpcl_80 {
|
|
5064
5138
|
position: inherit;
|
|
5065
5139
|
width: 0px;
|
|
5066
5140
|
padding: 0;
|
|
5067
5141
|
}
|
|
5068
|
-
.
|
|
5142
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon_qcpcl_63 {
|
|
5069
5143
|
display: none;
|
|
5070
5144
|
}
|
|
5071
|
-
.
|
|
5145
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon--show_qcpcl_88 {
|
|
5072
5146
|
display: block;
|
|
5073
5147
|
cursor: pointer;
|
|
5074
5148
|
}
|
|
5075
5149
|
}
|
|
5076
5150
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
5077
|
-
.
|
|
5151
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 {
|
|
5078
5152
|
width: 0px;
|
|
5079
5153
|
padding: 0;
|
|
5080
5154
|
height: calc(100vh - var(--enable-onboarding-height, 20px));
|
|
5081
5155
|
transition: width 0.3s ease-in-out;
|
|
5082
5156
|
}
|
|
5083
|
-
.
|
|
5157
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarContent_qcpcl_37 {
|
|
5084
5158
|
display: none;
|
|
5085
5159
|
}
|
|
5086
|
-
.
|
|
5160
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--open_qcpcl_74 {
|
|
5087
5161
|
position: fixed;
|
|
5088
5162
|
right: 0px;
|
|
5089
5163
|
width: 450px;
|
|
5090
5164
|
padding: 1rem;
|
|
5091
5165
|
}
|
|
5092
|
-
.
|
|
5166
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--open_qcpcl_74 ._sidebarContent_qcpcl_37 {
|
|
5093
5167
|
display: flex;
|
|
5094
5168
|
}
|
|
5095
|
-
.
|
|
5169
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer--close_qcpcl_80 {
|
|
5096
5170
|
position: inherit;
|
|
5097
5171
|
width: 0px;
|
|
5098
5172
|
padding: 0;
|
|
5099
5173
|
}
|
|
5100
|
-
.
|
|
5174
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon_qcpcl_63 {
|
|
5101
5175
|
display: none;
|
|
5102
5176
|
}
|
|
5103
|
-
.
|
|
5177
|
+
._mainConatiner_qcpcl_9 ._mainSidebarContainer_qcpcl_28 ._sidebarCloseIcon--show_qcpcl_88 {
|
|
5104
5178
|
display: block;
|
|
5105
5179
|
cursor: pointer;
|
|
5106
5180
|
}
|
|
5107
5181
|
}
|
|
5108
|
-
.
|
|
5182
|
+
._headerContainer_qcpcl_126 {
|
|
5109
5183
|
display: flex;
|
|
5110
5184
|
justify-content: space-between;
|
|
5111
5185
|
align-items: center;
|
|
5112
5186
|
flex-wrap: wrap;
|
|
5113
5187
|
}
|
|
5114
|
-
.
|
|
5188
|
+
._headerContainer_qcpcl_126 ._searchContainer_qcpcl_132 {
|
|
5115
5189
|
display: flex;
|
|
5116
5190
|
align-items: center;
|
|
5117
5191
|
gap: 10px;
|
|
5118
5192
|
width: 180px;
|
|
5119
5193
|
}
|
|
5120
5194
|
@media (max-width: 768px) {
|
|
5121
|
-
.
|
|
5195
|
+
._headerContainer_qcpcl_126 ._searchContainer_qcpcl_132 {
|
|
5122
5196
|
width: 200px;
|
|
5123
5197
|
}
|
|
5124
5198
|
}
|
|
5125
|
-
.
|
|
5199
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 {
|
|
5126
5200
|
display: flex;
|
|
5127
5201
|
align-items: center;
|
|
5128
5202
|
gap: 0.5rem;
|
|
5129
5203
|
}
|
|
5130
|
-
.
|
|
5204
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 ._buttonItem_qcpcl_148 {
|
|
5131
5205
|
display: block;
|
|
5132
5206
|
transition: 0.3s;
|
|
5133
5207
|
}
|
|
5134
5208
|
@media (max-width: 768px) {
|
|
5135
|
-
.
|
|
5209
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 ._buttonItem_qcpcl_148 {
|
|
5136
5210
|
display: none;
|
|
5137
5211
|
}
|
|
5138
5212
|
}
|
|
5139
|
-
.
|
|
5213
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 ._addReservationButton_qcpcl_157 {
|
|
5140
5214
|
display: inherit;
|
|
5141
5215
|
}
|
|
5142
5216
|
@media (max-width: 768px) {
|
|
5143
|
-
.
|
|
5217
|
+
._headerContainer_qcpcl_126 ._buttonList_qcpcl_143 ._addReservationButton_qcpcl_157 {
|
|
5144
5218
|
display: none;
|
|
5145
5219
|
}
|
|
5146
5220
|
}
|
|
5147
|
-
.
|
|
5221
|
+
._hideCancellationsContainer_qcpcl_166 {
|
|
5148
5222
|
display: flex;
|
|
5149
5223
|
align-items: center;
|
|
5150
5224
|
justify-content: flex-end;
|
|
5151
5225
|
gap: 0.5rem;
|
|
5152
5226
|
margin-top: 10px;
|
|
5153
5227
|
}
|
|
5154
|
-
.
|
|
5228
|
+
._customerVisitContainer_qcpcl_174 {
|
|
5155
5229
|
display: flex;
|
|
5156
5230
|
align-items: center;
|
|
5157
5231
|
justify-content: flex-start;
|
|
@@ -5162,23 +5236,23 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5162
5236
|
padding-right: 10px;
|
|
5163
5237
|
color: var(--moz-cta-primary-text);
|
|
5164
5238
|
}
|
|
5165
|
-
.
|
|
5239
|
+
._customerVisitContainer_qcpcl_174._multipleVisits_qcpcl_185 {
|
|
5166
5240
|
background: var(--moz-cta-primary);
|
|
5167
5241
|
}
|
|
5168
|
-
.
|
|
5242
|
+
._customerVisitContainer_qcpcl_174._singleVisit_qcpcl_188 {
|
|
5169
5243
|
background: var(--moz-cta-success);
|
|
5170
5244
|
}
|
|
5171
|
-
.
|
|
5245
|
+
._customerVisitContainer_qcpcl_174._loading_qcpcl_191 {
|
|
5172
5246
|
display: flex;
|
|
5173
5247
|
align-items: center;
|
|
5174
5248
|
justify-content: center;
|
|
5175
5249
|
background: var(--moz-cta-content-sec-bg);
|
|
5176
5250
|
}
|
|
5177
|
-
.
|
|
5251
|
+
._customerVisitContainer_qcpcl_174 h4, ._customerVisitContainer_qcpcl_174 h5 {
|
|
5178
5252
|
color: inherit;
|
|
5179
5253
|
margin: 0;
|
|
5180
5254
|
}
|
|
5181
|
-
.
|
|
5255
|
+
._tableTopHeader_qcpcl_202 {
|
|
5182
5256
|
display: flex;
|
|
5183
5257
|
justify-content: space-between;
|
|
5184
5258
|
align-items: center;
|
|
@@ -5187,50 +5261,50 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5187
5261
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
5188
5262
|
}
|
|
5189
5263
|
@media (max-width: 768px) {
|
|
5190
|
-
.
|
|
5264
|
+
._tableTopHeader_qcpcl_202 {
|
|
5191
5265
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
5192
5266
|
}
|
|
5193
5267
|
}
|
|
5194
|
-
.
|
|
5268
|
+
._tableTopHeaderContent_qcpcl_216 {
|
|
5195
5269
|
display: flex;
|
|
5196
5270
|
justify-content: space-between;
|
|
5197
5271
|
align-items: center;
|
|
5198
5272
|
margin-top: 20px;
|
|
5199
5273
|
margin-bottom: 10px;
|
|
5200
5274
|
}
|
|
5201
|
-
.
|
|
5275
|
+
._tableTopHeaderContent_qcpcl_216 ._tableTopHeaderContentText_qcpcl_223 {
|
|
5202
5276
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
5203
5277
|
}
|
|
5204
5278
|
@media (max-width: 768px) {
|
|
5205
|
-
.
|
|
5279
|
+
._tableTopHeaderContent_qcpcl_216 ._tableTopHeaderContentText_qcpcl_223 {
|
|
5206
5280
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
5207
5281
|
}
|
|
5208
5282
|
}
|
|
5209
|
-
.
|
|
5283
|
+
._tableRowContainer_qcpcl_232 {
|
|
5210
5284
|
display: flex;
|
|
5211
5285
|
flex-direction: column;
|
|
5212
5286
|
width: 100%;
|
|
5213
5287
|
gap: 0.5rem;
|
|
5214
5288
|
}
|
|
5215
|
-
.
|
|
5289
|
+
._tableRowContainer_qcpcl_232 ._tableRowCard_qcpcl_238 {
|
|
5216
5290
|
padding: 0;
|
|
5217
5291
|
background-color: var(--moz-cta-content-bg);
|
|
5218
5292
|
overflow-x: auto;
|
|
5219
5293
|
opacity: 0;
|
|
5220
5294
|
transform: translateX(-20px);
|
|
5221
|
-
animation:
|
|
5295
|
+
animation: _fadeInX_qcpcl_1 0.3s ease-in forwards;
|
|
5222
5296
|
}
|
|
5223
|
-
.
|
|
5297
|
+
._tableRowContainer_qcpcl_232 ._tableRowCard_qcpcl_238 ._canceled_qcpcl_246 {
|
|
5224
5298
|
text-decoration: line-through;
|
|
5225
5299
|
}
|
|
5226
|
-
.
|
|
5300
|
+
._tableRowContainer_qcpcl_232 ._tableRowCard_qcpcl_238 ._noData_qcpcl_249 {
|
|
5227
5301
|
display: flex;
|
|
5228
5302
|
justify-content: center;
|
|
5229
5303
|
align-items: center;
|
|
5230
5304
|
height: 100px;
|
|
5231
5305
|
color: var(--moz-text-secondary);
|
|
5232
5306
|
}
|
|
5233
|
-
.
|
|
5307
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 {
|
|
5234
5308
|
display: flex;
|
|
5235
5309
|
width: 150px;
|
|
5236
5310
|
flex-direction: column;
|
|
@@ -5242,25 +5316,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5242
5316
|
background-color: var(--moz-cta-content-sec-bg);
|
|
5243
5317
|
}
|
|
5244
5318
|
@media (max-width: 768px) {
|
|
5245
|
-
.
|
|
5319
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 {
|
|
5246
5320
|
padding: 0 0.5rem 0 0.5rem;
|
|
5247
5321
|
}
|
|
5248
5322
|
}
|
|
5249
|
-
.
|
|
5323
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 ._tableRowHourText_qcpcl_272 {
|
|
5250
5324
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
5251
5325
|
}
|
|
5252
5326
|
@media (max-width: 768px) {
|
|
5253
|
-
.
|
|
5327
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 ._tableRowHourText_qcpcl_272 {
|
|
5254
5328
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
5255
5329
|
}
|
|
5256
5330
|
}
|
|
5257
|
-
.
|
|
5331
|
+
._tableRowContainer_qcpcl_232 ._tableRowHour_qcpcl_256 ._hours_qcpcl_280 {
|
|
5258
5332
|
display: flex;
|
|
5259
5333
|
justify-content: center;
|
|
5260
5334
|
align-items: center;
|
|
5261
5335
|
gap: 0.5rem;
|
|
5262
5336
|
}
|
|
5263
|
-
.
|
|
5337
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 {
|
|
5264
5338
|
display: flex;
|
|
5265
5339
|
align-items: center;
|
|
5266
5340
|
gap: 0.5rem;
|
|
@@ -5270,26 +5344,26 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5270
5344
|
width: 100%;
|
|
5271
5345
|
}
|
|
5272
5346
|
@media (max-width: 768px) {
|
|
5273
|
-
.
|
|
5347
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 {
|
|
5274
5348
|
flex-direction: column;
|
|
5275
5349
|
padding: 0.5rem;
|
|
5276
5350
|
}
|
|
5277
5351
|
}
|
|
5278
|
-
.
|
|
5352
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowImage_qcpcl_301 {
|
|
5279
5353
|
width: 45px;
|
|
5280
5354
|
height: 45px;
|
|
5281
5355
|
border-radius: 50%;
|
|
5282
5356
|
margin-right: 10px;
|
|
5283
5357
|
}
|
|
5284
5358
|
@media (max-width: 768px) {
|
|
5285
|
-
.
|
|
5359
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowImage_qcpcl_301 {
|
|
5286
5360
|
width: 30px;
|
|
5287
5361
|
height: 30px;
|
|
5288
5362
|
border-radius: 50%;
|
|
5289
5363
|
margin-right: 5px;
|
|
5290
5364
|
}
|
|
5291
5365
|
}
|
|
5292
|
-
.
|
|
5366
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowContactContainer_qcpcl_315 {
|
|
5293
5367
|
display: flex;
|
|
5294
5368
|
flex-direction: column;
|
|
5295
5369
|
text-align: left;
|
|
@@ -5297,24 +5371,24 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5297
5371
|
max-width: 200px;
|
|
5298
5372
|
}
|
|
5299
5373
|
@media (max-width: 768px) {
|
|
5300
|
-
.
|
|
5374
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowContactContainer_qcpcl_315 {
|
|
5301
5375
|
text-align: center;
|
|
5302
5376
|
}
|
|
5303
5377
|
}
|
|
5304
|
-
.
|
|
5378
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowContactContainer_qcpcl_315 ._rowContactText_qcpcl_327 {
|
|
5305
5379
|
white-space: nowrap;
|
|
5306
5380
|
overflow: hidden;
|
|
5307
5381
|
text-overflow: ellipsis;
|
|
5308
5382
|
max-width: 100%;
|
|
5309
5383
|
}
|
|
5310
|
-
.
|
|
5384
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowContactContainer_qcpcl_315 ._rowContactPhone_qcpcl_333 {
|
|
5311
5385
|
white-space: nowrap;
|
|
5312
5386
|
overflow: hidden;
|
|
5313
5387
|
text-overflow: ellipsis;
|
|
5314
5388
|
max-width: 100%;
|
|
5315
5389
|
color: var(--moz-text-secondary);
|
|
5316
5390
|
}
|
|
5317
|
-
.
|
|
5391
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowSectionContainer_qcpcl_340 {
|
|
5318
5392
|
display: flex;
|
|
5319
5393
|
flex-direction: row;
|
|
5320
5394
|
text-align: center;
|
|
@@ -5322,25 +5396,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5322
5396
|
min-width: 200px;
|
|
5323
5397
|
}
|
|
5324
5398
|
@media (max-width: 768px) {
|
|
5325
|
-
.
|
|
5399
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowSectionContainer_qcpcl_340 {
|
|
5326
5400
|
justify-content: center;
|
|
5327
5401
|
gap: 20px;
|
|
5328
5402
|
}
|
|
5329
5403
|
}
|
|
5330
|
-
.
|
|
5404
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowSectionContainer_qcpcl_340 ._rowSection_qcpcl_340 ._rowSectionText_qcpcl_353 {
|
|
5331
5405
|
white-space: nowrap;
|
|
5332
5406
|
overflow: hidden;
|
|
5333
5407
|
text-overflow: ellipsis;
|
|
5334
5408
|
max-width: 100%;
|
|
5335
5409
|
}
|
|
5336
|
-
.
|
|
5410
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowSectionContainer_qcpcl_340 ._rowSection_qcpcl_340 ._rowSectionSecText_qcpcl_359 {
|
|
5337
5411
|
white-space: nowrap;
|
|
5338
5412
|
overflow: hidden;
|
|
5339
5413
|
text-overflow: ellipsis;
|
|
5340
5414
|
max-width: 100%;
|
|
5341
5415
|
color: var(--moz-text-secondary);
|
|
5342
5416
|
}
|
|
5343
|
-
.
|
|
5417
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowActionButton_qcpcl_366 {
|
|
5344
5418
|
min-width: 200px;
|
|
5345
5419
|
display: flex;
|
|
5346
5420
|
flex: 1;
|
|
@@ -5348,16 +5422,16 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5348
5422
|
display: inherit;
|
|
5349
5423
|
}
|
|
5350
5424
|
@media (max-width: 768px) {
|
|
5351
|
-
.
|
|
5425
|
+
._tableRowContainer_qcpcl_232 ._tableRowContent_qcpcl_286 ._rowActionButton_qcpcl_366 {
|
|
5352
5426
|
display: none;
|
|
5353
5427
|
}
|
|
5354
5428
|
}
|
|
5355
|
-
.
|
|
5429
|
+
._bookingInfoContainer_qcpcl_379 {
|
|
5356
5430
|
width: 100%;
|
|
5357
5431
|
display: flex;
|
|
5358
5432
|
justify-content: space-between;
|
|
5359
5433
|
}
|
|
5360
|
-
.
|
|
5434
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 {
|
|
5361
5435
|
display: flex;
|
|
5362
5436
|
flex-direction: column;
|
|
5363
5437
|
gap: 10px;
|
|
@@ -5365,11 +5439,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5365
5439
|
flex-wrap: wrap;
|
|
5366
5440
|
margin: 10px;
|
|
5367
5441
|
}
|
|
5368
|
-
.
|
|
5442
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 {
|
|
5369
5443
|
display: flex;
|
|
5370
5444
|
gap: 10px;
|
|
5371
5445
|
}
|
|
5372
|
-
.
|
|
5446
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 ._bookingInfoCard_qcpcl_384 {
|
|
5373
5447
|
width: 43px;
|
|
5374
5448
|
height: 43px;
|
|
5375
5449
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -5377,19 +5451,19 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5377
5451
|
padding: 10px;
|
|
5378
5452
|
border-radius: 6px;
|
|
5379
5453
|
}
|
|
5380
|
-
.
|
|
5454
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 ._bookingInfoCardContent_qcpcl_404 {
|
|
5381
5455
|
display: flex;
|
|
5382
5456
|
flex-direction: column;
|
|
5383
5457
|
justify-content: center;
|
|
5384
5458
|
gap: 4px;
|
|
5385
5459
|
}
|
|
5386
|
-
.
|
|
5460
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 ._bookingInfoCardContent_qcpcl_404 ._bookingInfoCardTitle_qcpcl_410 {
|
|
5387
5461
|
color: var(--moz-text-primary);
|
|
5388
5462
|
}
|
|
5389
|
-
.
|
|
5463
|
+
._bookingInfoContainer_qcpcl_379 ._bookingInfoCardColumn_qcpcl_384 ._bookingInfoCardContainer_qcpcl_392 ._bookingInfoCardContent_qcpcl_404 ._bookingInfoCardText_qcpcl_413 {
|
|
5390
5464
|
color: var(--moz-text-secondary);
|
|
5391
5465
|
}
|
|
5392
|
-
.
|
|
5466
|
+
._enableOnboardingContainer_qcpcl_417 {
|
|
5393
5467
|
background-color: var(--moz-cta-soft-danger);
|
|
5394
5468
|
color: var(--moz-cta-danger-text);
|
|
5395
5469
|
padding: 10px;
|
|
@@ -5400,7 +5474,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5400
5474
|
justify-content: space-between;
|
|
5401
5475
|
align-items: center;
|
|
5402
5476
|
}
|
|
5403
|
-
@keyframes
|
|
5477
|
+
@keyframes _fadeInX_qcpcl_1 {
|
|
5404
5478
|
from {
|
|
5405
5479
|
opacity: 0;
|
|
5406
5480
|
transform: translateX(-20px);
|
|
@@ -32876,24 +32950,24 @@ hr {
|
|
|
32876
32950
|
._brandName_vs5i6_11 {
|
|
32877
32951
|
color: var(--moz-cta-primary);
|
|
32878
32952
|
cursor: pointer;
|
|
32879
|
-
}.
|
|
32953
|
+
}._brandDetailHeader_gx61u_1 {
|
|
32880
32954
|
display: flex;
|
|
32881
32955
|
flex-direction: row;
|
|
32882
32956
|
gap: 10px;
|
|
32883
32957
|
}
|
|
32884
32958
|
|
|
32885
|
-
.
|
|
32959
|
+
._brandDetailContainer_gx61u_7 {
|
|
32886
32960
|
margin-top: 20px;
|
|
32887
32961
|
}
|
|
32888
32962
|
|
|
32889
|
-
.
|
|
32963
|
+
._brandDetailContent_gx61u_11 {
|
|
32890
32964
|
margin-top: 20px;
|
|
32891
32965
|
display: flex;
|
|
32892
32966
|
flex-direction: column;
|
|
32893
32967
|
gap: 30px;
|
|
32894
32968
|
}
|
|
32895
32969
|
|
|
32896
|
-
.
|
|
32970
|
+
._brandDetailContentContainer_gx61u_18 {
|
|
32897
32971
|
border: 1px solid var(--moz-border);
|
|
32898
32972
|
border-radius: 10px;
|
|
32899
32973
|
padding: 10px;
|
|
@@ -32901,25 +32975,29 @@ hr {
|
|
|
32901
32975
|
flex-direction: column;
|
|
32902
32976
|
}
|
|
32903
32977
|
|
|
32904
|
-
.
|
|
32978
|
+
._brandDetailOccasionRow_gx61u_26 {
|
|
32979
|
+
margin-bottom: 12px;
|
|
32980
|
+
}
|
|
32981
|
+
|
|
32982
|
+
._brandDetailContentRow_gx61u_30 {
|
|
32905
32983
|
display: flex;
|
|
32906
32984
|
flex-direction: row;
|
|
32907
32985
|
align-items: flex-start;
|
|
32908
32986
|
gap: 10px;
|
|
32909
32987
|
}
|
|
32910
32988
|
|
|
32911
|
-
.
|
|
32989
|
+
._brandDetailContentItem_gx61u_37 {
|
|
32912
32990
|
display: flex;
|
|
32913
32991
|
flex-direction: column;
|
|
32914
32992
|
align-items: flex-start;
|
|
32915
32993
|
flex: 0 1 auto;
|
|
32916
32994
|
}
|
|
32917
32995
|
|
|
32918
|
-
.
|
|
32996
|
+
._brandDetailContentItem_gx61u_37:last-child {
|
|
32919
32997
|
flex: 1 1 auto;
|
|
32920
32998
|
}
|
|
32921
32999
|
|
|
32922
|
-
.
|
|
33000
|
+
._brandDetailContentItemTitle_gx61u_48 {
|
|
32923
33001
|
display: flex;
|
|
32924
33002
|
flex-direction: row;
|
|
32925
33003
|
align-items: center;
|
|
@@ -32927,7 +33005,7 @@ hr {
|
|
|
32927
33005
|
width: 100%;
|
|
32928
33006
|
}
|
|
32929
33007
|
|
|
32930
|
-
.
|
|
33008
|
+
._brandDetailActions_gx61u_56 {
|
|
32931
33009
|
display: flex;
|
|
32932
33010
|
flex-direction: row;
|
|
32933
33011
|
justify-content: flex-end;
|