mozrest-sdk-react-dev 0.3.39 → 0.3.41
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 +456 -295
- package/package.json +1 -1
- package/style.css +98 -70
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -4964,13 +4964,13 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4964
4964
|
background: var(--moz-cta-success-hover);
|
|
4965
4965
|
color: var(--moz-cta-success-text-hover);
|
|
4966
4966
|
}
|
|
4967
|
-
.
|
|
4967
|
+
._mainWrapper_8bjty_2 {
|
|
4968
4968
|
display: flex;
|
|
4969
4969
|
flex-direction: column;
|
|
4970
4970
|
height: 100vh;
|
|
4971
4971
|
overflow: hidden;
|
|
4972
4972
|
}
|
|
4973
|
-
.
|
|
4973
|
+
._mainConatiner_8bjty_9 {
|
|
4974
4974
|
color: var(--moz-text-primary);
|
|
4975
4975
|
flex: 1;
|
|
4976
4976
|
padding-left: 10px;
|
|
@@ -4981,7 +4981,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4981
4981
|
overflow: hidden;
|
|
4982
4982
|
min-height: 0;
|
|
4983
4983
|
}
|
|
4984
|
-
.
|
|
4984
|
+
._mainConatiner_8bjty_9 ._mainTableContainer_8bjty_20 {
|
|
4985
4985
|
padding-top: 10px;
|
|
4986
4986
|
flex: 1;
|
|
4987
4987
|
display: flex;
|
|
@@ -4989,7 +4989,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4989
4989
|
overflow: hidden;
|
|
4990
4990
|
min-height: 0;
|
|
4991
4991
|
}
|
|
4992
|
-
.
|
|
4992
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 {
|
|
4993
4993
|
width: auto;
|
|
4994
4994
|
padding: 1rem;
|
|
4995
4995
|
display: flex;
|
|
@@ -4997,17 +4997,17 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4997
4997
|
background-color: var(--moz-cta-content-bg);
|
|
4998
4998
|
box-shadow: -5px 30px 10px rgba(0, 0, 0, 0.1);
|
|
4999
4999
|
}
|
|
5000
|
-
.
|
|
5000
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarContent_8bjty_36 {
|
|
5001
5001
|
display: flex;
|
|
5002
5002
|
flex-direction: column;
|
|
5003
5003
|
height: 100%;
|
|
5004
5004
|
}
|
|
5005
|
-
.
|
|
5005
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarHeader_8bjty_41 {
|
|
5006
5006
|
display: flex;
|
|
5007
5007
|
align-items: center;
|
|
5008
5008
|
justify-content: space-between;
|
|
5009
5009
|
}
|
|
5010
|
-
.
|
|
5010
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarMainContent_8bjty_46 {
|
|
5011
5011
|
flex: 1;
|
|
5012
5012
|
display: flex;
|
|
5013
5013
|
flex-direction: column;
|
|
@@ -5015,123 +5015,151 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5015
5015
|
padding: 1rem;
|
|
5016
5016
|
gap: 1.5rem;
|
|
5017
5017
|
}
|
|
5018
|
-
.
|
|
5018
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarFooter_8bjty_54 {
|
|
5019
5019
|
display: flex;
|
|
5020
5020
|
flex-direction: column;
|
|
5021
5021
|
gap: 1rem;
|
|
5022
5022
|
}
|
|
5023
|
-
.
|
|
5023
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._headerReferece_8bjty_59 {
|
|
5024
5024
|
color: var(--moz-text-primary);
|
|
5025
5025
|
}
|
|
5026
|
-
.
|
|
5026
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon_8bjty_62 {
|
|
5027
5027
|
display: none;
|
|
5028
5028
|
}
|
|
5029
5029
|
@media (max-width: 768px) {
|
|
5030
|
-
.
|
|
5030
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 {
|
|
5031
5031
|
width: 0px;
|
|
5032
5032
|
padding: 0;
|
|
5033
5033
|
}
|
|
5034
|
-
.
|
|
5034
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarContent_8bjty_36 {
|
|
5035
5035
|
display: none;
|
|
5036
5036
|
}
|
|
5037
|
-
.
|
|
5037
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer--open_8bjty_73 {
|
|
5038
5038
|
position: fixed;
|
|
5039
5039
|
right: 0px;
|
|
5040
5040
|
width: 100%;
|
|
5041
5041
|
padding: 1rem;
|
|
5042
5042
|
}
|
|
5043
|
-
.
|
|
5043
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer--close_8bjty_79 {
|
|
5044
5044
|
position: inherit;
|
|
5045
5045
|
width: 0px;
|
|
5046
5046
|
padding: 0;
|
|
5047
5047
|
}
|
|
5048
|
-
.
|
|
5048
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon_8bjty_62 {
|
|
5049
5049
|
display: none;
|
|
5050
5050
|
}
|
|
5051
|
-
.
|
|
5051
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon--show_8bjty_87 {
|
|
5052
5052
|
display: block;
|
|
5053
5053
|
cursor: pointer;
|
|
5054
5054
|
}
|
|
5055
5055
|
}
|
|
5056
5056
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
5057
|
-
.
|
|
5057
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 {
|
|
5058
5058
|
width: 0px;
|
|
5059
5059
|
padding: 0;
|
|
5060
5060
|
height: calc(100vh - var(--enable-onboarding-height, 20px));
|
|
5061
5061
|
transition: width 0.3s ease-in-out;
|
|
5062
5062
|
}
|
|
5063
|
-
.
|
|
5063
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarContent_8bjty_36 {
|
|
5064
5064
|
display: none;
|
|
5065
5065
|
}
|
|
5066
|
-
.
|
|
5066
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer--open_8bjty_73 {
|
|
5067
5067
|
position: fixed;
|
|
5068
5068
|
right: 0px;
|
|
5069
5069
|
width: 450px;
|
|
5070
5070
|
padding: 1rem;
|
|
5071
5071
|
}
|
|
5072
|
-
.
|
|
5072
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer--open_8bjty_73 ._sidebarContent_8bjty_36 {
|
|
5073
5073
|
display: flex;
|
|
5074
5074
|
}
|
|
5075
|
-
.
|
|
5075
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer--close_8bjty_79 {
|
|
5076
5076
|
position: inherit;
|
|
5077
5077
|
width: 0px;
|
|
5078
5078
|
padding: 0;
|
|
5079
5079
|
}
|
|
5080
|
-
.
|
|
5080
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon_8bjty_62 {
|
|
5081
5081
|
display: none;
|
|
5082
5082
|
}
|
|
5083
|
-
.
|
|
5083
|
+
._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon--show_8bjty_87 {
|
|
5084
5084
|
display: block;
|
|
5085
5085
|
cursor: pointer;
|
|
5086
5086
|
}
|
|
5087
5087
|
}
|
|
5088
|
-
.
|
|
5088
|
+
._headerContainer_8bjty_125 {
|
|
5089
5089
|
display: flex;
|
|
5090
5090
|
justify-content: space-between;
|
|
5091
5091
|
align-items: center;
|
|
5092
5092
|
flex-wrap: wrap;
|
|
5093
5093
|
}
|
|
5094
|
-
.
|
|
5094
|
+
._headerContainer_8bjty_125 ._searchContainer_8bjty_131 {
|
|
5095
5095
|
display: flex;
|
|
5096
5096
|
align-items: center;
|
|
5097
5097
|
gap: 10px;
|
|
5098
5098
|
width: 180px;
|
|
5099
5099
|
}
|
|
5100
5100
|
@media (max-width: 768px) {
|
|
5101
|
-
.
|
|
5101
|
+
._headerContainer_8bjty_125 ._searchContainer_8bjty_131 {
|
|
5102
5102
|
width: 200px;
|
|
5103
5103
|
}
|
|
5104
5104
|
}
|
|
5105
|
-
.
|
|
5105
|
+
._headerContainer_8bjty_125 ._buttonList_8bjty_142 {
|
|
5106
5106
|
display: flex;
|
|
5107
5107
|
align-items: center;
|
|
5108
5108
|
gap: 0.5rem;
|
|
5109
5109
|
}
|
|
5110
|
-
.
|
|
5110
|
+
._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._buttonItem_8bjty_147 {
|
|
5111
5111
|
display: block;
|
|
5112
5112
|
transition: 0.3s;
|
|
5113
5113
|
}
|
|
5114
5114
|
@media (max-width: 768px) {
|
|
5115
|
-
.
|
|
5115
|
+
._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._buttonItem_8bjty_147 {
|
|
5116
5116
|
display: none;
|
|
5117
5117
|
}
|
|
5118
5118
|
}
|
|
5119
|
-
.
|
|
5119
|
+
._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._addReservationButton_8bjty_156 {
|
|
5120
5120
|
display: inherit;
|
|
5121
5121
|
}
|
|
5122
5122
|
@media (max-width: 768px) {
|
|
5123
|
-
.
|
|
5123
|
+
._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._addReservationButton_8bjty_156 {
|
|
5124
5124
|
display: none;
|
|
5125
5125
|
}
|
|
5126
5126
|
}
|
|
5127
|
-
.
|
|
5127
|
+
._hideCancellationsContainer_8bjty_165 {
|
|
5128
5128
|
display: flex;
|
|
5129
5129
|
align-items: center;
|
|
5130
5130
|
justify-content: flex-end;
|
|
5131
5131
|
gap: 0.5rem;
|
|
5132
5132
|
margin-top: 10px;
|
|
5133
5133
|
}
|
|
5134
|
-
.
|
|
5134
|
+
._customerVisitContainer_8bjty_173 {
|
|
5135
|
+
display: flex;
|
|
5136
|
+
align-items: center;
|
|
5137
|
+
justify-content: flex-start;
|
|
5138
|
+
gap: 0.5rem;
|
|
5139
|
+
margin-top: 0px;
|
|
5140
|
+
flex: 1;
|
|
5141
|
+
border-radius: 6px;
|
|
5142
|
+
padding-left: 10px;
|
|
5143
|
+
padding-right: 10px;
|
|
5144
|
+
color: var(--moz-cta-primary-text);
|
|
5145
|
+
}
|
|
5146
|
+
._customerVisitContainer_8bjty_173._multipleVisits_8bjty_185 {
|
|
5147
|
+
background: var(--moz-cta-primary);
|
|
5148
|
+
}
|
|
5149
|
+
._customerVisitContainer_8bjty_173._singleVisit_8bjty_188 {
|
|
5150
|
+
background: var(--moz-cta-success);
|
|
5151
|
+
}
|
|
5152
|
+
._customerVisitContainer_8bjty_173._loading_8bjty_191 {
|
|
5153
|
+
display: flex;
|
|
5154
|
+
align-items: center;
|
|
5155
|
+
justify-content: center;
|
|
5156
|
+
background: var(--moz-cta-content-sec-bg);
|
|
5157
|
+
}
|
|
5158
|
+
._customerVisitContainer_8bjty_173 h4, ._customerVisitContainer_8bjty_173 h5 {
|
|
5159
|
+
color: inherit;
|
|
5160
|
+
margin: 0;
|
|
5161
|
+
}
|
|
5162
|
+
._tableTopHeader_8bjty_202 {
|
|
5135
5163
|
display: flex;
|
|
5136
5164
|
justify-content: space-between;
|
|
5137
5165
|
align-items: center;
|
|
@@ -5140,50 +5168,50 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5140
5168
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
5141
5169
|
}
|
|
5142
5170
|
@media (max-width: 768px) {
|
|
5143
|
-
.
|
|
5171
|
+
._tableTopHeader_8bjty_202 {
|
|
5144
5172
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
5145
5173
|
}
|
|
5146
5174
|
}
|
|
5147
|
-
.
|
|
5175
|
+
._tableTopHeaderContent_8bjty_216 {
|
|
5148
5176
|
display: flex;
|
|
5149
5177
|
justify-content: space-between;
|
|
5150
5178
|
align-items: center;
|
|
5151
5179
|
margin-top: 20px;
|
|
5152
5180
|
margin-bottom: 10px;
|
|
5153
5181
|
}
|
|
5154
|
-
.
|
|
5182
|
+
._tableTopHeaderContent_8bjty_216 ._tableTopHeaderContentText_8bjty_223 {
|
|
5155
5183
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
5156
5184
|
}
|
|
5157
5185
|
@media (max-width: 768px) {
|
|
5158
|
-
.
|
|
5186
|
+
._tableTopHeaderContent_8bjty_216 ._tableTopHeaderContentText_8bjty_223 {
|
|
5159
5187
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
5160
5188
|
}
|
|
5161
5189
|
}
|
|
5162
|
-
.
|
|
5190
|
+
._tableRowContainer_8bjty_232 {
|
|
5163
5191
|
display: flex;
|
|
5164
5192
|
flex-direction: column;
|
|
5165
5193
|
width: 100%;
|
|
5166
5194
|
gap: 0.5rem;
|
|
5167
5195
|
}
|
|
5168
|
-
.
|
|
5196
|
+
._tableRowContainer_8bjty_232 ._tableRowCard_8bjty_238 {
|
|
5169
5197
|
padding: 0;
|
|
5170
5198
|
background-color: var(--moz-cta-content-bg);
|
|
5171
5199
|
overflow-x: auto;
|
|
5172
5200
|
opacity: 0;
|
|
5173
5201
|
transform: translateX(-20px);
|
|
5174
|
-
animation:
|
|
5202
|
+
animation: _fadeInX_8bjty_1 0.3s ease-in forwards;
|
|
5175
5203
|
}
|
|
5176
|
-
.
|
|
5204
|
+
._tableRowContainer_8bjty_232 ._tableRowCard_8bjty_238 ._canceled_8bjty_246 {
|
|
5177
5205
|
text-decoration: line-through;
|
|
5178
5206
|
}
|
|
5179
|
-
.
|
|
5207
|
+
._tableRowContainer_8bjty_232 ._tableRowCard_8bjty_238 ._noData_8bjty_249 {
|
|
5180
5208
|
display: flex;
|
|
5181
5209
|
justify-content: center;
|
|
5182
5210
|
align-items: center;
|
|
5183
5211
|
height: 100px;
|
|
5184
5212
|
color: var(--moz-text-secondary);
|
|
5185
5213
|
}
|
|
5186
|
-
.
|
|
5214
|
+
._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 {
|
|
5187
5215
|
display: flex;
|
|
5188
5216
|
width: 150px;
|
|
5189
5217
|
flex-direction: column;
|
|
@@ -5195,25 +5223,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5195
5223
|
background-color: var(--moz-cta-content-sec-bg);
|
|
5196
5224
|
}
|
|
5197
5225
|
@media (max-width: 768px) {
|
|
5198
|
-
.
|
|
5226
|
+
._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 {
|
|
5199
5227
|
padding: 0 0.5rem 0 0.5rem;
|
|
5200
5228
|
}
|
|
5201
5229
|
}
|
|
5202
|
-
.
|
|
5230
|
+
._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 ._tableRowHourText_8bjty_272 {
|
|
5203
5231
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
5204
5232
|
}
|
|
5205
5233
|
@media (max-width: 768px) {
|
|
5206
|
-
.
|
|
5234
|
+
._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 ._tableRowHourText_8bjty_272 {
|
|
5207
5235
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
5208
5236
|
}
|
|
5209
5237
|
}
|
|
5210
|
-
.
|
|
5238
|
+
._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 ._hours_8bjty_280 {
|
|
5211
5239
|
display: flex;
|
|
5212
5240
|
justify-content: center;
|
|
5213
5241
|
align-items: center;
|
|
5214
5242
|
gap: 0.5rem;
|
|
5215
5243
|
}
|
|
5216
|
-
.
|
|
5244
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 {
|
|
5217
5245
|
display: flex;
|
|
5218
5246
|
align-items: center;
|
|
5219
5247
|
gap: 0.5rem;
|
|
@@ -5223,26 +5251,26 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5223
5251
|
width: 100%;
|
|
5224
5252
|
}
|
|
5225
5253
|
@media (max-width: 768px) {
|
|
5226
|
-
.
|
|
5254
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 {
|
|
5227
5255
|
flex-direction: column;
|
|
5228
5256
|
padding: 0.5rem;
|
|
5229
5257
|
}
|
|
5230
5258
|
}
|
|
5231
|
-
.
|
|
5259
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowImage_8bjty_301 {
|
|
5232
5260
|
width: 45px;
|
|
5233
5261
|
height: 45px;
|
|
5234
5262
|
border-radius: 50%;
|
|
5235
5263
|
margin-right: 10px;
|
|
5236
5264
|
}
|
|
5237
5265
|
@media (max-width: 768px) {
|
|
5238
|
-
.
|
|
5266
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowImage_8bjty_301 {
|
|
5239
5267
|
width: 30px;
|
|
5240
5268
|
height: 30px;
|
|
5241
5269
|
border-radius: 50%;
|
|
5242
5270
|
margin-right: 5px;
|
|
5243
5271
|
}
|
|
5244
5272
|
}
|
|
5245
|
-
.
|
|
5273
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 {
|
|
5246
5274
|
display: flex;
|
|
5247
5275
|
flex-direction: column;
|
|
5248
5276
|
text-align: left;
|
|
@@ -5250,24 +5278,24 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5250
5278
|
max-width: 200px;
|
|
5251
5279
|
}
|
|
5252
5280
|
@media (max-width: 768px) {
|
|
5253
|
-
.
|
|
5281
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 {
|
|
5254
5282
|
text-align: center;
|
|
5255
5283
|
}
|
|
5256
5284
|
}
|
|
5257
|
-
.
|
|
5285
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 ._rowContactText_8bjty_327 {
|
|
5258
5286
|
white-space: nowrap;
|
|
5259
5287
|
overflow: hidden;
|
|
5260
5288
|
text-overflow: ellipsis;
|
|
5261
5289
|
max-width: 100%;
|
|
5262
5290
|
}
|
|
5263
|
-
.
|
|
5291
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 ._rowContactPhone_8bjty_333 {
|
|
5264
5292
|
white-space: nowrap;
|
|
5265
5293
|
overflow: hidden;
|
|
5266
5294
|
text-overflow: ellipsis;
|
|
5267
5295
|
max-width: 100%;
|
|
5268
5296
|
color: var(--moz-text-secondary);
|
|
5269
5297
|
}
|
|
5270
|
-
.
|
|
5298
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 {
|
|
5271
5299
|
display: flex;
|
|
5272
5300
|
flex-direction: row;
|
|
5273
5301
|
text-align: center;
|
|
@@ -5275,25 +5303,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5275
5303
|
min-width: 200px;
|
|
5276
5304
|
}
|
|
5277
5305
|
@media (max-width: 768px) {
|
|
5278
|
-
.
|
|
5306
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 {
|
|
5279
5307
|
justify-content: center;
|
|
5280
5308
|
gap: 20px;
|
|
5281
5309
|
}
|
|
5282
5310
|
}
|
|
5283
|
-
.
|
|
5311
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 ._rowSection_8bjty_340 ._rowSectionText_8bjty_353 {
|
|
5284
5312
|
white-space: nowrap;
|
|
5285
5313
|
overflow: hidden;
|
|
5286
5314
|
text-overflow: ellipsis;
|
|
5287
5315
|
max-width: 100%;
|
|
5288
5316
|
}
|
|
5289
|
-
.
|
|
5317
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 ._rowSection_8bjty_340 ._rowSectionSecText_8bjty_359 {
|
|
5290
5318
|
white-space: nowrap;
|
|
5291
5319
|
overflow: hidden;
|
|
5292
5320
|
text-overflow: ellipsis;
|
|
5293
5321
|
max-width: 100%;
|
|
5294
5322
|
color: var(--moz-text-secondary);
|
|
5295
5323
|
}
|
|
5296
|
-
.
|
|
5324
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowActionButton_8bjty_366 {
|
|
5297
5325
|
min-width: 200px;
|
|
5298
5326
|
display: flex;
|
|
5299
5327
|
flex: 1;
|
|
@@ -5301,16 +5329,16 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5301
5329
|
display: inherit;
|
|
5302
5330
|
}
|
|
5303
5331
|
@media (max-width: 768px) {
|
|
5304
|
-
.
|
|
5332
|
+
._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowActionButton_8bjty_366 {
|
|
5305
5333
|
display: none;
|
|
5306
5334
|
}
|
|
5307
5335
|
}
|
|
5308
|
-
.
|
|
5336
|
+
._bookingInfoContainer_8bjty_379 {
|
|
5309
5337
|
width: 100%;
|
|
5310
5338
|
display: flex;
|
|
5311
5339
|
justify-content: space-between;
|
|
5312
5340
|
}
|
|
5313
|
-
.
|
|
5341
|
+
._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 {
|
|
5314
5342
|
display: flex;
|
|
5315
5343
|
flex-direction: column;
|
|
5316
5344
|
gap: 10px;
|
|
@@ -5318,11 +5346,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5318
5346
|
flex-wrap: wrap;
|
|
5319
5347
|
margin: 10px;
|
|
5320
5348
|
}
|
|
5321
|
-
.
|
|
5349
|
+
._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 {
|
|
5322
5350
|
display: flex;
|
|
5323
5351
|
gap: 10px;
|
|
5324
5352
|
}
|
|
5325
|
-
.
|
|
5353
|
+
._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCard_8bjty_384 {
|
|
5326
5354
|
width: 43px;
|
|
5327
5355
|
height: 43px;
|
|
5328
5356
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -5330,19 +5358,19 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5330
5358
|
padding: 10px;
|
|
5331
5359
|
border-radius: 6px;
|
|
5332
5360
|
}
|
|
5333
|
-
.
|
|
5361
|
+
._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCardContent_8bjty_404 {
|
|
5334
5362
|
display: flex;
|
|
5335
5363
|
flex-direction: column;
|
|
5336
5364
|
justify-content: center;
|
|
5337
5365
|
gap: 4px;
|
|
5338
5366
|
}
|
|
5339
|
-
.
|
|
5367
|
+
._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCardContent_8bjty_404 ._bookingInfoCardTitle_8bjty_410 {
|
|
5340
5368
|
color: var(--moz-text-primary);
|
|
5341
5369
|
}
|
|
5342
|
-
.
|
|
5370
|
+
._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCardContent_8bjty_404 ._bookingInfoCardText_8bjty_413 {
|
|
5343
5371
|
color: var(--moz-text-secondary);
|
|
5344
5372
|
}
|
|
5345
|
-
.
|
|
5373
|
+
._enableOnboardingContainer_8bjty_417 {
|
|
5346
5374
|
background-color: var(--moz-cta-soft-danger);
|
|
5347
5375
|
color: var(--moz-cta-danger-text);
|
|
5348
5376
|
padding: 10px;
|
|
@@ -5353,7 +5381,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
5353
5381
|
justify-content: space-between;
|
|
5354
5382
|
align-items: center;
|
|
5355
5383
|
}
|
|
5356
|
-
@keyframes
|
|
5384
|
+
@keyframes _fadeInX_8bjty_1 {
|
|
5357
5385
|
from {
|
|
5358
5386
|
opacity: 0;
|
|
5359
5387
|
transform: translateX(-20px);
|