mozrest-sdk-react-dev 0.3.8 → 0.3.10
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 +625 -682
- package/package.json +1 -1
- package/style.css +87 -128
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -2109,24 +2109,24 @@ hr {
|
|
|
2109
2109
|
padding: 20px;
|
|
2110
2110
|
padding-bottom: 5px;
|
|
2111
2111
|
border-top: 1px solid var(--moz-text-secondary);
|
|
2112
|
-
}.
|
|
2112
|
+
}._drawer_1laol_1 {
|
|
2113
2113
|
position: fixed;
|
|
2114
2114
|
top: 0;
|
|
2115
2115
|
right: -200%;
|
|
2116
2116
|
width: auto;
|
|
2117
2117
|
height: 100%;
|
|
2118
|
-
background-color:
|
|
2119
|
-
color:
|
|
2118
|
+
background-color: var(--moz-cta-content-bg);
|
|
2119
|
+
color: var(--moz-text-primary);
|
|
2120
2120
|
transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
2121
2121
|
z-index: 151;
|
|
2122
2122
|
box-shadow: -4px 0 10px rgba(0, 0, 0, 0.3);
|
|
2123
2123
|
pointer-events: none;
|
|
2124
2124
|
}
|
|
2125
|
-
._drawer--
|
|
2125
|
+
._drawer--open_1laol_14 {
|
|
2126
2126
|
right: 0;
|
|
2127
2127
|
pointer-events: auto;
|
|
2128
2128
|
}
|
|
2129
|
-
.
|
|
2129
|
+
._drawer__overlay_1laol_18 {
|
|
2130
2130
|
position: fixed;
|
|
2131
2131
|
top: 0;
|
|
2132
2132
|
left: 0;
|
|
@@ -2138,48 +2138,48 @@ hr {
|
|
|
2138
2138
|
opacity: 0;
|
|
2139
2139
|
pointer-events: none;
|
|
2140
2140
|
}
|
|
2141
|
-
._drawer--
|
|
2141
|
+
._drawer--open_1laol_14 ._drawer__overlay_1laol_18 {
|
|
2142
2142
|
opacity: 1;
|
|
2143
2143
|
pointer-events: auto;
|
|
2144
2144
|
}
|
|
2145
|
-
.
|
|
2145
|
+
._drawer__content_1laol_34 {
|
|
2146
2146
|
position: relative;
|
|
2147
2147
|
z-index: 1052;
|
|
2148
2148
|
display: flex;
|
|
2149
2149
|
flex-direction: column;
|
|
2150
2150
|
height: 100%;
|
|
2151
|
-
background-color:
|
|
2151
|
+
background-color: var(--moz-cta-content-bg);
|
|
2152
2152
|
}
|
|
2153
|
-
.
|
|
2153
|
+
._drawer__header_1laol_42 {
|
|
2154
2154
|
padding: 16px;
|
|
2155
|
-
background-color:
|
|
2155
|
+
background-color: var(--moz-cta-content-bg);
|
|
2156
2156
|
display: flex;
|
|
2157
2157
|
justify-content: space-between;
|
|
2158
2158
|
align-items: center;
|
|
2159
|
-
border-bottom: 1px solid
|
|
2159
|
+
border-bottom: 1px solid var(--moz-border);
|
|
2160
2160
|
}
|
|
2161
|
-
.
|
|
2161
|
+
._drawer__header__content_1laol_50 {
|
|
2162
2162
|
display: flex;
|
|
2163
2163
|
flex-direction: column;
|
|
2164
2164
|
justify-content: flex-start;
|
|
2165
2165
|
gap: 0.25rem;
|
|
2166
2166
|
}
|
|
2167
|
-
.
|
|
2167
|
+
._drawer__header__content__desc_1laol_56 {
|
|
2168
2168
|
font-size: 14px;
|
|
2169
|
-
color:
|
|
2169
|
+
color: var(--moz-text-secondary);
|
|
2170
2170
|
}
|
|
2171
|
-
.
|
|
2171
|
+
._drawer__header_1laol_42 ._drawer__close_1laol_60 {
|
|
2172
2172
|
background: none;
|
|
2173
2173
|
border: none;
|
|
2174
|
-
color:
|
|
2174
|
+
color: var(--moz-text-primary);
|
|
2175
2175
|
font-size: 24px;
|
|
2176
2176
|
cursor: pointer;
|
|
2177
2177
|
transition: transform 0.2s;
|
|
2178
2178
|
}
|
|
2179
|
-
.
|
|
2179
|
+
._drawer__header_1laol_42 ._drawer__close_1laol_60:hover {
|
|
2180
2180
|
transform: scale(1.2);
|
|
2181
2181
|
}
|
|
2182
|
-
.
|
|
2182
|
+
._drawer__body_1laol_71 {
|
|
2183
2183
|
flex: 1;
|
|
2184
2184
|
overflow-y: auto;
|
|
2185
2185
|
padding: 16px;
|
|
@@ -2885,25 +2885,25 @@ hr {
|
|
|
2885
2885
|
}
|
|
2886
2886
|
._container_w3z1y_1 > div {
|
|
2887
2887
|
min-width: 100px;
|
|
2888
|
-
}.
|
|
2888
|
+
}._container_gr7hf_1 {
|
|
2889
2889
|
display: flex;
|
|
2890
2890
|
flex-wrap: wrap;
|
|
2891
2891
|
align-items: center;
|
|
2892
2892
|
gap: 1rem;
|
|
2893
2893
|
}
|
|
2894
2894
|
@media (max-width: 768px) {
|
|
2895
|
-
.
|
|
2895
|
+
._container_gr7hf_1 {
|
|
2896
2896
|
justify-content: center;
|
|
2897
2897
|
}
|
|
2898
2898
|
}
|
|
2899
2899
|
|
|
2900
|
-
.
|
|
2900
|
+
._slot_gr7hf_13 {
|
|
2901
2901
|
display: flex;
|
|
2902
2902
|
align-items: center;
|
|
2903
2903
|
gap: 1rem;
|
|
2904
2904
|
flex-wrap: wrap;
|
|
2905
2905
|
}
|
|
2906
|
-
.
|
|
2906
|
+
._slot_gr7hf_13 ._close_gr7hf_19 {
|
|
2907
2907
|
border: none;
|
|
2908
2908
|
background-color: var(--moz-cta-secondary);
|
|
2909
2909
|
color: var(--moz-cta-secondary-text);
|
|
@@ -2917,7 +2917,7 @@ hr {
|
|
|
2917
2917
|
margin-top: 1.5rem;
|
|
2918
2918
|
}
|
|
2919
2919
|
|
|
2920
|
-
.
|
|
2920
|
+
._add_gr7hf_33 {
|
|
2921
2921
|
margin-top: 1.5rem;
|
|
2922
2922
|
display: flex;
|
|
2923
2923
|
align-items: center;
|
|
@@ -2931,14 +2931,15 @@ hr {
|
|
|
2931
2931
|
padding-right: 0.6rem;
|
|
2932
2932
|
cursor: pointer;
|
|
2933
2933
|
}
|
|
2934
|
-
.
|
|
2934
|
+
._add_gr7hf_33 ._plus_gr7hf_47 {
|
|
2935
2935
|
height: 20px;
|
|
2936
2936
|
width: 20px;
|
|
2937
2937
|
display: flex;
|
|
2938
2938
|
justify-content: center;
|
|
2939
2939
|
align-items: center;
|
|
2940
2940
|
border-radius: 100%;
|
|
2941
|
-
|
|
2941
|
+
color: var(--moz-cta-secondary-text);
|
|
2942
|
+
border: 1px solid var(--moz-border);
|
|
2942
2943
|
}._regularHour_1xx5k_1 {
|
|
2943
2944
|
display: flex;
|
|
2944
2945
|
padding: 1.25rem 2rem;
|
|
@@ -3819,10 +3820,6 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
3819
3820
|
border-bottom: 0;
|
|
3820
3821
|
padding: 0px;
|
|
3821
3822
|
}
|
|
3822
|
-
}._footer_17fpf_1 {
|
|
3823
|
-
display: flex;
|
|
3824
|
-
justify-content: center;
|
|
3825
|
-
gap: 0.5rem;
|
|
3826
3823
|
}._conditionsContainer_1yf4e_1 {
|
|
3827
3824
|
width: 100%;
|
|
3828
3825
|
display: flex;
|
|
@@ -4043,49 +4040,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4043
4040
|
background: var(--moz-cta-success-hover);
|
|
4044
4041
|
color: var(--moz-cta-success-text-hover);
|
|
4045
4042
|
}
|
|
4046
|
-
:root {
|
|
4047
|
-
--font-family: "Public Sans", sans-serif !important;
|
|
4048
|
-
--cta-primary: #25293C !important;
|
|
4049
|
-
--cta-primary-text: white !important;
|
|
4050
|
-
--cta-primary-hover: white !important;
|
|
4051
|
-
--cta-primary-text-hover: black !important;
|
|
4052
|
-
--moz-cta-secondary: #383868 !important;
|
|
4053
|
-
--moz-cta-secondary-text: white !important;
|
|
4054
|
-
--moz-cta-secondary-hover: white !important;
|
|
4055
|
-
--moz-cta-secondary-text-hover: black !important;
|
|
4056
|
-
--cta-secondary: #777 !important;
|
|
4057
|
-
--cta-secondary-text: #CFCDE4 !important;
|
|
4058
|
-
--cta-secondary-hover: #CFCDE4 !important;
|
|
4059
|
-
--cta-secondary-text-hover: black !important;
|
|
4060
|
-
--text-primary: white !important;
|
|
4061
|
-
--text-secondary: rgb(15, 163, 227) !important;
|
|
4062
|
-
--text-title: #CFCDE4 !important;
|
|
4063
|
-
--text-label: #CFCDE4 !important;
|
|
4064
|
-
--state-active: gray !important;
|
|
4065
|
-
--moz-state-active: #383868 !important;
|
|
4066
|
-
--moz-container-padding: 0 !important;
|
|
4067
|
-
--ant-picker-bg: #2F3349 !important;
|
|
4068
|
-
--ant-picker-border-radius: 6px !important;
|
|
4069
|
-
--ant-picker-text-color: #ffffff !important;
|
|
4070
|
-
--ant-picker-hover-cell-bg: #3A3D54 !important;
|
|
4071
|
-
--ant-picker-selected-cell-bg: #4C4F64 !important;
|
|
4072
|
-
--ant-picker-cell-hover-color: #ffffff !important;
|
|
4073
|
-
}
|
|
4074
|
-
body {
|
|
4075
|
-
margin: 0 !important;
|
|
4076
|
-
font-family: "Public Sans", sans-serif !important;
|
|
4077
|
-
font: italic !important;
|
|
4078
|
-
font-weight: normal !important;
|
|
4079
|
-
}
|
|
4080
|
-
h1, h2, h3, h4, h5, h6 {
|
|
4081
|
-
font-family: "Public Sans", sans-serif !important;
|
|
4082
|
-
font-weight: normal !important;
|
|
4083
|
-
}
|
|
4084
4043
|
hr {
|
|
4085
4044
|
border: 0;
|
|
4086
|
-
border-top: 2px solid
|
|
4045
|
+
border-top: 2px solid var(--moz-border) !important;
|
|
4087
4046
|
}
|
|
4088
|
-
.
|
|
4047
|
+
._mainConatiner_1qp4s_7 {
|
|
4089
4048
|
color: var(--moz-text-primary);
|
|
4090
4049
|
max-height: 100vh;
|
|
4091
4050
|
padding-left: 10px;
|
|
@@ -4095,7 +4054,7 @@ hr {
|
|
|
4095
4054
|
background-color: var(--moz-cta-body-bg);
|
|
4096
4055
|
overflow: hidden;
|
|
4097
4056
|
}
|
|
4098
|
-
.
|
|
4057
|
+
._mainConatiner_1qp4s_7 ._mainTableContainer_1qp4s_17 {
|
|
4099
4058
|
padding-top: 10px;
|
|
4100
4059
|
flex: 1;
|
|
4101
4060
|
display: flex;
|
|
@@ -4103,7 +4062,7 @@ hr {
|
|
|
4103
4062
|
overflow: hidden;
|
|
4104
4063
|
height: 100vh;
|
|
4105
4064
|
}
|
|
4106
|
-
.
|
|
4065
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 {
|
|
4107
4066
|
width: auto;
|
|
4108
4067
|
padding: 1rem;
|
|
4109
4068
|
height: 100vh;
|
|
@@ -4113,100 +4072,100 @@ hr {
|
|
|
4113
4072
|
transition: 0.3s;
|
|
4114
4073
|
position: inherit;
|
|
4115
4074
|
}
|
|
4116
|
-
.
|
|
4075
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._headerReferece_1qp4s_35 {
|
|
4117
4076
|
color: var(--moz-text-primary);
|
|
4118
4077
|
}
|
|
4119
|
-
.
|
|
4078
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon_1qp4s_38 {
|
|
4120
4079
|
display: none;
|
|
4121
4080
|
}
|
|
4122
4081
|
@media (max-width: 768px) {
|
|
4123
|
-
.
|
|
4082
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 {
|
|
4124
4083
|
width: 0px;
|
|
4125
4084
|
padding: 0;
|
|
4126
4085
|
}
|
|
4127
|
-
.
|
|
4086
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--open_1qp4s_46 {
|
|
4128
4087
|
position: fixed;
|
|
4129
4088
|
right: 0px;
|
|
4130
4089
|
width: 100%;
|
|
4131
4090
|
padding: 1rem;
|
|
4132
4091
|
}
|
|
4133
|
-
.
|
|
4092
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--close_1qp4s_52 {
|
|
4134
4093
|
position: inherit;
|
|
4135
4094
|
width: 0px;
|
|
4136
4095
|
padding: 0;
|
|
4137
4096
|
}
|
|
4138
|
-
.
|
|
4097
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon_1qp4s_38 {
|
|
4139
4098
|
display: none;
|
|
4140
4099
|
}
|
|
4141
|
-
.
|
|
4100
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon--show_1qp4s_60 {
|
|
4142
4101
|
display: block;
|
|
4143
4102
|
cursor: pointer;
|
|
4144
4103
|
}
|
|
4145
4104
|
}
|
|
4146
4105
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
4147
|
-
.
|
|
4106
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 {
|
|
4148
4107
|
width: 0px;
|
|
4149
4108
|
padding: 0;
|
|
4150
4109
|
}
|
|
4151
|
-
.
|
|
4110
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--open_1qp4s_46 {
|
|
4152
4111
|
position: fixed;
|
|
4153
4112
|
right: 0px;
|
|
4154
4113
|
width: 400px;
|
|
4155
4114
|
padding: 1rem;
|
|
4156
4115
|
}
|
|
4157
|
-
.
|
|
4116
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--close_1qp4s_52 {
|
|
4158
4117
|
position: inherit;
|
|
4159
4118
|
width: 0px;
|
|
4160
4119
|
padding: 0;
|
|
4161
4120
|
}
|
|
4162
|
-
.
|
|
4121
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon_1qp4s_38 {
|
|
4163
4122
|
display: none;
|
|
4164
4123
|
}
|
|
4165
|
-
.
|
|
4124
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon--show_1qp4s_60 {
|
|
4166
4125
|
display: block;
|
|
4167
4126
|
cursor: pointer;
|
|
4168
4127
|
}
|
|
4169
4128
|
}
|
|
4170
|
-
.
|
|
4129
|
+
._headerContainer_1qp4s_90 {
|
|
4171
4130
|
display: flex;
|
|
4172
4131
|
justify-content: space-between;
|
|
4173
4132
|
align-items: center;
|
|
4174
4133
|
flex-wrap: wrap;
|
|
4175
4134
|
}
|
|
4176
|
-
.
|
|
4135
|
+
._headerContainer_1qp4s_90 ._searchContainer_1qp4s_96 {
|
|
4177
4136
|
display: flex;
|
|
4178
4137
|
align-items: center;
|
|
4179
4138
|
gap: 10px;
|
|
4180
4139
|
width: 180px;
|
|
4181
4140
|
}
|
|
4182
4141
|
@media (max-width: 768px) {
|
|
4183
|
-
.
|
|
4142
|
+
._headerContainer_1qp4s_90 ._searchContainer_1qp4s_96 {
|
|
4184
4143
|
width: 200px;
|
|
4185
4144
|
}
|
|
4186
4145
|
}
|
|
4187
|
-
.
|
|
4146
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 {
|
|
4188
4147
|
display: flex;
|
|
4189
4148
|
align-items: center;
|
|
4190
4149
|
gap: 0.5rem;
|
|
4191
4150
|
}
|
|
4192
|
-
.
|
|
4151
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._buttonItem_1qp4s_112 {
|
|
4193
4152
|
display: block;
|
|
4194
4153
|
transition: 0.3s;
|
|
4195
4154
|
}
|
|
4196
4155
|
@media (max-width: 768px) {
|
|
4197
|
-
.
|
|
4156
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._buttonItem_1qp4s_112 {
|
|
4198
4157
|
display: none;
|
|
4199
4158
|
}
|
|
4200
4159
|
}
|
|
4201
|
-
.
|
|
4160
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._addReservationButton_1qp4s_121 {
|
|
4202
4161
|
display: inherit;
|
|
4203
4162
|
}
|
|
4204
4163
|
@media (max-width: 768px) {
|
|
4205
|
-
.
|
|
4164
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._addReservationButton_1qp4s_121 {
|
|
4206
4165
|
display: none;
|
|
4207
4166
|
}
|
|
4208
4167
|
}
|
|
4209
|
-
.
|
|
4168
|
+
._tableTopHeader_1qp4s_130 {
|
|
4210
4169
|
display: flex;
|
|
4211
4170
|
justify-content: space-between;
|
|
4212
4171
|
align-items: center;
|
|
@@ -4215,50 +4174,50 @@ hr {
|
|
|
4215
4174
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
4216
4175
|
}
|
|
4217
4176
|
@media (max-width: 768px) {
|
|
4218
|
-
.
|
|
4177
|
+
._tableTopHeader_1qp4s_130 {
|
|
4219
4178
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
4220
4179
|
}
|
|
4221
4180
|
}
|
|
4222
|
-
.
|
|
4181
|
+
._tableTopHeaderContent_1qp4s_144 {
|
|
4223
4182
|
display: flex;
|
|
4224
4183
|
justify-content: space-between;
|
|
4225
4184
|
align-items: center;
|
|
4226
4185
|
margin-top: 20px;
|
|
4227
4186
|
margin-bottom: 10px;
|
|
4228
4187
|
}
|
|
4229
|
-
.
|
|
4188
|
+
._tableTopHeaderContent_1qp4s_144 ._tableTopHeaderContentText_1qp4s_151 {
|
|
4230
4189
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
4231
4190
|
}
|
|
4232
4191
|
@media (max-width: 768px) {
|
|
4233
|
-
.
|
|
4192
|
+
._tableTopHeaderContent_1qp4s_144 ._tableTopHeaderContentText_1qp4s_151 {
|
|
4234
4193
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
4235
4194
|
}
|
|
4236
4195
|
}
|
|
4237
|
-
.
|
|
4196
|
+
._tableRowContainer_1qp4s_160 {
|
|
4238
4197
|
display: flex;
|
|
4239
4198
|
flex-direction: column;
|
|
4240
4199
|
width: 100%;
|
|
4241
4200
|
gap: 0.5rem;
|
|
4242
4201
|
}
|
|
4243
|
-
.
|
|
4202
|
+
._tableRowContainer_1qp4s_160 ._tableRowCard_1qp4s_166 {
|
|
4244
4203
|
padding: 0;
|
|
4245
4204
|
background-color: var(--moz-cta-content-bg);
|
|
4246
4205
|
overflow-x: auto;
|
|
4247
4206
|
opacity: 0;
|
|
4248
4207
|
transform: translateX(-20px);
|
|
4249
|
-
animation:
|
|
4208
|
+
animation: _fadeInX_1qp4s_1 0.3s ease-in forwards;
|
|
4250
4209
|
}
|
|
4251
|
-
.
|
|
4210
|
+
._tableRowContainer_1qp4s_160 ._tableRowCard_1qp4s_166 ._canceled_1qp4s_174 {
|
|
4252
4211
|
text-decoration: line-through;
|
|
4253
4212
|
}
|
|
4254
|
-
.
|
|
4213
|
+
._tableRowContainer_1qp4s_160 ._tableRowCard_1qp4s_166 ._noData_1qp4s_177 {
|
|
4255
4214
|
display: flex;
|
|
4256
4215
|
justify-content: center;
|
|
4257
4216
|
align-items: center;
|
|
4258
4217
|
height: 100px;
|
|
4259
4218
|
color: var(--moz-text-secondary);
|
|
4260
4219
|
}
|
|
4261
|
-
.
|
|
4220
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 {
|
|
4262
4221
|
display: flex;
|
|
4263
4222
|
width: 150px;
|
|
4264
4223
|
flex-direction: column;
|
|
@@ -4270,25 +4229,25 @@ hr {
|
|
|
4270
4229
|
background-color: var(--moz-cta-content-sec-bg);
|
|
4271
4230
|
}
|
|
4272
4231
|
@media (max-width: 768px) {
|
|
4273
|
-
.
|
|
4232
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 {
|
|
4274
4233
|
padding: 0 0.5rem 0 0.5rem;
|
|
4275
4234
|
}
|
|
4276
4235
|
}
|
|
4277
|
-
.
|
|
4236
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 ._tableRowHourText_1qp4s_200 {
|
|
4278
4237
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
4279
4238
|
}
|
|
4280
4239
|
@media (max-width: 768px) {
|
|
4281
|
-
.
|
|
4240
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 ._tableRowHourText_1qp4s_200 {
|
|
4282
4241
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
4283
4242
|
}
|
|
4284
4243
|
}
|
|
4285
|
-
.
|
|
4244
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 ._hours_1qp4s_208 {
|
|
4286
4245
|
display: flex;
|
|
4287
4246
|
justify-content: center;
|
|
4288
4247
|
align-items: center;
|
|
4289
4248
|
gap: 0.5rem;
|
|
4290
4249
|
}
|
|
4291
|
-
.
|
|
4250
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 {
|
|
4292
4251
|
display: flex;
|
|
4293
4252
|
align-items: center;
|
|
4294
4253
|
gap: 0.5rem;
|
|
@@ -4298,26 +4257,26 @@ hr {
|
|
|
4298
4257
|
width: 100%;
|
|
4299
4258
|
}
|
|
4300
4259
|
@media (max-width: 768px) {
|
|
4301
|
-
.
|
|
4260
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 {
|
|
4302
4261
|
flex-direction: column;
|
|
4303
4262
|
padding: 0.5rem;
|
|
4304
4263
|
}
|
|
4305
4264
|
}
|
|
4306
|
-
.
|
|
4265
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowImage_1qp4s_229 {
|
|
4307
4266
|
width: 45px;
|
|
4308
4267
|
height: 45px;
|
|
4309
4268
|
border-radius: 50%;
|
|
4310
4269
|
margin-right: 10px;
|
|
4311
4270
|
}
|
|
4312
4271
|
@media (max-width: 768px) {
|
|
4313
|
-
.
|
|
4272
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowImage_1qp4s_229 {
|
|
4314
4273
|
width: 30px;
|
|
4315
4274
|
height: 30px;
|
|
4316
4275
|
border-radius: 50%;
|
|
4317
4276
|
margin-right: 5px;
|
|
4318
4277
|
}
|
|
4319
4278
|
}
|
|
4320
|
-
.
|
|
4279
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 {
|
|
4321
4280
|
display: flex;
|
|
4322
4281
|
flex-direction: column;
|
|
4323
4282
|
text-align: left;
|
|
@@ -4325,24 +4284,24 @@ hr {
|
|
|
4325
4284
|
max-width: 200px;
|
|
4326
4285
|
}
|
|
4327
4286
|
@media (max-width: 768px) {
|
|
4328
|
-
.
|
|
4287
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 {
|
|
4329
4288
|
text-align: center;
|
|
4330
4289
|
}
|
|
4331
4290
|
}
|
|
4332
|
-
.
|
|
4291
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 ._rowContactText_1qp4s_255 {
|
|
4333
4292
|
white-space: nowrap;
|
|
4334
4293
|
overflow: hidden;
|
|
4335
4294
|
text-overflow: ellipsis;
|
|
4336
4295
|
max-width: 100%;
|
|
4337
4296
|
}
|
|
4338
|
-
.
|
|
4297
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 ._rowContactPhone_1qp4s_261 {
|
|
4339
4298
|
white-space: nowrap;
|
|
4340
4299
|
overflow: hidden;
|
|
4341
4300
|
text-overflow: ellipsis;
|
|
4342
4301
|
max-width: 100%;
|
|
4343
4302
|
color: var(--moz-text-secondary);
|
|
4344
4303
|
}
|
|
4345
|
-
.
|
|
4304
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 {
|
|
4346
4305
|
display: flex;
|
|
4347
4306
|
flex-direction: row;
|
|
4348
4307
|
text-align: center;
|
|
@@ -4350,25 +4309,25 @@ hr {
|
|
|
4350
4309
|
min-width: 200px;
|
|
4351
4310
|
}
|
|
4352
4311
|
@media (max-width: 768px) {
|
|
4353
|
-
.
|
|
4312
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 {
|
|
4354
4313
|
justify-content: center;
|
|
4355
4314
|
gap: 20px;
|
|
4356
4315
|
}
|
|
4357
4316
|
}
|
|
4358
|
-
.
|
|
4317
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 ._rowSection_1qp4s_268 ._rowSectionText_1qp4s_281 {
|
|
4359
4318
|
white-space: nowrap;
|
|
4360
4319
|
overflow: hidden;
|
|
4361
4320
|
text-overflow: ellipsis;
|
|
4362
4321
|
max-width: 100%;
|
|
4363
4322
|
}
|
|
4364
|
-
.
|
|
4323
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 ._rowSection_1qp4s_268 ._rowSectionSecText_1qp4s_287 {
|
|
4365
4324
|
white-space: nowrap;
|
|
4366
4325
|
overflow: hidden;
|
|
4367
4326
|
text-overflow: ellipsis;
|
|
4368
4327
|
max-width: 100%;
|
|
4369
4328
|
color: var(--moz-text-secondary);
|
|
4370
4329
|
}
|
|
4371
|
-
.
|
|
4330
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowActionButton_1qp4s_294 {
|
|
4372
4331
|
min-width: 200px;
|
|
4373
4332
|
display: flex;
|
|
4374
4333
|
flex: 1;
|
|
@@ -4376,16 +4335,16 @@ hr {
|
|
|
4376
4335
|
display: inherit;
|
|
4377
4336
|
}
|
|
4378
4337
|
@media (max-width: 768px) {
|
|
4379
|
-
.
|
|
4338
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowActionButton_1qp4s_294 {
|
|
4380
4339
|
display: none;
|
|
4381
4340
|
}
|
|
4382
4341
|
}
|
|
4383
|
-
.
|
|
4342
|
+
._bookingInfoContainer_1qp4s_307 {
|
|
4384
4343
|
width: 100%;
|
|
4385
4344
|
display: flex;
|
|
4386
4345
|
justify-content: space-between;
|
|
4387
4346
|
}
|
|
4388
|
-
.
|
|
4347
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 {
|
|
4389
4348
|
display: flex;
|
|
4390
4349
|
flex-direction: column;
|
|
4391
4350
|
gap: 10px;
|
|
@@ -4393,11 +4352,11 @@ hr {
|
|
|
4393
4352
|
flex-wrap: wrap;
|
|
4394
4353
|
margin: 10px;
|
|
4395
4354
|
}
|
|
4396
|
-
.
|
|
4355
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 {
|
|
4397
4356
|
display: flex;
|
|
4398
4357
|
gap: 10px;
|
|
4399
4358
|
}
|
|
4400
|
-
.
|
|
4359
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCard_1qp4s_312 {
|
|
4401
4360
|
width: 43px;
|
|
4402
4361
|
height: 43px;
|
|
4403
4362
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -4405,19 +4364,19 @@ hr {
|
|
|
4405
4364
|
padding: 10px;
|
|
4406
4365
|
border-radius: 6px;
|
|
4407
4366
|
}
|
|
4408
|
-
.
|
|
4367
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCardContent_1qp4s_332 {
|
|
4409
4368
|
display: flex;
|
|
4410
4369
|
flex-direction: column;
|
|
4411
4370
|
justify-content: center;
|
|
4412
4371
|
gap: 4px;
|
|
4413
4372
|
}
|
|
4414
|
-
.
|
|
4373
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCardContent_1qp4s_332 ._bookingInfoCardTitle_1qp4s_338 {
|
|
4415
4374
|
color: white;
|
|
4416
4375
|
}
|
|
4417
|
-
.
|
|
4376
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCardContent_1qp4s_332 ._bookingInfoCardText_1qp4s_341 {
|
|
4418
4377
|
color: var(--moz-text-secondary);
|
|
4419
4378
|
}
|
|
4420
|
-
@keyframes
|
|
4379
|
+
@keyframes _fadeInX_1qp4s_1 {
|
|
4421
4380
|
from {
|
|
4422
4381
|
opacity: 0;
|
|
4423
4382
|
transform: translateX(-20px);
|