mozrest-sdk-react-dev 0.3.22 → 0.3.25
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 +38161 -1742
- package/package.json +1 -1
- package/style.css +164 -70
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -4040,132 +4040,167 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4040
4040
|
background: var(--moz-cta-success-hover);
|
|
4041
4041
|
color: var(--moz-cta-success-text-hover);
|
|
4042
4042
|
}
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4043
|
+
._mainWrapper_6p1lo_2 {
|
|
4044
|
+
display: flex;
|
|
4045
|
+
flex-direction: column;
|
|
4046
|
+
height: 100vh;
|
|
4047
|
+
overflow: hidden;
|
|
4046
4048
|
}
|
|
4047
|
-
.
|
|
4049
|
+
._mainConatiner_6p1lo_9 {
|
|
4048
4050
|
color: var(--moz-text-primary);
|
|
4049
|
-
|
|
4051
|
+
flex: 1;
|
|
4050
4052
|
padding-left: 10px;
|
|
4051
4053
|
padding-right: 0;
|
|
4052
4054
|
display: flex !important;
|
|
4053
4055
|
gap: 0.75rem;
|
|
4054
4056
|
background-color: var(--moz-cta-body-bg);
|
|
4055
4057
|
overflow: hidden;
|
|
4058
|
+
min-height: 0;
|
|
4056
4059
|
}
|
|
4057
|
-
.
|
|
4060
|
+
._mainConatiner_6p1lo_9 ._mainTableContainer_6p1lo_20 {
|
|
4058
4061
|
padding-top: 10px;
|
|
4059
4062
|
flex: 1;
|
|
4060
4063
|
display: flex;
|
|
4061
4064
|
flex-direction: column;
|
|
4062
4065
|
overflow: hidden;
|
|
4063
|
-
height:
|
|
4066
|
+
min-height: 0;
|
|
4064
4067
|
}
|
|
4065
|
-
.
|
|
4068
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 {
|
|
4066
4069
|
width: auto;
|
|
4067
4070
|
padding: 1rem;
|
|
4068
|
-
|
|
4071
|
+
display: flex;
|
|
4072
|
+
flex-direction: column;
|
|
4069
4073
|
background-color: var(--moz-cta-content-bg);
|
|
4070
4074
|
box-shadow: -5px 30px 10px rgba(0, 0, 0, 0.1);
|
|
4075
|
+
}
|
|
4076
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarContent_6p1lo_36 {
|
|
4077
|
+
display: flex;
|
|
4078
|
+
flex-direction: column;
|
|
4079
|
+
height: 100%;
|
|
4080
|
+
}
|
|
4081
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarHeader_6p1lo_41 {
|
|
4082
|
+
display: flex;
|
|
4083
|
+
align-items: center;
|
|
4084
|
+
justify-content: space-between;
|
|
4085
|
+
}
|
|
4086
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarMainContent_6p1lo_46 {
|
|
4087
|
+
flex: 1;
|
|
4088
|
+
display: flex;
|
|
4089
|
+
flex-direction: column;
|
|
4071
4090
|
overflow-y: auto;
|
|
4072
|
-
|
|
4073
|
-
|
|
4091
|
+
padding: 1rem;
|
|
4092
|
+
gap: 1.5rem;
|
|
4093
|
+
}
|
|
4094
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarFooter_6p1lo_54 {
|
|
4095
|
+
display: flex;
|
|
4096
|
+
flex-direction: column;
|
|
4097
|
+
gap: 1rem;
|
|
4074
4098
|
}
|
|
4075
|
-
.
|
|
4099
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._headerReferece_6p1lo_59 {
|
|
4076
4100
|
color: var(--moz-text-primary);
|
|
4077
4101
|
}
|
|
4078
|
-
.
|
|
4102
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon_6p1lo_62 {
|
|
4079
4103
|
display: none;
|
|
4080
4104
|
}
|
|
4081
4105
|
@media (max-width: 768px) {
|
|
4082
|
-
.
|
|
4106
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 {
|
|
4083
4107
|
width: 0px;
|
|
4084
4108
|
padding: 0;
|
|
4085
4109
|
}
|
|
4086
|
-
.
|
|
4110
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarContent_6p1lo_36 {
|
|
4111
|
+
display: none;
|
|
4112
|
+
}
|
|
4113
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--open_6p1lo_73 {
|
|
4087
4114
|
position: fixed;
|
|
4088
4115
|
right: 0px;
|
|
4089
4116
|
width: 100%;
|
|
4090
4117
|
padding: 1rem;
|
|
4091
4118
|
}
|
|
4092
|
-
.
|
|
4119
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--close_6p1lo_79 {
|
|
4093
4120
|
position: inherit;
|
|
4094
4121
|
width: 0px;
|
|
4095
4122
|
padding: 0;
|
|
4096
4123
|
}
|
|
4097
|
-
.
|
|
4124
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon_6p1lo_62 {
|
|
4098
4125
|
display: none;
|
|
4099
4126
|
}
|
|
4100
|
-
.
|
|
4127
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon--show_6p1lo_87 {
|
|
4101
4128
|
display: block;
|
|
4102
4129
|
cursor: pointer;
|
|
4103
4130
|
}
|
|
4104
4131
|
}
|
|
4105
4132
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
4106
|
-
.
|
|
4133
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 {
|
|
4107
4134
|
width: 0px;
|
|
4108
4135
|
padding: 0;
|
|
4136
|
+
height: calc(100vh - var(--enable-onboarding-height, 20px));
|
|
4137
|
+
transition: width 0.3s ease-in-out;
|
|
4138
|
+
}
|
|
4139
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarContent_6p1lo_36 {
|
|
4140
|
+
display: none;
|
|
4109
4141
|
}
|
|
4110
|
-
.
|
|
4142
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--open_6p1lo_73 {
|
|
4111
4143
|
position: fixed;
|
|
4112
4144
|
right: 0px;
|
|
4113
|
-
width:
|
|
4145
|
+
width: 450px;
|
|
4114
4146
|
padding: 1rem;
|
|
4115
4147
|
}
|
|
4116
|
-
.
|
|
4148
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--open_6p1lo_73 ._sidebarContent_6p1lo_36 {
|
|
4149
|
+
display: flex;
|
|
4150
|
+
}
|
|
4151
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--close_6p1lo_79 {
|
|
4117
4152
|
position: inherit;
|
|
4118
4153
|
width: 0px;
|
|
4119
4154
|
padding: 0;
|
|
4120
4155
|
}
|
|
4121
|
-
.
|
|
4156
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon_6p1lo_62 {
|
|
4122
4157
|
display: none;
|
|
4123
4158
|
}
|
|
4124
|
-
.
|
|
4159
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon--show_6p1lo_87 {
|
|
4125
4160
|
display: block;
|
|
4126
4161
|
cursor: pointer;
|
|
4127
4162
|
}
|
|
4128
4163
|
}
|
|
4129
|
-
.
|
|
4164
|
+
._headerContainer_6p1lo_125 {
|
|
4130
4165
|
display: flex;
|
|
4131
4166
|
justify-content: space-between;
|
|
4132
4167
|
align-items: center;
|
|
4133
4168
|
flex-wrap: wrap;
|
|
4134
4169
|
}
|
|
4135
|
-
.
|
|
4170
|
+
._headerContainer_6p1lo_125 ._searchContainer_6p1lo_131 {
|
|
4136
4171
|
display: flex;
|
|
4137
4172
|
align-items: center;
|
|
4138
4173
|
gap: 10px;
|
|
4139
4174
|
width: 180px;
|
|
4140
4175
|
}
|
|
4141
4176
|
@media (max-width: 768px) {
|
|
4142
|
-
.
|
|
4177
|
+
._headerContainer_6p1lo_125 ._searchContainer_6p1lo_131 {
|
|
4143
4178
|
width: 200px;
|
|
4144
4179
|
}
|
|
4145
4180
|
}
|
|
4146
|
-
.
|
|
4181
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 {
|
|
4147
4182
|
display: flex;
|
|
4148
4183
|
align-items: center;
|
|
4149
4184
|
gap: 0.5rem;
|
|
4150
4185
|
}
|
|
4151
|
-
.
|
|
4186
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 ._buttonItem_6p1lo_147 {
|
|
4152
4187
|
display: block;
|
|
4153
4188
|
transition: 0.3s;
|
|
4154
4189
|
}
|
|
4155
4190
|
@media (max-width: 768px) {
|
|
4156
|
-
.
|
|
4191
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 ._buttonItem_6p1lo_147 {
|
|
4157
4192
|
display: none;
|
|
4158
4193
|
}
|
|
4159
4194
|
}
|
|
4160
|
-
.
|
|
4195
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 ._addReservationButton_6p1lo_156 {
|
|
4161
4196
|
display: inherit;
|
|
4162
4197
|
}
|
|
4163
4198
|
@media (max-width: 768px) {
|
|
4164
|
-
.
|
|
4199
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 ._addReservationButton_6p1lo_156 {
|
|
4165
4200
|
display: none;
|
|
4166
4201
|
}
|
|
4167
4202
|
}
|
|
4168
|
-
.
|
|
4203
|
+
._tableTopHeader_6p1lo_165 {
|
|
4169
4204
|
display: flex;
|
|
4170
4205
|
justify-content: space-between;
|
|
4171
4206
|
align-items: center;
|
|
@@ -4174,50 +4209,50 @@ hr {
|
|
|
4174
4209
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
4175
4210
|
}
|
|
4176
4211
|
@media (max-width: 768px) {
|
|
4177
|
-
.
|
|
4212
|
+
._tableTopHeader_6p1lo_165 {
|
|
4178
4213
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
4179
4214
|
}
|
|
4180
4215
|
}
|
|
4181
|
-
.
|
|
4216
|
+
._tableTopHeaderContent_6p1lo_179 {
|
|
4182
4217
|
display: flex;
|
|
4183
4218
|
justify-content: space-between;
|
|
4184
4219
|
align-items: center;
|
|
4185
4220
|
margin-top: 20px;
|
|
4186
4221
|
margin-bottom: 10px;
|
|
4187
4222
|
}
|
|
4188
|
-
.
|
|
4223
|
+
._tableTopHeaderContent_6p1lo_179 ._tableTopHeaderContentText_6p1lo_186 {
|
|
4189
4224
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
4190
4225
|
}
|
|
4191
4226
|
@media (max-width: 768px) {
|
|
4192
|
-
.
|
|
4227
|
+
._tableTopHeaderContent_6p1lo_179 ._tableTopHeaderContentText_6p1lo_186 {
|
|
4193
4228
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
4194
4229
|
}
|
|
4195
4230
|
}
|
|
4196
|
-
.
|
|
4231
|
+
._tableRowContainer_6p1lo_195 {
|
|
4197
4232
|
display: flex;
|
|
4198
4233
|
flex-direction: column;
|
|
4199
4234
|
width: 100%;
|
|
4200
4235
|
gap: 0.5rem;
|
|
4201
4236
|
}
|
|
4202
|
-
.
|
|
4237
|
+
._tableRowContainer_6p1lo_195 ._tableRowCard_6p1lo_201 {
|
|
4203
4238
|
padding: 0;
|
|
4204
4239
|
background-color: var(--moz-cta-content-bg);
|
|
4205
4240
|
overflow-x: auto;
|
|
4206
4241
|
opacity: 0;
|
|
4207
4242
|
transform: translateX(-20px);
|
|
4208
|
-
animation:
|
|
4243
|
+
animation: _fadeInX_6p1lo_1 0.3s ease-in forwards;
|
|
4209
4244
|
}
|
|
4210
|
-
.
|
|
4245
|
+
._tableRowContainer_6p1lo_195 ._tableRowCard_6p1lo_201 ._canceled_6p1lo_209 {
|
|
4211
4246
|
text-decoration: line-through;
|
|
4212
4247
|
}
|
|
4213
|
-
.
|
|
4248
|
+
._tableRowContainer_6p1lo_195 ._tableRowCard_6p1lo_201 ._noData_6p1lo_212 {
|
|
4214
4249
|
display: flex;
|
|
4215
4250
|
justify-content: center;
|
|
4216
4251
|
align-items: center;
|
|
4217
4252
|
height: 100px;
|
|
4218
4253
|
color: var(--moz-text-secondary);
|
|
4219
4254
|
}
|
|
4220
|
-
.
|
|
4255
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 {
|
|
4221
4256
|
display: flex;
|
|
4222
4257
|
width: 150px;
|
|
4223
4258
|
flex-direction: column;
|
|
@@ -4229,25 +4264,25 @@ hr {
|
|
|
4229
4264
|
background-color: var(--moz-cta-content-sec-bg);
|
|
4230
4265
|
}
|
|
4231
4266
|
@media (max-width: 768px) {
|
|
4232
|
-
.
|
|
4267
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 {
|
|
4233
4268
|
padding: 0 0.5rem 0 0.5rem;
|
|
4234
4269
|
}
|
|
4235
4270
|
}
|
|
4236
|
-
.
|
|
4271
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 ._tableRowHourText_6p1lo_235 {
|
|
4237
4272
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
4238
4273
|
}
|
|
4239
4274
|
@media (max-width: 768px) {
|
|
4240
|
-
.
|
|
4275
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 ._tableRowHourText_6p1lo_235 {
|
|
4241
4276
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
4242
4277
|
}
|
|
4243
4278
|
}
|
|
4244
|
-
.
|
|
4279
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 ._hours_6p1lo_243 {
|
|
4245
4280
|
display: flex;
|
|
4246
4281
|
justify-content: center;
|
|
4247
4282
|
align-items: center;
|
|
4248
4283
|
gap: 0.5rem;
|
|
4249
4284
|
}
|
|
4250
|
-
.
|
|
4285
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 {
|
|
4251
4286
|
display: flex;
|
|
4252
4287
|
align-items: center;
|
|
4253
4288
|
gap: 0.5rem;
|
|
@@ -4257,26 +4292,26 @@ hr {
|
|
|
4257
4292
|
width: 100%;
|
|
4258
4293
|
}
|
|
4259
4294
|
@media (max-width: 768px) {
|
|
4260
|
-
.
|
|
4295
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 {
|
|
4261
4296
|
flex-direction: column;
|
|
4262
4297
|
padding: 0.5rem;
|
|
4263
4298
|
}
|
|
4264
4299
|
}
|
|
4265
|
-
.
|
|
4300
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowImage_6p1lo_264 {
|
|
4266
4301
|
width: 45px;
|
|
4267
4302
|
height: 45px;
|
|
4268
4303
|
border-radius: 50%;
|
|
4269
4304
|
margin-right: 10px;
|
|
4270
4305
|
}
|
|
4271
4306
|
@media (max-width: 768px) {
|
|
4272
|
-
.
|
|
4307
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowImage_6p1lo_264 {
|
|
4273
4308
|
width: 30px;
|
|
4274
4309
|
height: 30px;
|
|
4275
4310
|
border-radius: 50%;
|
|
4276
4311
|
margin-right: 5px;
|
|
4277
4312
|
}
|
|
4278
4313
|
}
|
|
4279
|
-
.
|
|
4314
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowContactContainer_6p1lo_278 {
|
|
4280
4315
|
display: flex;
|
|
4281
4316
|
flex-direction: column;
|
|
4282
4317
|
text-align: left;
|
|
@@ -4284,24 +4319,24 @@ hr {
|
|
|
4284
4319
|
max-width: 200px;
|
|
4285
4320
|
}
|
|
4286
4321
|
@media (max-width: 768px) {
|
|
4287
|
-
.
|
|
4322
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowContactContainer_6p1lo_278 {
|
|
4288
4323
|
text-align: center;
|
|
4289
4324
|
}
|
|
4290
4325
|
}
|
|
4291
|
-
.
|
|
4326
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowContactContainer_6p1lo_278 ._rowContactText_6p1lo_290 {
|
|
4292
4327
|
white-space: nowrap;
|
|
4293
4328
|
overflow: hidden;
|
|
4294
4329
|
text-overflow: ellipsis;
|
|
4295
4330
|
max-width: 100%;
|
|
4296
4331
|
}
|
|
4297
|
-
.
|
|
4332
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowContactContainer_6p1lo_278 ._rowContactPhone_6p1lo_296 {
|
|
4298
4333
|
white-space: nowrap;
|
|
4299
4334
|
overflow: hidden;
|
|
4300
4335
|
text-overflow: ellipsis;
|
|
4301
4336
|
max-width: 100%;
|
|
4302
4337
|
color: var(--moz-text-secondary);
|
|
4303
4338
|
}
|
|
4304
|
-
.
|
|
4339
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowSectionContainer_6p1lo_303 {
|
|
4305
4340
|
display: flex;
|
|
4306
4341
|
flex-direction: row;
|
|
4307
4342
|
text-align: center;
|
|
@@ -4309,25 +4344,25 @@ hr {
|
|
|
4309
4344
|
min-width: 200px;
|
|
4310
4345
|
}
|
|
4311
4346
|
@media (max-width: 768px) {
|
|
4312
|
-
.
|
|
4347
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowSectionContainer_6p1lo_303 {
|
|
4313
4348
|
justify-content: center;
|
|
4314
4349
|
gap: 20px;
|
|
4315
4350
|
}
|
|
4316
4351
|
}
|
|
4317
|
-
.
|
|
4352
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowSectionContainer_6p1lo_303 ._rowSection_6p1lo_303 ._rowSectionText_6p1lo_316 {
|
|
4318
4353
|
white-space: nowrap;
|
|
4319
4354
|
overflow: hidden;
|
|
4320
4355
|
text-overflow: ellipsis;
|
|
4321
4356
|
max-width: 100%;
|
|
4322
4357
|
}
|
|
4323
|
-
.
|
|
4358
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowSectionContainer_6p1lo_303 ._rowSection_6p1lo_303 ._rowSectionSecText_6p1lo_322 {
|
|
4324
4359
|
white-space: nowrap;
|
|
4325
4360
|
overflow: hidden;
|
|
4326
4361
|
text-overflow: ellipsis;
|
|
4327
4362
|
max-width: 100%;
|
|
4328
4363
|
color: var(--moz-text-secondary);
|
|
4329
4364
|
}
|
|
4330
|
-
.
|
|
4365
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowActionButton_6p1lo_329 {
|
|
4331
4366
|
min-width: 200px;
|
|
4332
4367
|
display: flex;
|
|
4333
4368
|
flex: 1;
|
|
@@ -4335,16 +4370,16 @@ hr {
|
|
|
4335
4370
|
display: inherit;
|
|
4336
4371
|
}
|
|
4337
4372
|
@media (max-width: 768px) {
|
|
4338
|
-
.
|
|
4373
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowActionButton_6p1lo_329 {
|
|
4339
4374
|
display: none;
|
|
4340
4375
|
}
|
|
4341
4376
|
}
|
|
4342
|
-
.
|
|
4377
|
+
._bookingInfoContainer_6p1lo_342 {
|
|
4343
4378
|
width: 100%;
|
|
4344
4379
|
display: flex;
|
|
4345
4380
|
justify-content: space-between;
|
|
4346
4381
|
}
|
|
4347
|
-
.
|
|
4382
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 {
|
|
4348
4383
|
display: flex;
|
|
4349
4384
|
flex-direction: column;
|
|
4350
4385
|
gap: 10px;
|
|
@@ -4352,11 +4387,11 @@ hr {
|
|
|
4352
4387
|
flex-wrap: wrap;
|
|
4353
4388
|
margin: 10px;
|
|
4354
4389
|
}
|
|
4355
|
-
.
|
|
4390
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 {
|
|
4356
4391
|
display: flex;
|
|
4357
4392
|
gap: 10px;
|
|
4358
4393
|
}
|
|
4359
|
-
.
|
|
4394
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 ._bookingInfoCard_6p1lo_347 {
|
|
4360
4395
|
width: 43px;
|
|
4361
4396
|
height: 43px;
|
|
4362
4397
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -4364,19 +4399,30 @@ hr {
|
|
|
4364
4399
|
padding: 10px;
|
|
4365
4400
|
border-radius: 6px;
|
|
4366
4401
|
}
|
|
4367
|
-
.
|
|
4402
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 ._bookingInfoCardContent_6p1lo_367 {
|
|
4368
4403
|
display: flex;
|
|
4369
4404
|
flex-direction: column;
|
|
4370
4405
|
justify-content: center;
|
|
4371
4406
|
gap: 4px;
|
|
4372
4407
|
}
|
|
4373
|
-
.
|
|
4408
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 ._bookingInfoCardContent_6p1lo_367 ._bookingInfoCardTitle_6p1lo_373 {
|
|
4374
4409
|
color: var(--moz-text-primary);
|
|
4375
4410
|
}
|
|
4376
|
-
.
|
|
4411
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 ._bookingInfoCardContent_6p1lo_367 ._bookingInfoCardText_6p1lo_376 {
|
|
4377
4412
|
color: var(--moz-text-secondary);
|
|
4378
4413
|
}
|
|
4379
|
-
|
|
4414
|
+
._enableOnboardingContainer_6p1lo_380 {
|
|
4415
|
+
background-color: var(--moz-cta-soft-danger);
|
|
4416
|
+
color: var(--moz-cta-danger-text);
|
|
4417
|
+
padding: 10px;
|
|
4418
|
+
border-radius: 6px;
|
|
4419
|
+
display: flex;
|
|
4420
|
+
flex-wrap: wrap;
|
|
4421
|
+
gap: 0.5rem;
|
|
4422
|
+
justify-content: space-between;
|
|
4423
|
+
align-items: center;
|
|
4424
|
+
}
|
|
4425
|
+
@keyframes _fadeInX_6p1lo_1 {
|
|
4380
4426
|
from {
|
|
4381
4427
|
opacity: 0;
|
|
4382
4428
|
transform: translateX(-20px);
|
|
@@ -30986,7 +31032,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
30986
31032
|
flex-direction: column !important;
|
|
30987
31033
|
}
|
|
30988
31034
|
}
|
|
30989
|
-
|
|
31035
|
+
._divider_1k33v_1 {
|
|
31036
|
+
width: 100%;
|
|
31037
|
+
}
|
|
31038
|
+
._divider_1k33v_1 hr {
|
|
31039
|
+
border: 0;
|
|
31040
|
+
border-top: 1px solid var(--moz-border) !important;
|
|
31041
|
+
}
|
|
30990
31042
|
:root {
|
|
30991
31043
|
--font-family: "Public Sans", sans-serif !important;
|
|
30992
31044
|
--cta-primary: #25293C !important;
|
|
@@ -31279,6 +31331,48 @@ hr {
|
|
|
31279
31331
|
._button--desktop_e0i20_59 {
|
|
31280
31332
|
display: none;
|
|
31281
31333
|
}
|
|
31334
|
+
}._buttonContainer_1iszv_1 {
|
|
31335
|
+
display: flex;
|
|
31336
|
+
justify-content: center;
|
|
31337
|
+
margin-bottom: 1rem;
|
|
31338
|
+
}._codeViewer_1in3z_1 {
|
|
31339
|
+
width: 100%;
|
|
31340
|
+
overflow: auto;
|
|
31341
|
+
border-radius: 4px;
|
|
31342
|
+
border: 1px solid var(--moz-cta-content-sec-bg);
|
|
31343
|
+
background-color: var(--moz-cta-content-bg);
|
|
31344
|
+
margin: 1rem 0;
|
|
31345
|
+
position: relative;
|
|
31346
|
+
}
|
|
31347
|
+
|
|
31348
|
+
._copyButton_1in3z_11 {
|
|
31349
|
+
position: absolute;
|
|
31350
|
+
top: 8px;
|
|
31351
|
+
right: 8px;
|
|
31352
|
+
padding: 4px;
|
|
31353
|
+
border-radius: 4px;
|
|
31354
|
+
background-color: var(--moz-cta-content-bg);
|
|
31355
|
+
cursor: pointer;
|
|
31356
|
+
color: var(--moz-text-label);
|
|
31357
|
+
transition: all 0.2s ease;
|
|
31358
|
+
z-index: 1;
|
|
31359
|
+
}
|
|
31360
|
+
._copyButton_1in3z_11:hover {
|
|
31361
|
+
background-color: var(--moz-cta-content-sec-bg);
|
|
31362
|
+
}
|
|
31363
|
+
|
|
31364
|
+
._codeBlock_1in3z_27 {
|
|
31365
|
+
margin: 0;
|
|
31366
|
+
padding: 1rem;
|
|
31367
|
+
font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", monospace;
|
|
31368
|
+
font-size: 14px;
|
|
31369
|
+
line-height: 1.5;
|
|
31370
|
+
white-space: pre;
|
|
31371
|
+
color: var(--moz-text-label);
|
|
31372
|
+
}
|
|
31373
|
+
._codeBlock_1in3z_27 code {
|
|
31374
|
+
display: block;
|
|
31375
|
+
overflow-x: auto;
|
|
31282
31376
|
}._sidebar_1pm4j_1 {
|
|
31283
31377
|
position: fixed;
|
|
31284
31378
|
min-height: 100vh;
|