@geotab/zenith 3.9.1 → 3.10.0-beta.0
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/README.md +11 -0
- package/dist/alertRaw/alertRaw.js +4 -4
- package/dist/alertRaw/components/alertAnimation.js +2 -2
- package/dist/banner/bannerMultipLine.js +4 -4
- package/dist/banner/bannerSingleLine.js +4 -4
- package/dist/bookmark/bookmark.d.ts +2 -1
- package/dist/bookmark/bookmark.js +4 -2
- package/dist/card/components/cardButton/cardButton.d.ts +2 -1
- package/dist/card/components/cardButton/cardButton.js +3 -3
- package/dist/commonStyles/rangeFieldMixin.less +9 -9
- package/dist/dataFeed/hooks/useVisibleColumns.js +1 -1
- package/dist/dataGrid/extensions/toBasicColumn.js +2 -1
- package/dist/dataGrid/listColumn.d.ts +1 -0
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.d.ts +2 -2
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.js +5 -5
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +15 -6
- package/dist/dialog/dialogContent.js +4 -4
- package/dist/dropdownRaw/dropdownHelper.d.ts +4 -1
- package/dist/dropdownRaw/dropdownHelper.js +2 -1
- package/dist/dropdownRaw/dropdownRaw.js +2 -2
- package/dist/dropdownRaw/dropdownTrigger.d.ts +1 -1
- package/dist/dropdownRaw/dropdownTrigger.js +1 -1
- package/dist/fileUpload/components/uploadedFilesSection.js +3 -3
- package/dist/filters/components/filtersSavedChipComponent.js +3 -3
- package/dist/filters/components/filtersSearchItemData.js +3 -3
- package/dist/filters/components/filtersSidePanel.js +4 -4
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +4 -4
- package/dist/formGroup/components/reviewListToggle/reviewListToggle.js +13 -13
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +1 -1
- package/dist/icons/iconAlignLeft.js +3 -1
- package/dist/icons/iconAlignmentLeft.js +3 -1
- package/dist/icons/iconAlignmentRight.js +3 -1
- package/dist/icons/iconArrowBottomLeft.js +3 -1
- package/dist/icons/iconArrowBottomRight.js +3 -1
- package/dist/icons/iconArrowLeftPath.js +3 -1
- package/dist/icons/iconArrowRight.js +3 -1
- package/dist/icons/iconArrowRightCircle.js +3 -1
- package/dist/icons/iconArrowRightPath.js +3 -1
- package/dist/icons/iconArrowTopLeft.js +3 -1
- package/dist/icons/iconArrowTopRight.js +3 -1
- package/dist/icons/iconChevronDoubleRight.js +3 -1
- package/dist/icons/iconChevronRight.js +3 -1
- package/dist/icons/iconChevronRightSmall.js +3 -1
- package/dist/icons/iconCornerDownLeft.js +3 -1
- package/dist/icons/iconCornerDownRight.js +3 -1
- package/dist/icons/iconCornerLeftDown.js +3 -1
- package/dist/icons/iconCornerLeftUp.js +3 -1
- package/dist/icons/iconCornerRightDown.js +3 -1
- package/dist/icons/iconCornerRightUp.js +3 -1
- package/dist/icons/iconCornerUpLeft.js +3 -1
- package/dist/icons/iconCornerUpRight.js +3 -1
- package/dist/icons/iconLayoutSidebar.js +3 -1
- package/dist/icons/iconPinFilled.d.ts +3 -0
- package/dist/icons/iconPinFilled.js +12 -0
- package/dist/icons/iconSidebar.js +3 -1
- package/dist/icons/iconUndock.js +3 -1
- package/dist/index.css +539 -493
- package/dist/index.d.ts +1 -0
- package/dist/index.js +8 -6
- package/dist/list/listItem/listItem.d.ts +3 -1
- package/dist/list/listItem/listItem.js +4 -2
- package/dist/mobileSheet/mobileSheet.js +4 -4
- package/dist/modal/modal.js +4 -4
- package/dist/nav/nav.d.ts +7 -1
- package/dist/nav/nav.js +11 -6
- package/dist/nav/navEmpty/navEmpty.d.ts +10 -0
- package/dist/nav/navEmpty/navEmpty.js +7 -0
- package/dist/notification/notification.js +4 -4
- package/dist/notification/pushNotification/pushNotification.js +1 -1
- package/dist/pill/components/pillNonActionable/pillNonActionable.js +4 -4
- package/dist/pillExpandable/pillExpandable.js +4 -4
- package/dist/table/detailPanel/detailPanelHeader.js +4 -4
- package/dist/table/flexible/columnsList.d.ts +1 -2
- package/dist/table/flexible/columnsList.js +6 -5
- package/dist/table/flexible/columnsPopup.js +0 -3
- package/dist/table/flexible/useFlexibleColumns.d.ts +1 -0
- package/dist/table/flexible/useFlexibleColumns.js +4 -3
- package/dist/table/loading/useLoading.d.ts +1 -0
- package/dist/table/loading/useLoading.js +1 -1
- package/dist/table/nested/useNestedRows.d.ts +1 -0
- package/dist/table/selectable/useSelectableRows.js +23 -5
- package/dist/table/table.d.ts +1 -0
- package/dist/table/table.js +7 -2
- package/dist/tabs/tabItem/tabItem.d.ts +2 -1
- package/dist/tabs/tabItem/tabItem.js +4 -2
- package/dist/tabs/tabs.d.ts +1 -0
- package/dist/tabs/tabs.js +2 -1
- package/dist/toastRaw/components/toastAnimation.js +2 -2
- package/dist/toastRaw/toastRaw.js +4 -4
- package/dist/toggleButtonRaw/toggleButtonRaw.js +13 -13
- package/dist/tooltip/tooltip.js +4 -4
- package/dist/utils/localization/flipAlignment.d.ts +2 -0
- package/dist/utils/localization/flipAlignment.js +19 -0
- package/dist/utils/localization/makeLanguageWrapper.d.ts +8 -0
- package/dist/utils/localization/makeLanguageWrapper.js +11 -0
- package/dist/utils/localization/translations/cs.json +2 -2
- package/dist/utils/localization/translations/da-DK.json +2 -2
- package/dist/utils/localization/translations/es.json +2 -2
- package/dist/utils/localization/translations/fi-FI.json +1 -1
- package/dist/utils/localization/translations/hu-HU.json +2 -2
- package/dist/utils/localization/translations/ko-KR.json +2 -2
- package/dist/utils/localization/translations/ms.json +1 -1
- package/dist/utils/localization/translations/nb-NO.json +1 -1
- package/dist/utils/localization/translations/pt-BR.json +2 -2
- package/dist/utils/localization/translations/pt-PT.json +3 -3
- package/dist/utils/localization/translations/ro-RO.json +5 -5
- package/dist/utils/localization/translations/sk-SK.json +1 -1
- package/dist/utils/localization/translations/zh-Hans.json +1 -1
- package/dist/utils/localization/useIsRTL.d.ts +1 -0
- package/dist/utils/localization/useIsRTL.js +6 -0
- package/dist/utils/localization/useRTLAlignment.d.ts +2 -0
- package/dist/utils/localization/useRTLAlignment.js +10 -0
- package/esm/alertRaw/alertRaw.js +4 -4
- package/esm/alertRaw/components/alertAnimation.js +2 -2
- package/esm/banner/bannerMultipLine.js +4 -4
- package/esm/banner/bannerSingleLine.js +4 -4
- package/esm/bookmark/bookmark.d.ts +2 -1
- package/esm/bookmark/bookmark.js +4 -2
- package/esm/card/components/cardButton/cardButton.d.ts +2 -1
- package/esm/card/components/cardButton/cardButton.js +3 -3
- package/esm/dataFeed/hooks/useVisibleColumns.js +1 -1
- package/esm/dataGrid/extensions/toBasicColumn.js +2 -1
- package/esm/dataGrid/listColumn.d.ts +1 -0
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.d.ts +2 -2
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.js +5 -5
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +15 -6
- package/esm/dialog/dialogContent.js +4 -4
- package/esm/dropdownRaw/dropdownHelper.d.ts +4 -1
- package/esm/dropdownRaw/dropdownHelper.js +2 -1
- package/esm/dropdownRaw/dropdownRaw.js +2 -2
- package/esm/dropdownRaw/dropdownTrigger.d.ts +1 -1
- package/esm/dropdownRaw/dropdownTrigger.js +1 -1
- package/esm/fileUpload/components/uploadedFilesSection.js +3 -3
- package/esm/filters/components/filtersSavedChipComponent.js +3 -3
- package/esm/filters/components/filtersSearchItemData.js +3 -3
- package/esm/filters/components/filtersSidePanel.js +4 -4
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +4 -4
- package/esm/formGroup/components/reviewListToggle/reviewListToggle.js +13 -13
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +1 -1
- package/esm/icons/iconAlignLeft.js +3 -1
- package/esm/icons/iconAlignmentLeft.js +3 -1
- package/esm/icons/iconAlignmentRight.js +3 -1
- package/esm/icons/iconArrowBottomLeft.js +3 -1
- package/esm/icons/iconArrowBottomRight.js +3 -1
- package/esm/icons/iconArrowLeftPath.js +3 -1
- package/esm/icons/iconArrowRight.js +3 -1
- package/esm/icons/iconArrowRightCircle.js +3 -1
- package/esm/icons/iconArrowRightPath.js +3 -1
- package/esm/icons/iconArrowTopLeft.js +3 -1
- package/esm/icons/iconArrowTopRight.js +3 -1
- package/esm/icons/iconChevronDoubleRight.js +3 -1
- package/esm/icons/iconChevronRight.js +3 -1
- package/esm/icons/iconChevronRightSmall.js +3 -1
- package/esm/icons/iconCornerDownLeft.js +3 -1
- package/esm/icons/iconCornerDownRight.js +3 -1
- package/esm/icons/iconCornerLeftDown.js +3 -1
- package/esm/icons/iconCornerLeftUp.js +3 -1
- package/esm/icons/iconCornerRightDown.js +3 -1
- package/esm/icons/iconCornerRightUp.js +3 -1
- package/esm/icons/iconCornerUpLeft.js +3 -1
- package/esm/icons/iconCornerUpRight.js +3 -1
- package/esm/icons/iconLayoutSidebar.js +3 -1
- package/esm/icons/iconPinFilled.d.ts +3 -0
- package/esm/icons/iconPinFilled.js +8 -0
- package/esm/icons/iconSidebar.js +3 -1
- package/esm/icons/iconUndock.js +3 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/list/listItem/listItem.d.ts +3 -1
- package/esm/list/listItem/listItem.js +4 -2
- package/esm/mobileSheet/mobileSheet.js +4 -4
- package/esm/modal/modal.js +4 -4
- package/esm/nav/nav.d.ts +7 -1
- package/esm/nav/nav.js +11 -6
- package/esm/nav/navEmpty/navEmpty.d.ts +10 -0
- package/esm/nav/navEmpty/navEmpty.js +3 -0
- package/esm/notification/notification.js +4 -4
- package/esm/notification/pushNotification/pushNotification.js +1 -1
- package/esm/pill/components/pillNonActionable/pillNonActionable.js +4 -4
- package/esm/pillExpandable/pillExpandable.js +4 -4
- package/esm/table/detailPanel/detailPanelHeader.js +4 -4
- package/esm/table/flexible/columnsList.d.ts +1 -2
- package/esm/table/flexible/columnsList.js +6 -5
- package/esm/table/flexible/columnsPopup.js +0 -3
- package/esm/table/flexible/useFlexibleColumns.d.ts +1 -0
- package/esm/table/flexible/useFlexibleColumns.js +4 -3
- package/esm/table/loading/useLoading.d.ts +1 -0
- package/esm/table/loading/useLoading.js +1 -1
- package/esm/table/nested/useNestedRows.d.ts +1 -0
- package/esm/table/selectable/useSelectableRows.js +23 -5
- package/esm/table/table.d.ts +1 -0
- package/esm/table/table.js +7 -2
- package/esm/tabs/tabItem/tabItem.d.ts +2 -1
- package/esm/tabs/tabItem/tabItem.js +4 -2
- package/esm/tabs/tabs.d.ts +1 -0
- package/esm/tabs/tabs.js +2 -1
- package/esm/toastRaw/components/toastAnimation.js +2 -2
- package/esm/toastRaw/toastRaw.js +4 -4
- package/esm/toggleButtonRaw/toggleButtonRaw.js +13 -13
- package/esm/tooltip/tooltip.js +4 -4
- package/esm/utils/localization/flipAlignment.d.ts +2 -0
- package/esm/utils/localization/flipAlignment.js +15 -0
- package/esm/utils/localization/makeLanguageWrapper.d.ts +8 -0
- package/esm/utils/localization/makeLanguageWrapper.js +7 -0
- package/esm/utils/localization/translations/cs.json +2 -2
- package/esm/utils/localization/translations/da-DK.json +2 -2
- package/esm/utils/localization/translations/es.json +2 -2
- package/esm/utils/localization/translations/fi-FI.json +1 -1
- package/esm/utils/localization/translations/hu-HU.json +2 -2
- package/esm/utils/localization/translations/ko-KR.json +2 -2
- package/esm/utils/localization/translations/ms.json +1 -1
- package/esm/utils/localization/translations/nb-NO.json +1 -1
- package/esm/utils/localization/translations/pt-BR.json +2 -2
- package/esm/utils/localization/translations/pt-PT.json +3 -3
- package/esm/utils/localization/translations/ro-RO.json +5 -5
- package/esm/utils/localization/translations/sk-SK.json +1 -1
- package/esm/utils/localization/translations/zh-Hans.json +1 -1
- package/esm/utils/localization/useIsRTL.d.ts +1 -0
- package/esm/utils/localization/useIsRTL.js +2 -0
- package/esm/utils/localization/useRTLAlignment.d.ts +2 -0
- package/esm/utils/localization/useRTLAlignment.js +6 -0
- package/package.json +3 -1
package/dist/index.css
CHANGED
|
@@ -1510,7 +1510,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1510
1510
|
display: grid;
|
|
1511
1511
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
1512
1512
|
grid-template-rows: auto auto;
|
|
1513
|
-
gap:
|
|
1513
|
+
gap: 0.25rem 0.5rem;
|
|
1514
1514
|
align-items: center;
|
|
1515
1515
|
justify-items: start;
|
|
1516
1516
|
}
|
|
@@ -1518,9 +1518,9 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1518
1518
|
display: grid;
|
|
1519
1519
|
align-items: center;
|
|
1520
1520
|
justify-items: start;
|
|
1521
|
-
grid-template-columns: minmax(
|
|
1522
|
-
row-gap:
|
|
1523
|
-
column-gap:
|
|
1521
|
+
grid-template-columns: minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem) minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem);
|
|
1522
|
+
row-gap: 0.25rem;
|
|
1523
|
+
column-gap: 0.5rem;
|
|
1524
1524
|
}
|
|
1525
1525
|
:root {
|
|
1526
1526
|
--border-width-default: 1px;
|
|
@@ -2127,6 +2127,9 @@ html:lang(ar) .zen-button--mobile {
|
|
|
2127
2127
|
width: 30px;
|
|
2128
2128
|
height: 30px;
|
|
2129
2129
|
}
|
|
2130
|
+
.zen-icon--rtl {
|
|
2131
|
+
transform: scaleX(-1);
|
|
2132
|
+
}
|
|
2130
2133
|
.zen-accordion {
|
|
2131
2134
|
font-family: var(--main-font);
|
|
2132
2135
|
font-size: 14px;
|
|
@@ -2222,7 +2225,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2222
2225
|
}
|
|
2223
2226
|
.zen-banner {
|
|
2224
2227
|
box-sizing: border-box;
|
|
2225
|
-
min-height:
|
|
2228
|
+
min-height: 3rem;
|
|
2226
2229
|
}
|
|
2227
2230
|
.zen-banner__content {
|
|
2228
2231
|
flex-grow: 2;
|
|
@@ -2236,11 +2239,11 @@ html:lang(ar) .zen-accordion {
|
|
|
2236
2239
|
max-width: unset;
|
|
2237
2240
|
}
|
|
2238
2241
|
.zen-banner__content--XL {
|
|
2239
|
-
max-width:
|
|
2242
|
+
max-width: 90rem;
|
|
2240
2243
|
}
|
|
2241
2244
|
.zen-banner__content--multiline {
|
|
2242
2245
|
flex-direction: column;
|
|
2243
|
-
row-gap:
|
|
2246
|
+
row-gap: 0.5rem;
|
|
2244
2247
|
}
|
|
2245
2248
|
.zen-banner__close-button {
|
|
2246
2249
|
display: flex;
|
|
@@ -2252,7 +2255,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2252
2255
|
border-radius: 15px;
|
|
2253
2256
|
cursor: pointer;
|
|
2254
2257
|
padding: 0;
|
|
2255
|
-
margin:
|
|
2258
|
+
margin: 0.5rem;
|
|
2256
2259
|
align-self: flex-start;
|
|
2257
2260
|
}
|
|
2258
2261
|
.zen-banner__close-button:active,
|
|
@@ -2262,15 +2265,16 @@ html:lang(ar) .zen-accordion {
|
|
|
2262
2265
|
fill: var(--accents-warning--main);
|
|
2263
2266
|
}
|
|
2264
2267
|
.zen-banner__close-button--top-gap {
|
|
2265
|
-
margin:
|
|
2268
|
+
margin: 0.3125rem;
|
|
2266
2269
|
}
|
|
2267
2270
|
.zen-banner__close-button--drive,
|
|
2268
2271
|
.zen-banner__close-button--drive-tablet {
|
|
2269
|
-
margin:
|
|
2272
|
+
margin: 0.75rem;
|
|
2270
2273
|
}
|
|
2271
2274
|
.zen-banner__block {
|
|
2272
2275
|
display: flex;
|
|
2273
|
-
padding:
|
|
2276
|
+
padding-block: 0.5rem 0.5rem;
|
|
2277
|
+
padding-inline: 1rem 0.75rem;
|
|
2274
2278
|
background-color: var(--accents-warning--main);
|
|
2275
2279
|
color: var(--accents-warning--detail);
|
|
2276
2280
|
fill: var(--accents-warning--detail);
|
|
@@ -2278,7 +2282,8 @@ html:lang(ar) .zen-accordion {
|
|
|
2278
2282
|
}
|
|
2279
2283
|
.zen-banner__block--drive,
|
|
2280
2284
|
.zen-banner__block--drive-tablet {
|
|
2281
|
-
padding:
|
|
2285
|
+
padding-block: 0.5rem 1rem;
|
|
2286
|
+
padding-inline: 1rem 0.75rem;
|
|
2282
2287
|
}
|
|
2283
2288
|
.zen-banner__block--multiline {
|
|
2284
2289
|
height: unset;
|
|
@@ -2291,20 +2296,20 @@ html:lang(ar) .zen-accordion {
|
|
|
2291
2296
|
justify-content: center;
|
|
2292
2297
|
}
|
|
2293
2298
|
.zen-banner__block--L {
|
|
2294
|
-
max-width:
|
|
2295
|
-
min-width:
|
|
2299
|
+
max-width: 71rem;
|
|
2300
|
+
min-width: 16.75rem;
|
|
2296
2301
|
}
|
|
2297
2302
|
.zen-banner__block--M {
|
|
2298
|
-
max-width:
|
|
2299
|
-
min-width:
|
|
2303
|
+
max-width: 47rem;
|
|
2304
|
+
min-width: 16.75rem;
|
|
2300
2305
|
}
|
|
2301
2306
|
.zen-banner__block--S {
|
|
2302
|
-
max-width:
|
|
2303
|
-
min-width:
|
|
2307
|
+
max-width: 35rem;
|
|
2308
|
+
min-width: 16.75rem;
|
|
2304
2309
|
}
|
|
2305
2310
|
.zen-banner__block--XS {
|
|
2306
|
-
max-width:
|
|
2307
|
-
min-width:
|
|
2311
|
+
max-width: 22.5rem;
|
|
2312
|
+
min-width: 16.75rem;
|
|
2308
2313
|
}
|
|
2309
2314
|
.zen-banner__block--multiline {
|
|
2310
2315
|
flex-wrap: wrap;
|
|
@@ -2329,7 +2334,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2329
2334
|
line-height: 16px;
|
|
2330
2335
|
text-transform: none;
|
|
2331
2336
|
text-decoration: none;
|
|
2332
|
-
padding-
|
|
2337
|
+
padding-inline-end: 0.5rem;
|
|
2333
2338
|
display: -webkit-box;
|
|
2334
2339
|
-webkit-box-orient: vertical;
|
|
2335
2340
|
-webkit-line-clamp: 1;
|
|
@@ -2367,10 +2372,10 @@ html:lang(ar) .zen-banner__header--drive-tablet {
|
|
|
2367
2372
|
}
|
|
2368
2373
|
.zen-banner__icon-block {
|
|
2369
2374
|
display: flex;
|
|
2370
|
-
padding-
|
|
2375
|
+
padding-inline-end: 0.5rem;
|
|
2371
2376
|
}
|
|
2372
2377
|
.zen-banner__icon-block--top-gap {
|
|
2373
|
-
margin:
|
|
2378
|
+
margin: 0.1875rem;
|
|
2374
2379
|
}
|
|
2375
2380
|
.zen-banner__message {
|
|
2376
2381
|
font-family: var(--main-font);
|
|
@@ -2385,9 +2390,9 @@ html:lang(ar) .zen-banner__header--drive-tablet {
|
|
|
2385
2390
|
text-overflow: ellipsis;
|
|
2386
2391
|
white-space: nowrap;
|
|
2387
2392
|
word-wrap: normal;
|
|
2388
|
-
text-align:
|
|
2389
|
-
margin-
|
|
2390
|
-
max-width:
|
|
2393
|
+
text-align: start;
|
|
2394
|
+
margin-inline-end: auto;
|
|
2395
|
+
max-width: 64.6875rem;
|
|
2391
2396
|
}
|
|
2392
2397
|
html:lang(ar) .zen-banner__message {
|
|
2393
2398
|
font-family: var(--arabic-font-family);
|
|
@@ -2399,8 +2404,8 @@ html:lang(ar) .zen-banner__message {
|
|
|
2399
2404
|
}
|
|
2400
2405
|
.zen-banner__message--drive,
|
|
2401
2406
|
.zen-banner__message--drive-tablet {
|
|
2402
|
-
max-width:
|
|
2403
|
-
padding-top:
|
|
2407
|
+
max-width: 28.25rem;
|
|
2408
|
+
padding-top: 0.25rem;
|
|
2404
2409
|
}
|
|
2405
2410
|
.zen-banner__message--drive {
|
|
2406
2411
|
font-family: var(--main-font);
|
|
@@ -2489,7 +2494,7 @@ html:lang(ar) .zen-banner__message--multiline.zen-banner__message--drive-tablet
|
|
|
2489
2494
|
align-items: center;
|
|
2490
2495
|
}
|
|
2491
2496
|
.zen-banner__action {
|
|
2492
|
-
margin-
|
|
2497
|
+
margin-inline-start: 1rem;
|
|
2493
2498
|
display: flex;
|
|
2494
2499
|
}
|
|
2495
2500
|
.zen-banner__action--multiline {
|
|
@@ -3630,10 +3635,10 @@ html:lang(ar) .zen-side-panel-cell__title {
|
|
|
3630
3635
|
.zen-toast {
|
|
3631
3636
|
box-sizing: border-box;
|
|
3632
3637
|
display: grid;
|
|
3633
|
-
grid-template-rows:
|
|
3638
|
+
grid-template-rows: 0.25rem 1fr;
|
|
3634
3639
|
border-radius: 4px;
|
|
3635
|
-
width:
|
|
3636
|
-
height:
|
|
3640
|
+
width: 23rem;
|
|
3641
|
+
height: 3.5rem;
|
|
3637
3642
|
}
|
|
3638
3643
|
.zen-toast * {
|
|
3639
3644
|
box-sizing: border-box;
|
|
@@ -3642,18 +3647,18 @@ html:lang(ar) .zen-side-panel-cell__title {
|
|
|
3642
3647
|
width: 100%;
|
|
3643
3648
|
}
|
|
3644
3649
|
.zen-toast--drive {
|
|
3645
|
-
height:
|
|
3650
|
+
height: 4.25rem;
|
|
3646
3651
|
}
|
|
3647
3652
|
.zen-toast__content {
|
|
3648
3653
|
display: flex;
|
|
3649
3654
|
justify-content: space-between;
|
|
3650
3655
|
align-items: center;
|
|
3651
|
-
padding:
|
|
3656
|
+
padding: 0.75rem;
|
|
3652
3657
|
}
|
|
3653
3658
|
.zen-toast__content-start,
|
|
3654
3659
|
.zen-toast__content-end {
|
|
3655
3660
|
display: flex;
|
|
3656
|
-
gap:
|
|
3661
|
+
gap: 0.5rem;
|
|
3657
3662
|
align-items: center;
|
|
3658
3663
|
}
|
|
3659
3664
|
.zen-toast__content-start {
|
|
@@ -3662,16 +3667,16 @@ html:lang(ar) .zen-side-panel-cell__title {
|
|
|
3662
3667
|
align-items: center;
|
|
3663
3668
|
}
|
|
3664
3669
|
.zen-toast__content-start--icon {
|
|
3665
|
-
grid-template-columns:
|
|
3670
|
+
grid-template-columns: 1.5rem 1fr;
|
|
3666
3671
|
}
|
|
3667
3672
|
.zen-toast__content-end {
|
|
3668
3673
|
display: grid;
|
|
3669
|
-
grid-template-columns:
|
|
3674
|
+
grid-template-columns: 1.5rem;
|
|
3670
3675
|
align-items: center;
|
|
3671
3676
|
}
|
|
3672
3677
|
.zen-toast__content-end--action {
|
|
3673
3678
|
display: grid;
|
|
3674
|
-
grid-template-columns: minmax(
|
|
3679
|
+
grid-template-columns: minmax(4.6875rem, 6.875rem) 1.5rem;
|
|
3675
3680
|
justify-self: end;
|
|
3676
3681
|
}
|
|
3677
3682
|
.zen-toast--info {
|
|
@@ -3683,7 +3688,7 @@ html:lang(ar) .zen-side-panel-cell__title {
|
|
|
3683
3688
|
border-color: var(--accents-success--detail);
|
|
3684
3689
|
}
|
|
3685
3690
|
.zen-toast__icon {
|
|
3686
|
-
padding-
|
|
3691
|
+
padding-inline-end: 0.5rem;
|
|
3687
3692
|
}
|
|
3688
3693
|
.zen-toast__icon--info {
|
|
3689
3694
|
fill: var(--accents-general--detail);
|
|
@@ -3721,8 +3726,8 @@ html:lang(ar) .zen-toast__header {
|
|
|
3721
3726
|
display: flex;
|
|
3722
3727
|
align-items: center;
|
|
3723
3728
|
justify-content: center;
|
|
3724
|
-
width:
|
|
3725
|
-
height:
|
|
3729
|
+
width: 1.25rem;
|
|
3730
|
+
height: 1.25rem;
|
|
3726
3731
|
background: none;
|
|
3727
3732
|
border: none;
|
|
3728
3733
|
padding: 0;
|
|
@@ -3746,10 +3751,11 @@ html:lang(ar) .zen-toast__header {
|
|
|
3746
3751
|
outline-color: var(--accents-success--detail);
|
|
3747
3752
|
}
|
|
3748
3753
|
.zen-toast__action {
|
|
3749
|
-
max-width:
|
|
3750
|
-
white-space: nowrap;
|
|
3754
|
+
max-width: 6.875rem;
|
|
3751
3755
|
overflow: hidden;
|
|
3752
3756
|
text-overflow: ellipsis;
|
|
3757
|
+
white-space: nowrap;
|
|
3758
|
+
word-wrap: normal;
|
|
3753
3759
|
justify-self: end;
|
|
3754
3760
|
}
|
|
3755
3761
|
.zen-toast__progress {
|
|
@@ -3780,13 +3786,13 @@ html:lang(ar) .zen-toast__header {
|
|
|
3780
3786
|
display: flex;
|
|
3781
3787
|
flex-direction: row;
|
|
3782
3788
|
justify-content: space-between;
|
|
3783
|
-
padding:
|
|
3789
|
+
padding: 1rem;
|
|
3784
3790
|
border-radius: 8px;
|
|
3785
3791
|
background-color: var(--backgrounds-main);
|
|
3786
|
-
max-width:
|
|
3787
|
-
min-width:
|
|
3788
|
-
min-height:
|
|
3789
|
-
max-height:
|
|
3792
|
+
max-width: 23rem;
|
|
3793
|
+
min-width: 23rem;
|
|
3794
|
+
min-height: 6rem;
|
|
3795
|
+
max-height: 13.75rem;
|
|
3790
3796
|
}
|
|
3791
3797
|
.zen-alert * {
|
|
3792
3798
|
box-sizing: border-box;
|
|
@@ -3795,22 +3801,22 @@ html:lang(ar) .zen-alert {
|
|
|
3795
3801
|
font-family: var(--arabic-font-family);
|
|
3796
3802
|
}
|
|
3797
3803
|
.zen-alert--with-header {
|
|
3798
|
-
min-height:
|
|
3804
|
+
min-height: 8rem;
|
|
3799
3805
|
}
|
|
3800
3806
|
.zen-alert::before {
|
|
3801
3807
|
content: "";
|
|
3802
3808
|
position: absolute;
|
|
3803
|
-
top:
|
|
3804
|
-
|
|
3805
|
-
width:
|
|
3809
|
+
top: 0;
|
|
3810
|
+
inset-inline-start: -0.25rem;
|
|
3811
|
+
width: 0.5rem;
|
|
3806
3812
|
height: 100%;
|
|
3807
|
-
border-
|
|
3808
|
-
border-
|
|
3809
|
-
border-
|
|
3813
|
+
border-start-start-radius: 15px;
|
|
3814
|
+
border-end-start-radius: 15px;
|
|
3815
|
+
border-inline-start: 4px solid transparent;
|
|
3810
3816
|
}
|
|
3811
3817
|
.zen-alert__header {
|
|
3812
3818
|
display: grid;
|
|
3813
|
-
grid-template-columns: minmax(
|
|
3819
|
+
grid-template-columns: minmax(1.25rem, 1.5rem) 1fr minmax(1.25rem, 1.5rem);
|
|
3814
3820
|
}
|
|
3815
3821
|
.zen-alert__content {
|
|
3816
3822
|
flex-grow: 1;
|
|
@@ -3828,23 +3834,24 @@ html:lang(ar) .zen-alert {
|
|
|
3828
3834
|
flex-grow: 1;
|
|
3829
3835
|
display: flex;
|
|
3830
3836
|
flex-direction: column;
|
|
3831
|
-
line-height:
|
|
3832
|
-
gap:
|
|
3837
|
+
line-height: 1.5rem;
|
|
3838
|
+
gap: 0.5rem;
|
|
3833
3839
|
}
|
|
3834
3840
|
html:lang(ar) .zen-alert__body {
|
|
3835
3841
|
font-family: var(--arabic-font-family);
|
|
3836
3842
|
}
|
|
3837
3843
|
.zen-alert__body-actions {
|
|
3838
3844
|
display: flex;
|
|
3839
|
-
gap:
|
|
3840
|
-
margin-
|
|
3845
|
+
gap: 0.5rem;
|
|
3846
|
+
margin-inline-start: auto;
|
|
3841
3847
|
}
|
|
3842
3848
|
.zen-alert__button {
|
|
3843
|
-
font-size:
|
|
3844
|
-
max-width:
|
|
3845
|
-
white-space: nowrap;
|
|
3849
|
+
font-size: 0.75rem;
|
|
3850
|
+
max-width: 8.75rem;
|
|
3846
3851
|
overflow: hidden;
|
|
3847
3852
|
text-overflow: ellipsis;
|
|
3853
|
+
white-space: nowrap;
|
|
3854
|
+
word-wrap: normal;
|
|
3848
3855
|
}
|
|
3849
3856
|
.zen-alert__text {
|
|
3850
3857
|
display: -webkit-box;
|
|
@@ -3862,7 +3869,7 @@ html:lang(ar) .zen-alert__body {
|
|
|
3862
3869
|
-webkit-box-orient: vertical;
|
|
3863
3870
|
overflow: hidden;
|
|
3864
3871
|
text-overflow: ellipsis;
|
|
3865
|
-
padding-top:
|
|
3872
|
+
padding-top: 0.125rem;
|
|
3866
3873
|
color: var(--text-primary);
|
|
3867
3874
|
font-family: var(--main-font);
|
|
3868
3875
|
font-size: 14px;
|
|
@@ -3880,8 +3887,8 @@ html:lang(ar) .zen-alert__title {
|
|
|
3880
3887
|
display: flex;
|
|
3881
3888
|
align-items: center;
|
|
3882
3889
|
justify-content: center;
|
|
3883
|
-
width:
|
|
3884
|
-
height:
|
|
3890
|
+
width: 1.25rem;
|
|
3891
|
+
height: 1.25rem;
|
|
3885
3892
|
background: none;
|
|
3886
3893
|
border: none;
|
|
3887
3894
|
padding: 0;
|
|
@@ -3897,22 +3904,22 @@ html:lang(ar) .zen-alert__title {
|
|
|
3897
3904
|
}
|
|
3898
3905
|
.zen-alert__actions {
|
|
3899
3906
|
height: 100%;
|
|
3900
|
-
margin-
|
|
3907
|
+
margin-inline-start: auto;
|
|
3901
3908
|
}
|
|
3902
3909
|
.zen-alert--error::before {
|
|
3903
|
-
border-
|
|
3910
|
+
border-inline-start-color: var(--action-destructive--active);
|
|
3904
3911
|
}
|
|
3905
3912
|
.zen-alert--info::before {
|
|
3906
|
-
border-
|
|
3913
|
+
border-inline-start-color: var(--accents-general--detail);
|
|
3907
3914
|
}
|
|
3908
3915
|
.zen-alert--success::before {
|
|
3909
|
-
border-
|
|
3916
|
+
border-inline-start-color: var(--accents-success--detail);
|
|
3910
3917
|
}
|
|
3911
3918
|
.zen-alert--warning::before {
|
|
3912
|
-
border-
|
|
3919
|
+
border-inline-start-color: var(--accents-warning--detail);
|
|
3913
3920
|
}
|
|
3914
3921
|
.zen-alert__icon {
|
|
3915
|
-
padding-
|
|
3922
|
+
padding-inline-end: 0.5rem;
|
|
3916
3923
|
}
|
|
3917
3924
|
.zen-alert__icon--error {
|
|
3918
3925
|
fill: var(--accents-error--detail);
|
|
@@ -3929,18 +3936,18 @@ html:lang(ar) .zen-alert__title {
|
|
|
3929
3936
|
.zen-alert__body-container {
|
|
3930
3937
|
display: flex;
|
|
3931
3938
|
flex-direction: column;
|
|
3932
|
-
gap:
|
|
3939
|
+
gap: 0.5rem;
|
|
3933
3940
|
width: 100%;
|
|
3934
3941
|
}
|
|
3935
3942
|
.zen-alert__header-container {
|
|
3936
3943
|
display: flex;
|
|
3937
3944
|
flex-direction: column;
|
|
3938
|
-
gap:
|
|
3945
|
+
gap: 0.625rem;
|
|
3939
3946
|
width: 100%;
|
|
3940
3947
|
}
|
|
3941
3948
|
.zen-alert--drive {
|
|
3942
|
-
min-height:
|
|
3943
|
-
max-height:
|
|
3949
|
+
min-height: 7.125rem;
|
|
3950
|
+
max-height: 14.375rem;
|
|
3944
3951
|
}
|
|
3945
3952
|
.zen-alert--drive.zen-alert--mobile .zen-alert__title {
|
|
3946
3953
|
font-family: var(--main-font);
|
|
@@ -3982,7 +3989,7 @@ html:lang(ar) .zen-alert--drive .zen-alert__title {
|
|
|
3982
3989
|
font-family: var(--arabic-font-family);
|
|
3983
3990
|
}
|
|
3984
3991
|
.zen-alert--drive--with-header {
|
|
3985
|
-
min-height:
|
|
3992
|
+
min-height: 8.625rem;
|
|
3986
3993
|
}
|
|
3987
3994
|
.zen-alert--drive .zen-alert__text {
|
|
3988
3995
|
line-clamp: 4;
|
|
@@ -4000,7 +4007,7 @@ html:lang(ar) .zen-alert--drive .zen-alert__text {
|
|
|
4000
4007
|
font-family: var(--arabic-font-family);
|
|
4001
4008
|
}
|
|
4002
4009
|
.zen-alert--drive .zen-alert__icon {
|
|
4003
|
-
padding-top:
|
|
4010
|
+
padding-top: 0.125rem;
|
|
4004
4011
|
}
|
|
4005
4012
|
.zen-alert--mobile {
|
|
4006
4013
|
max-width: 100%;
|
|
@@ -4742,9 +4749,9 @@ html:lang(ar) .zen-feed-item__value {
|
|
|
4742
4749
|
display: flex;
|
|
4743
4750
|
justify-content: center;
|
|
4744
4751
|
align-items: center;
|
|
4745
|
-
width:
|
|
4746
|
-
height:
|
|
4747
|
-
min-width:
|
|
4752
|
+
width: 1rem;
|
|
4753
|
+
height: 1rem;
|
|
4754
|
+
min-width: 1rem;
|
|
4748
4755
|
border-radius: var(--border-radius-default);
|
|
4749
4756
|
background-color: var(--backgrounds-main);
|
|
4750
4757
|
border: var(--border-width-default) solid var(--borders-form-field--hover);
|
|
@@ -4752,9 +4759,9 @@ html:lang(ar) .zen-feed-item__value {
|
|
|
4752
4759
|
cursor: pointer;
|
|
4753
4760
|
}
|
|
4754
4761
|
.zen-checkbox--mobile .zen-checkbox__box {
|
|
4755
|
-
width:
|
|
4756
|
-
height:
|
|
4757
|
-
min-width:
|
|
4762
|
+
width: 1.5rem;
|
|
4763
|
+
height: 1.5rem;
|
|
4764
|
+
min-width: 1.5rem;
|
|
4758
4765
|
}
|
|
4759
4766
|
.zen-checkbox--mobile .zen-checkbox__label-text {
|
|
4760
4767
|
font-family: var(--main-font);
|
|
@@ -4772,7 +4779,7 @@ html:lang(ar) .zen-checkbox--mobile .zen-checkbox__label-text {
|
|
|
4772
4779
|
.zen-checkbox__label {
|
|
4773
4780
|
cursor: pointer;
|
|
4774
4781
|
display: flex;
|
|
4775
|
-
gap:
|
|
4782
|
+
gap: 0.5rem;
|
|
4776
4783
|
align-items: center;
|
|
4777
4784
|
fill: var(--text-reverse-primary);
|
|
4778
4785
|
color: var(--text-primary);
|
|
@@ -4794,9 +4801,9 @@ html:lang(ar) .zen-checkbox--drive .zen-checkbox__label-text {
|
|
|
4794
4801
|
font-family: var(--arabic-font-family);
|
|
4795
4802
|
}
|
|
4796
4803
|
.zen-checkbox--drive .zen-checkbox__box {
|
|
4797
|
-
width:
|
|
4798
|
-
height:
|
|
4799
|
-
min-width:
|
|
4804
|
+
width: 1.5rem;
|
|
4805
|
+
height: 1.5rem;
|
|
4806
|
+
min-width: 1.5rem;
|
|
4800
4807
|
}
|
|
4801
4808
|
.zen-checkbox--drive-tablet .zen-checkbox__label-text {
|
|
4802
4809
|
font-family: var(--main-font);
|
|
@@ -4812,9 +4819,9 @@ html:lang(ar) .zen-checkbox--drive-tablet .zen-checkbox__label-text {
|
|
|
4812
4819
|
font-family: var(--arabic-font-family);
|
|
4813
4820
|
}
|
|
4814
4821
|
.zen-checkbox--drive-tablet .zen-checkbox__box {
|
|
4815
|
-
width:
|
|
4816
|
-
height:
|
|
4817
|
-
min-width:
|
|
4822
|
+
width: 1.5rem;
|
|
4823
|
+
height: 1.5rem;
|
|
4824
|
+
min-width: 1.5rem;
|
|
4818
4825
|
}
|
|
4819
4826
|
.zen-checkbox__label-text {
|
|
4820
4827
|
font-family: var(--main-font);
|
|
@@ -4921,7 +4928,8 @@ html:lang(ar) .zen-checkbox__label-text {
|
|
|
4921
4928
|
}
|
|
4922
4929
|
.zen-select-list__item-content {
|
|
4923
4930
|
width: 100%;
|
|
4924
|
-
padding:
|
|
4931
|
+
padding-block: 0.75rem;
|
|
4932
|
+
padding-inline: 1rem;
|
|
4925
4933
|
color: var(--text-primary);
|
|
4926
4934
|
overflow: hidden;
|
|
4927
4935
|
text-overflow: ellipsis;
|
|
@@ -4936,7 +4944,7 @@ html:lang(ar) .zen-checkbox__label-text {
|
|
|
4936
4944
|
}
|
|
4937
4945
|
.zen-select-list.zen-select-list--drive .zen-select-list__item-content,
|
|
4938
4946
|
.zen-select-list.zen-select-list--drive-tablet .zen-select-list__item-content {
|
|
4939
|
-
padding:
|
|
4947
|
+
padding: 1rem;
|
|
4940
4948
|
}
|
|
4941
4949
|
.zen-select-item {
|
|
4942
4950
|
box-sizing: border-box;
|
|
@@ -4989,7 +4997,7 @@ html:lang(ar) .zen-select-item {
|
|
|
4989
4997
|
.zen-select-item .zen-select-item__wrapper--with-arrow {
|
|
4990
4998
|
display: flex;
|
|
4991
4999
|
justify-content: space-between;
|
|
4992
|
-
padding-
|
|
5000
|
+
padding-inline-end: 0.5rem;
|
|
4993
5001
|
fill: var(--text-primary);
|
|
4994
5002
|
}
|
|
4995
5003
|
.zen-select-item.zen-select-item--drive {
|
|
@@ -5096,8 +5104,8 @@ html:lang(ar) .zen-link-column__groups {
|
|
|
5096
5104
|
font-family: var(--arabic-font-family);
|
|
5097
5105
|
}
|
|
5098
5106
|
.zen-primary-icon {
|
|
5099
|
-
width:
|
|
5100
|
-
height:
|
|
5107
|
+
width: 1.5rem;
|
|
5108
|
+
height: 1.5rem;
|
|
5101
5109
|
fill: var(--text-reverse-primary-button);
|
|
5102
5110
|
background-color: var(--action-primary--default);
|
|
5103
5111
|
border: none;
|
|
@@ -5517,6 +5525,72 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
5517
5525
|
.zen-nested-button__padding {
|
|
5518
5526
|
padding-left: 40px;
|
|
5519
5527
|
}
|
|
5528
|
+
.zen-empty-state {
|
|
5529
|
+
box-sizing: border-box;
|
|
5530
|
+
display: grid;
|
|
5531
|
+
justify-content: center;
|
|
5532
|
+
align-content: center;
|
|
5533
|
+
text-align: center;
|
|
5534
|
+
gap: 0.625rem;
|
|
5535
|
+
grid-auto-flow: row;
|
|
5536
|
+
height: 100%;
|
|
5537
|
+
width: 100%;
|
|
5538
|
+
min-height: 12.5rem;
|
|
5539
|
+
padding: 1.25rem;
|
|
5540
|
+
}
|
|
5541
|
+
.zen-empty-state * {
|
|
5542
|
+
box-sizing: border-box;
|
|
5543
|
+
}
|
|
5544
|
+
.zen-empty-state__image {
|
|
5545
|
+
width: 180px;
|
|
5546
|
+
height: 180px;
|
|
5547
|
+
align-self: center;
|
|
5548
|
+
justify-self: center;
|
|
5549
|
+
justify-content: center;
|
|
5550
|
+
display: flex;
|
|
5551
|
+
align-items: center;
|
|
5552
|
+
}
|
|
5553
|
+
.zen-empty-state__header {
|
|
5554
|
+
font-family: var(--main-font);
|
|
5555
|
+
font-size: 14px;
|
|
5556
|
+
font-style: normal;
|
|
5557
|
+
font-weight: 500;
|
|
5558
|
+
letter-spacing: 0.16px;
|
|
5559
|
+
line-height: 16px;
|
|
5560
|
+
text-transform: none;
|
|
5561
|
+
text-decoration: none;
|
|
5562
|
+
margin: 0;
|
|
5563
|
+
}
|
|
5564
|
+
html:lang(ar) .zen-empty-state__header {
|
|
5565
|
+
font-family: var(--arabic-font-family);
|
|
5566
|
+
}
|
|
5567
|
+
.zen-empty-state__description {
|
|
5568
|
+
font-family: var(--main-font);
|
|
5569
|
+
font-size: 12px;
|
|
5570
|
+
font-style: italic;
|
|
5571
|
+
font-weight: 400;
|
|
5572
|
+
letter-spacing: 0.32px;
|
|
5573
|
+
line-height: 16px;
|
|
5574
|
+
text-transform: none;
|
|
5575
|
+
text-decoration: none;
|
|
5576
|
+
}
|
|
5577
|
+
html:lang(ar) .zen-empty-state__description {
|
|
5578
|
+
font-family: var(--arabic-font-family);
|
|
5579
|
+
}
|
|
5580
|
+
.zen-svg-image {
|
|
5581
|
+
box-sizing: border-box;
|
|
5582
|
+
display: inline;
|
|
5583
|
+
}
|
|
5584
|
+
.zen-svg-image * {
|
|
5585
|
+
box-sizing: border-box;
|
|
5586
|
+
}
|
|
5587
|
+
.zen-svg-image:hover,
|
|
5588
|
+
.zen-svg-image:focus {
|
|
5589
|
+
outline: none;
|
|
5590
|
+
}
|
|
5591
|
+
.zen-svg-image > use {
|
|
5592
|
+
pointer-events: none;
|
|
5593
|
+
}
|
|
5520
5594
|
.zen-data-grid-actions {
|
|
5521
5595
|
box-sizing: border-box;
|
|
5522
5596
|
width: 100%;
|
|
@@ -5731,72 +5805,6 @@ html:lang(ar) .zen-bulk-actions__number-of-selected {
|
|
|
5731
5805
|
html:lang(ar) .zen-pagination__text {
|
|
5732
5806
|
font-family: var(--arabic-font-family);
|
|
5733
5807
|
}
|
|
5734
|
-
.zen-empty-state {
|
|
5735
|
-
box-sizing: border-box;
|
|
5736
|
-
display: grid;
|
|
5737
|
-
justify-content: center;
|
|
5738
|
-
align-content: center;
|
|
5739
|
-
text-align: center;
|
|
5740
|
-
gap: 10px;
|
|
5741
|
-
grid-auto-flow: row;
|
|
5742
|
-
height: 100%;
|
|
5743
|
-
width: 100%;
|
|
5744
|
-
min-height: 200px;
|
|
5745
|
-
padding: 20px;
|
|
5746
|
-
}
|
|
5747
|
-
.zen-empty-state * {
|
|
5748
|
-
box-sizing: border-box;
|
|
5749
|
-
}
|
|
5750
|
-
.zen-empty-state__image {
|
|
5751
|
-
width: 180px;
|
|
5752
|
-
height: 180px;
|
|
5753
|
-
align-self: center;
|
|
5754
|
-
justify-self: center;
|
|
5755
|
-
justify-content: center;
|
|
5756
|
-
display: flex;
|
|
5757
|
-
align-items: center;
|
|
5758
|
-
}
|
|
5759
|
-
.zen-empty-state__header {
|
|
5760
|
-
font-family: var(--main-font);
|
|
5761
|
-
font-size: 14px;
|
|
5762
|
-
font-style: normal;
|
|
5763
|
-
font-weight: 500;
|
|
5764
|
-
letter-spacing: 0.16px;
|
|
5765
|
-
line-height: 16px;
|
|
5766
|
-
text-transform: none;
|
|
5767
|
-
text-decoration: none;
|
|
5768
|
-
margin: 0;
|
|
5769
|
-
}
|
|
5770
|
-
html:lang(ar) .zen-empty-state__header {
|
|
5771
|
-
font-family: var(--arabic-font-family);
|
|
5772
|
-
}
|
|
5773
|
-
.zen-empty-state__description {
|
|
5774
|
-
font-family: var(--main-font);
|
|
5775
|
-
font-size: 12px;
|
|
5776
|
-
font-style: italic;
|
|
5777
|
-
font-weight: 400;
|
|
5778
|
-
letter-spacing: 0.32px;
|
|
5779
|
-
line-height: 16px;
|
|
5780
|
-
text-transform: none;
|
|
5781
|
-
text-decoration: none;
|
|
5782
|
-
}
|
|
5783
|
-
html:lang(ar) .zen-empty-state__description {
|
|
5784
|
-
font-family: var(--arabic-font-family);
|
|
5785
|
-
}
|
|
5786
|
-
.zen-svg-image {
|
|
5787
|
-
box-sizing: border-box;
|
|
5788
|
-
display: inline;
|
|
5789
|
-
}
|
|
5790
|
-
.zen-svg-image * {
|
|
5791
|
-
box-sizing: border-box;
|
|
5792
|
-
}
|
|
5793
|
-
.zen-svg-image:hover,
|
|
5794
|
-
.zen-svg-image:focus {
|
|
5795
|
-
outline: none;
|
|
5796
|
-
}
|
|
5797
|
-
.zen-svg-image > use {
|
|
5798
|
-
pointer-events: none;
|
|
5799
|
-
}
|
|
5800
5808
|
.zen-table__detail-panel--header {
|
|
5801
5809
|
background-color: var(--backgrounds-main);
|
|
5802
5810
|
border-bottom: 1px solid var(--borders-general);
|
|
@@ -6571,23 +6579,23 @@ html:lang(ar) .zen-review-text-control {
|
|
|
6571
6579
|
align-items: start;
|
|
6572
6580
|
}
|
|
6573
6581
|
.zen-toggler-component {
|
|
6574
|
-
--zen-toggler-component-height:
|
|
6575
|
-
--zen-toggler-component-height-drive:
|
|
6576
|
-
--zen-toggler-component-width:
|
|
6577
|
-
--zen-toggler-component-width-drive:
|
|
6578
|
-
--zen-toggler-tap-area-width-drive:
|
|
6579
|
-
--zen-toggler-tap-area-height-drive:
|
|
6580
|
-
--zen-toggler-runner-size:
|
|
6581
|
-
--zen-toggler-runner-size-drive:
|
|
6582
|
-
--zen-toggler-runner-focus-size:
|
|
6583
|
-
--zen-toggler-runner-focus-size-drive:
|
|
6582
|
+
--zen-toggler-component-height: 1rem;
|
|
6583
|
+
--zen-toggler-component-height-drive: 1.5rem;
|
|
6584
|
+
--zen-toggler-component-width: 1.875rem;
|
|
6585
|
+
--zen-toggler-component-width-drive: 2.625rem;
|
|
6586
|
+
--zen-toggler-tap-area-width-drive: 3.125rem;
|
|
6587
|
+
--zen-toggler-tap-area-height-drive: 2rem;
|
|
6588
|
+
--zen-toggler-runner-size: 0.75rem;
|
|
6589
|
+
--zen-toggler-runner-size-drive: 1.125rem;
|
|
6590
|
+
--zen-toggler-runner-focus-size: 1.625rem;
|
|
6591
|
+
--zen-toggler-runner-focus-size-drive: 2rem;
|
|
6584
6592
|
box-sizing: border-box;
|
|
6585
6593
|
width: var(--zen-toggler-component-width);
|
|
6586
6594
|
min-width: var(--zen-toggler-component-width);
|
|
6587
6595
|
height: var(--zen-toggler-component-height);
|
|
6588
6596
|
min-height: var(--zen-toggler-component-height);
|
|
6589
6597
|
border-radius: var(--zen-toggler-component-height);
|
|
6590
|
-
padding:
|
|
6598
|
+
padding: 0.125rem;
|
|
6591
6599
|
background-color: var(--action-secondary--default);
|
|
6592
6600
|
overflow: visible;
|
|
6593
6601
|
position: relative;
|
|
@@ -6617,16 +6625,16 @@ html:lang(ar) .zen-review-text-control {
|
|
|
6617
6625
|
min-width: var(--zen-toggler-runner-size-drive);
|
|
6618
6626
|
height: var(--zen-toggler-runner-size-drive);
|
|
6619
6627
|
min-height: var(--zen-toggler-runner-size-drive);
|
|
6620
|
-
margin-top:
|
|
6621
|
-
margin-
|
|
6628
|
+
margin-top: 0.0625rem;
|
|
6629
|
+
margin-inline-start: 0.0625rem;
|
|
6622
6630
|
}
|
|
6623
6631
|
.zen-toggler-component--drive .zen-toggler-component__focus {
|
|
6624
6632
|
width: var(--zen-toggler-runner-focus-size-drive);
|
|
6625
6633
|
min-width: var(--zen-toggler-runner-focus-size-drive);
|
|
6626
6634
|
height: var(--zen-toggler-runner-focus-size-drive);
|
|
6627
6635
|
min-height: var(--zen-toggler-runner-focus-size-drive);
|
|
6628
|
-
top: -
|
|
6629
|
-
|
|
6636
|
+
top: -0.25rem;
|
|
6637
|
+
inset-inline-start: -0.25rem;
|
|
6630
6638
|
}
|
|
6631
6639
|
.zen-toggler-component--drive-tablet {
|
|
6632
6640
|
height: var(--zen-toggler-component-height-drive);
|
|
@@ -6649,16 +6657,16 @@ html:lang(ar) .zen-review-text-control {
|
|
|
6649
6657
|
min-width: var(--zen-toggler-runner-size-drive);
|
|
6650
6658
|
height: var(--zen-toggler-runner-size-drive);
|
|
6651
6659
|
min-height: var(--zen-toggler-runner-size-drive);
|
|
6652
|
-
margin-top:
|
|
6653
|
-
margin-
|
|
6660
|
+
margin-top: 0.0625rem;
|
|
6661
|
+
margin-inline-start: 0.0625rem;
|
|
6654
6662
|
}
|
|
6655
6663
|
.zen-toggler-component--drive-tablet .zen-toggler-component__focus {
|
|
6656
6664
|
width: var(--zen-toggler-runner-focus-size-drive);
|
|
6657
6665
|
min-width: var(--zen-toggler-runner-focus-size-drive);
|
|
6658
6666
|
height: var(--zen-toggler-runner-focus-size-drive);
|
|
6659
6667
|
min-height: var(--zen-toggler-runner-focus-size-drive);
|
|
6660
|
-
top: -
|
|
6661
|
-
|
|
6668
|
+
top: -0.25rem;
|
|
6669
|
+
inset-inline-start: -0.25rem;
|
|
6662
6670
|
}
|
|
6663
6671
|
.zen-toggler-component__runner {
|
|
6664
6672
|
width: var(--zen-toggler-runner-size);
|
|
@@ -6677,9 +6685,9 @@ html:lang(ar) .zen-review-text-control {
|
|
|
6677
6685
|
min-height: var(--zen-toggler-runner-focus-size);
|
|
6678
6686
|
border-radius: 50%;
|
|
6679
6687
|
opacity: 0.4;
|
|
6680
|
-
top: -
|
|
6688
|
+
top: -0.3125rem;
|
|
6681
6689
|
background-color: var(--action-secondary--default);
|
|
6682
|
-
|
|
6690
|
+
inset-inline-start: -0.3125rem;
|
|
6683
6691
|
}
|
|
6684
6692
|
.zen-toggler__input {
|
|
6685
6693
|
position: absolute;
|
|
@@ -6702,7 +6710,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
6702
6710
|
text-transform: none;
|
|
6703
6711
|
text-decoration: none;
|
|
6704
6712
|
color: var(--text-primary);
|
|
6705
|
-
margin-
|
|
6713
|
+
margin-inline-start: 0.5rem;
|
|
6706
6714
|
}
|
|
6707
6715
|
html:lang(ar) .zen-toggler__label-text {
|
|
6708
6716
|
font-family: var(--arabic-font-family);
|
|
@@ -6737,8 +6745,8 @@ html:lang(ar) .zen-toggler--drive-tablet .zen-toggler__label-text {
|
|
|
6737
6745
|
flex-direction: row-reverse;
|
|
6738
6746
|
}
|
|
6739
6747
|
.zen-toggler__label--reverted .zen-toggler__label-text {
|
|
6740
|
-
margin-
|
|
6741
|
-
margin-
|
|
6748
|
+
margin-inline-end: 0.5rem;
|
|
6749
|
+
margin-inline-start: 0;
|
|
6742
6750
|
}
|
|
6743
6751
|
.zen-toggler__input:focus-visible + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__focus,
|
|
6744
6752
|
.zen-toggler__input:hover + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__focus {
|
|
@@ -6748,12 +6756,12 @@ html:lang(ar) .zen-toggler--drive-tablet .zen-toggler__label-text {
|
|
|
6748
6756
|
background-color: var(--action-primary--default);
|
|
6749
6757
|
}
|
|
6750
6758
|
.zen-toggler__input:checked + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__runner {
|
|
6751
|
-
float:
|
|
6759
|
+
float: inline-end;
|
|
6752
6760
|
}
|
|
6753
6761
|
.zen-toggler__input:checked + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__focus {
|
|
6754
6762
|
background-color: var(--action-primary--default);
|
|
6755
|
-
|
|
6756
|
-
|
|
6763
|
+
inset-inline-start: unset;
|
|
6764
|
+
inset-inline-end: -0.3125rem;
|
|
6757
6765
|
}
|
|
6758
6766
|
.zen-toggler__input:disabled + .zen-toggler__label > .zen-toggler-component {
|
|
6759
6767
|
opacity: 0.4;
|
|
@@ -7460,7 +7468,7 @@ html:lang(ar) .zen-form-field__length {
|
|
|
7460
7468
|
border: 1px solid var(--text-error-message);
|
|
7461
7469
|
}
|
|
7462
7470
|
.zen-dropdown .zen-dropdown__trigger-button:not(.zen-dropdown--form-item) {
|
|
7463
|
-
max-width:
|
|
7471
|
+
max-width: 26.25rem;
|
|
7464
7472
|
}
|
|
7465
7473
|
.zen-dropdown .zen-dropdown__trigger-button--checked {
|
|
7466
7474
|
color: var(--text-primary);
|
|
@@ -7474,10 +7482,11 @@ html:lang(ar) .zen-form-field__length {
|
|
|
7474
7482
|
border-bottom: none;
|
|
7475
7483
|
}
|
|
7476
7484
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__search-container {
|
|
7477
|
-
padding:
|
|
7485
|
+
padding-block: 1rem;
|
|
7486
|
+
padding-inline: 0.75rem;
|
|
7478
7487
|
}
|
|
7479
7488
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__checkbox-container {
|
|
7480
|
-
padding:
|
|
7489
|
+
padding: 1rem;
|
|
7481
7490
|
border-bottom: var(--border-width-default) solid var(--borders-general);
|
|
7482
7491
|
}
|
|
7483
7492
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__search {
|
|
@@ -7494,7 +7503,7 @@ html:lang(ar) .zen-form-field__length {
|
|
|
7494
7503
|
}
|
|
7495
7504
|
.zen-checkbox-list-with-action {
|
|
7496
7505
|
box-sizing: border-box;
|
|
7497
|
-
margin-bottom:
|
|
7506
|
+
margin-bottom: 1rem;
|
|
7498
7507
|
}
|
|
7499
7508
|
.zen-checkbox-list-with-action * {
|
|
7500
7509
|
box-sizing: border-box;
|
|
@@ -7503,8 +7512,8 @@ html:lang(ar) .zen-form-field__length {
|
|
|
7503
7512
|
display: flex;
|
|
7504
7513
|
flex-direction: column;
|
|
7505
7514
|
list-style: none;
|
|
7506
|
-
padding:
|
|
7507
|
-
margin:
|
|
7515
|
+
padding: 0;
|
|
7516
|
+
margin: 0;
|
|
7508
7517
|
}
|
|
7509
7518
|
.zen-checkbox-list-with-action__list-item {
|
|
7510
7519
|
display: flex;
|
|
@@ -7522,7 +7531,8 @@ html:lang(ar) .zen-form-field__length {
|
|
|
7522
7531
|
text-transform: none;
|
|
7523
7532
|
text-decoration: none;
|
|
7524
7533
|
color: var(--text-secondary);
|
|
7525
|
-
padding:
|
|
7534
|
+
padding: 0.5rem;
|
|
7535
|
+
padding-inline-start: 1rem;
|
|
7526
7536
|
}
|
|
7527
7537
|
html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
7528
7538
|
font-family: var(--arabic-font-family);
|
|
@@ -7533,20 +7543,20 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
7533
7543
|
align-items: center;
|
|
7534
7544
|
}
|
|
7535
7545
|
.zen-checkbox-list-with-action__action-item--action .zen-checkbox__label {
|
|
7536
|
-
padding-
|
|
7537
|
-
padding-bottom:
|
|
7538
|
-
padding-top:
|
|
7546
|
+
padding-inline-end: 0.5rem;
|
|
7547
|
+
padding-bottom: 0.75rem;
|
|
7548
|
+
padding-top: 0.75rem;
|
|
7539
7549
|
}
|
|
7540
7550
|
.zen-checkbox-list-with-action__singled {
|
|
7541
7551
|
font-weight: 700;
|
|
7542
7552
|
}
|
|
7543
7553
|
.zen-checkbox-list-with-action__action-checkbox {
|
|
7544
|
-
height:
|
|
7554
|
+
height: 2.5rem;
|
|
7545
7555
|
position: relative;
|
|
7546
7556
|
flex-grow: 0;
|
|
7547
7557
|
}
|
|
7548
7558
|
.zen-checkbox-list-with-action__action-checkbox .zen-checkbox__label {
|
|
7549
|
-
padding-
|
|
7559
|
+
padding-inline-start: 1rem;
|
|
7550
7560
|
}
|
|
7551
7561
|
.zen-checkbox-list-with-action__action-checkbox .zen-checkbox__label-text {
|
|
7552
7562
|
overflow: hidden;
|
|
@@ -7574,7 +7584,9 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
7574
7584
|
fill: var(--text-placeholder);
|
|
7575
7585
|
color: var(--text-primary);
|
|
7576
7586
|
width: 100%;
|
|
7577
|
-
padding:
|
|
7587
|
+
padding-block: 0.4375rem;
|
|
7588
|
+
padding-inline-start: 0.25rem;
|
|
7589
|
+
padding-inline-end: 0.5rem;
|
|
7578
7590
|
}
|
|
7579
7591
|
html:lang(ar) .zen-checkbox-list-with-action__label {
|
|
7580
7592
|
font-family: var(--arabic-font-family);
|
|
@@ -7594,14 +7606,14 @@ html:lang(ar) .zen-checkbox-list-with-action__label {
|
|
|
7594
7606
|
.zen-checkbox-list-with-action__label-text {
|
|
7595
7607
|
display: flex;
|
|
7596
7608
|
flex-grow: 1;
|
|
7597
|
-
padding-
|
|
7609
|
+
padding-inline-end: 0.5rem;
|
|
7598
7610
|
}
|
|
7599
7611
|
.zen-checkbox-list-with-action__label-info {
|
|
7600
7612
|
display: flex;
|
|
7601
7613
|
align-items: center;
|
|
7602
7614
|
}
|
|
7603
7615
|
.zen-checkbox-list-with-action__label-count {
|
|
7604
|
-
margin-
|
|
7616
|
+
margin-inline-start: 0.375rem;
|
|
7605
7617
|
}
|
|
7606
7618
|
.zen-checkbox-list-with-action__counter {
|
|
7607
7619
|
font-family: var(--main-font);
|
|
@@ -7614,13 +7626,13 @@ html:lang(ar) .zen-checkbox-list-with-action__label {
|
|
|
7614
7626
|
text-decoration: none;
|
|
7615
7627
|
background: var(--action-primary--default);
|
|
7616
7628
|
color: var(--text-reverse-primary);
|
|
7617
|
-
border-radius:
|
|
7629
|
+
border-radius: 0.5625rem;
|
|
7618
7630
|
display: flex;
|
|
7619
|
-
min-width:
|
|
7620
|
-
height:
|
|
7631
|
+
min-width: 1rem;
|
|
7632
|
+
height: 1rem;
|
|
7621
7633
|
justify-content: center;
|
|
7622
7634
|
align-items: center;
|
|
7623
|
-
padding:
|
|
7635
|
+
padding: 0.125rem 0.25rem;
|
|
7624
7636
|
}
|
|
7625
7637
|
html:lang(ar) .zen-checkbox-list-with-action__counter {
|
|
7626
7638
|
font-family: var(--arabic-font-family);
|
|
@@ -7631,29 +7643,29 @@ html:lang(ar) .zen-checkbox-list-with-action__counter {
|
|
|
7631
7643
|
justify-content: center;
|
|
7632
7644
|
}
|
|
7633
7645
|
.zen-checkbox-list-with-action__color-info {
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
|
|
7638
|
-
|
|
7646
|
+
width: 1.25rem;
|
|
7647
|
+
min-width: 1.25rem;
|
|
7648
|
+
border-radius: 0.1875rem;
|
|
7649
|
+
margin-inline-end: 0.3125rem;
|
|
7650
|
+
height: 0.375rem;
|
|
7639
7651
|
border: 1px solid black;
|
|
7640
7652
|
}
|
|
7641
7653
|
.zen-checkbox-list-with-action__color-info--right-indent {
|
|
7642
|
-
margin-
|
|
7654
|
+
margin-inline-end: 1rem;
|
|
7643
7655
|
}
|
|
7644
7656
|
.zen-checkbox-list-with-action__color-info--hidden {
|
|
7645
7657
|
display: none;
|
|
7646
7658
|
}
|
|
7647
7659
|
.zen-checkbox-list-with-action__sr-only {
|
|
7648
7660
|
position: absolute;
|
|
7649
|
-
|
|
7661
|
+
inset-inline-start: -624.9375rem;
|
|
7650
7662
|
width: 1px;
|
|
7651
7663
|
height: 1px;
|
|
7652
7664
|
opacity: 0;
|
|
7653
7665
|
}
|
|
7654
7666
|
.zen-checkbox-list-with-action.zen-checkbox-list-with-action--drive .zen-checkbox-list-with-action__action-checkbox,
|
|
7655
7667
|
.zen-checkbox-list-with-action.zen-checkbox-list-with-action--drive-tablet .zen-checkbox-list-with-action__action-checkbox {
|
|
7656
|
-
height:
|
|
7668
|
+
height: 3.75rem;
|
|
7657
7669
|
}
|
|
7658
7670
|
.zen-checkbox-list-with-action.zen-checkbox-list-with-action--drive .zen-checkbox-list-with-action__title {
|
|
7659
7671
|
font-family: var(--main-font);
|
|
@@ -7735,8 +7747,8 @@ html:lang(ar) .zen-checkbox-list-with-action.zen-checkbox-list-with-action--driv
|
|
|
7735
7747
|
}
|
|
7736
7748
|
.zen-dropdown-list {
|
|
7737
7749
|
margin: 0;
|
|
7738
|
-
padding:
|
|
7739
|
-
min-width:
|
|
7750
|
+
padding: 0.25rem 0 0;
|
|
7751
|
+
min-width: 11.25rem;
|
|
7740
7752
|
}
|
|
7741
7753
|
.zen-dropdown-list__elements {
|
|
7742
7754
|
font-family: var(--main-font);
|
|
@@ -7749,7 +7761,7 @@ html:lang(ar) .zen-checkbox-list-with-action.zen-checkbox-list-with-action--driv
|
|
|
7749
7761
|
text-decoration: none;
|
|
7750
7762
|
height: 100%;
|
|
7751
7763
|
overflow-y: auto;
|
|
7752
|
-
max-height:
|
|
7764
|
+
max-height: 15.3125rem;
|
|
7753
7765
|
}
|
|
7754
7766
|
html:lang(ar) .zen-dropdown-list__elements {
|
|
7755
7767
|
font-family: var(--arabic-font-family);
|
|
@@ -7764,15 +7776,17 @@ html:lang(ar) .zen-dropdown-list__elements {
|
|
|
7764
7776
|
text-transform: none;
|
|
7765
7777
|
text-decoration: none;
|
|
7766
7778
|
width: 100%;
|
|
7767
|
-
height:
|
|
7779
|
+
height: 2.5rem;
|
|
7768
7780
|
color: var(--text-secondary);
|
|
7769
|
-
padding:
|
|
7781
|
+
padding-block: 0.5rem;
|
|
7782
|
+
padding-inline: 1rem;
|
|
7770
7783
|
}
|
|
7771
7784
|
html:lang(ar) .zen-dropdown-list__label {
|
|
7772
7785
|
font-family: var(--arabic-font-family);
|
|
7773
7786
|
}
|
|
7774
7787
|
.zen-dropdown-list__checkbox-container {
|
|
7775
|
-
padding:
|
|
7788
|
+
padding-block: 0.5rem;
|
|
7789
|
+
padding-inline: 1rem;
|
|
7776
7790
|
border-bottom: var(--border-width-default) solid var(--borders-general);
|
|
7777
7791
|
}
|
|
7778
7792
|
.zen-dropdown-list__checkbox-container .zen-checkbox__label-text {
|
|
@@ -7794,10 +7808,11 @@ html:lang(ar) .zen-dropdown-list__label {
|
|
|
7794
7808
|
align-items: center;
|
|
7795
7809
|
background-color: transparent;
|
|
7796
7810
|
width: 100%;
|
|
7797
|
-
height:
|
|
7811
|
+
height: 2.5rem;
|
|
7798
7812
|
font-weight: 400;
|
|
7799
7813
|
border: none;
|
|
7800
|
-
padding:
|
|
7814
|
+
padding-block: 0.4375rem;
|
|
7815
|
+
padding-inline: 1rem;
|
|
7801
7816
|
border-radius: 0;
|
|
7802
7817
|
}
|
|
7803
7818
|
.zen-dropdown-list__item--interactive:not(:disabled) {
|
|
@@ -7847,17 +7862,17 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
7847
7862
|
}
|
|
7848
7863
|
.zen-dropdown-list__action-label--limited {
|
|
7849
7864
|
display: block;
|
|
7850
|
-
max-width:
|
|
7865
|
+
max-width: 12.5rem;
|
|
7851
7866
|
}
|
|
7852
7867
|
.zen-dropdown-list__icon {
|
|
7853
7868
|
color: var(--action-secondary--default);
|
|
7854
7869
|
fill: var(--action-secondary--default);
|
|
7855
7870
|
}
|
|
7856
7871
|
.zen-dropdown-list__action-icon {
|
|
7857
|
-
margin-
|
|
7872
|
+
margin-inline-end: 0.375rem;
|
|
7858
7873
|
}
|
|
7859
7874
|
.zen-dropdown-list__action-button {
|
|
7860
|
-
height:
|
|
7875
|
+
height: 2.5rem;
|
|
7861
7876
|
border: none;
|
|
7862
7877
|
margin: 0;
|
|
7863
7878
|
}
|
|
@@ -7880,7 +7895,8 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
7880
7895
|
border-top: var(--border-width-default) solid var(--borders-general);
|
|
7881
7896
|
}
|
|
7882
7897
|
.zen-dropdown-list__action-button-back {
|
|
7883
|
-
padding:
|
|
7898
|
+
padding-block: 0.4375rem;
|
|
7899
|
+
padding-inline: 0.875rem;
|
|
7884
7900
|
}
|
|
7885
7901
|
.zen-dropdown-list__button-group {
|
|
7886
7902
|
display: inline-flex;
|
|
@@ -7890,37 +7906,38 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
7890
7906
|
.zen-dropdown-list__clear-button,
|
|
7891
7907
|
.zen-dropdown-list__cancel-button,
|
|
7892
7908
|
.zen-dropdown-list__apply-button {
|
|
7893
|
-
margin-
|
|
7894
|
-
margin-
|
|
7895
|
-
margin-
|
|
7909
|
+
margin-inline-end: 0.5rem;
|
|
7910
|
+
margin-block-start: 0.5rem;
|
|
7911
|
+
margin-block-end: 0.25rem;
|
|
7896
7912
|
}
|
|
7897
7913
|
.zen-dropdown-list__clear-button {
|
|
7898
|
-
margin-
|
|
7914
|
+
margin-inline-start: 0.5rem;
|
|
7899
7915
|
}
|
|
7900
7916
|
.zen-dropdown-list__container {
|
|
7901
|
-
width:
|
|
7902
|
-
max-height:
|
|
7917
|
+
width: 15.625rem;
|
|
7918
|
+
max-height: 15.3125rem;
|
|
7903
7919
|
border-radius: var(--border-radius-default);
|
|
7904
7920
|
}
|
|
7905
7921
|
.zen-dropdown-list__container--empty {
|
|
7906
|
-
padding:
|
|
7922
|
+
padding-block: 1rem;
|
|
7923
|
+
padding-inline: 1.25rem;
|
|
7907
7924
|
}
|
|
7908
7925
|
.zen-dropdown-list.zen-dropdown-list--drive .zen-dropdown-list__label,
|
|
7909
7926
|
.zen-dropdown-list.zen-dropdown-list--drive-tablet .zen-dropdown-list__label {
|
|
7910
|
-
height:
|
|
7911
|
-
padding:
|
|
7927
|
+
height: 2.75rem;
|
|
7928
|
+
padding: 0.75rem;
|
|
7912
7929
|
}
|
|
7913
7930
|
.zen-dropdown-list.zen-dropdown-list--drive .zen-dropdown-list__item,
|
|
7914
7931
|
.zen-dropdown-list.zen-dropdown-list--drive-tablet .zen-dropdown-list__item {
|
|
7915
|
-
height:
|
|
7932
|
+
height: 3.75rem;
|
|
7916
7933
|
}
|
|
7917
7934
|
.zen-dropdown-list.zen-dropdown-list--drive .zen-dropdown-list__action-button,
|
|
7918
7935
|
.zen-dropdown-list.zen-dropdown-list--drive-tablet .zen-dropdown-list__action-button {
|
|
7919
|
-
height:
|
|
7936
|
+
height: 3.25rem;
|
|
7920
7937
|
}
|
|
7921
7938
|
.zen-dropdown-list.zen-dropdown-list--drive .zen-dropdown-list__elements,
|
|
7922
7939
|
.zen-dropdown-list.zen-dropdown-list--drive-tablet .zen-dropdown-list__elements {
|
|
7923
|
-
max-height:
|
|
7940
|
+
max-height: 16.25rem;
|
|
7924
7941
|
}
|
|
7925
7942
|
.zen-dropdown-list.zen-dropdown-list--drive .zen-dropdown-list__action-label {
|
|
7926
7943
|
font-family: var(--main-font);
|
|
@@ -8499,7 +8516,7 @@ html:lang(ar) .zen-filter-button.zen-filter-button--drive-tablet .zen-filter-but
|
|
|
8499
8516
|
font-family: var(--arabic-font-family);
|
|
8500
8517
|
}
|
|
8501
8518
|
.zen-dropdown-searchable-trigger {
|
|
8502
|
-
max-width:
|
|
8519
|
+
max-width: 26.25rem;
|
|
8503
8520
|
cursor: pointer;
|
|
8504
8521
|
box-sizing: border-box;
|
|
8505
8522
|
display: flex;
|
|
@@ -8517,26 +8534,26 @@ html:lang(ar) .zen-filter-button.zen-filter-button--drive-tablet .zen-filter-but
|
|
|
8517
8534
|
.zen-dropdown-searchable-trigger__icon {
|
|
8518
8535
|
color: var(--action-secondary--default);
|
|
8519
8536
|
fill: var(--action-secondary--default);
|
|
8520
|
-
min-width:
|
|
8521
|
-
min-height:
|
|
8522
|
-
width:
|
|
8523
|
-
height:
|
|
8537
|
+
min-width: 1rem;
|
|
8538
|
+
min-height: 1rem;
|
|
8539
|
+
width: 1rem;
|
|
8540
|
+
height: 1rem;
|
|
8524
8541
|
}
|
|
8525
8542
|
.zen-dropdown-searchable-trigger__search-container {
|
|
8526
8543
|
display: flex;
|
|
8527
8544
|
align-items: center;
|
|
8528
|
-
height:
|
|
8545
|
+
height: 2rem;
|
|
8529
8546
|
outline: none;
|
|
8530
|
-
margin-
|
|
8531
|
-
|
|
8532
|
-
padding:
|
|
8547
|
+
margin-block: 0;
|
|
8548
|
+
padding-block: 0.4375rem;
|
|
8549
|
+
padding-inline: 0.5625rem;
|
|
8533
8550
|
flex: 1 1 auto;
|
|
8534
8551
|
background-color: var(--backgrounds-main);
|
|
8535
8552
|
border: var(--border-width-default) solid var(--borders-general);
|
|
8536
|
-
min-width:
|
|
8553
|
+
min-width: 7.5rem;
|
|
8537
8554
|
border-radius: var(--border-radius-default);
|
|
8538
|
-
border-
|
|
8539
|
-
border-
|
|
8555
|
+
border-start-end-radius: 0;
|
|
8556
|
+
border-end-end-radius: 0;
|
|
8540
8557
|
fill: var(--action-secondary--default);
|
|
8541
8558
|
}
|
|
8542
8559
|
.zen-dropdown-searchable-trigger__search-container:hover {
|
|
@@ -8552,7 +8569,7 @@ html:lang(ar) .zen-filter-button.zen-filter-button--drive-tablet .zen-filter-but
|
|
|
8552
8569
|
}
|
|
8553
8570
|
.zen-dropdown-searchable-trigger__input-container {
|
|
8554
8571
|
width: 100%;
|
|
8555
|
-
min-height:
|
|
8572
|
+
min-height: 1.5rem;
|
|
8556
8573
|
display: flex;
|
|
8557
8574
|
align-items: center;
|
|
8558
8575
|
}
|
|
@@ -8565,12 +8582,13 @@ html:lang(ar) .zen-filter-button.zen-filter-button--drive-tablet .zen-filter-but
|
|
|
8565
8582
|
line-height: 16px;
|
|
8566
8583
|
text-transform: none;
|
|
8567
8584
|
text-decoration: none;
|
|
8568
|
-
min-width:
|
|
8585
|
+
min-width: 5.3125rem;
|
|
8569
8586
|
height: 100%;
|
|
8570
8587
|
width: 100%;
|
|
8571
8588
|
border: none;
|
|
8572
8589
|
outline: none;
|
|
8573
|
-
padding: 0
|
|
8590
|
+
padding-block: 0;
|
|
8591
|
+
padding-inline: 0 0.3125rem;
|
|
8574
8592
|
-webkit-appearance: none;
|
|
8575
8593
|
appearance: none;
|
|
8576
8594
|
background-color: inherit;
|
|
@@ -8588,10 +8606,10 @@ html:lang(ar) .zen-dropdown-searchable-trigger .zen-dropdown-searchable-trigger_
|
|
|
8588
8606
|
align-items: center;
|
|
8589
8607
|
background: var(--backgrounds-main);
|
|
8590
8608
|
fill: var(--action-secondary--default);
|
|
8591
|
-
width:
|
|
8592
|
-
border-
|
|
8593
|
-
border-
|
|
8594
|
-
margin-
|
|
8609
|
+
width: 2rem;
|
|
8610
|
+
border-start-start-radius: 0;
|
|
8611
|
+
border-end-start-radius: 0;
|
|
8612
|
+
margin-inline-start: -1px;
|
|
8595
8613
|
cursor: pointer;
|
|
8596
8614
|
flex-shrink: 0;
|
|
8597
8615
|
}
|
|
@@ -8614,7 +8632,7 @@ html:lang(ar) .zen-dropdown-searchable-trigger .zen-dropdown-searchable-trigger_
|
|
|
8614
8632
|
background-color: var(--backgrounds-hover);
|
|
8615
8633
|
}
|
|
8616
8634
|
.zen-dropdown-searchable-trigger__label-element {
|
|
8617
|
-
margin-
|
|
8635
|
+
margin-inline-end: 0;
|
|
8618
8636
|
display: flex;
|
|
8619
8637
|
white-space: nowrap;
|
|
8620
8638
|
}
|
|
@@ -8631,11 +8649,12 @@ html:lang(ar) .zen-dropdown-searchable-trigger .zen-dropdown-searchable-trigger_
|
|
|
8631
8649
|
color: var(--text-reverse-primary);
|
|
8632
8650
|
border-radius: 9px;
|
|
8633
8651
|
display: flex;
|
|
8634
|
-
min-width:
|
|
8635
|
-
height:
|
|
8652
|
+
min-width: 1rem;
|
|
8653
|
+
height: 1rem;
|
|
8636
8654
|
justify-content: center;
|
|
8637
8655
|
align-items: center;
|
|
8638
|
-
padding:
|
|
8656
|
+
padding-block: 0.125rem;
|
|
8657
|
+
padding-inline: 0.25rem;
|
|
8639
8658
|
}
|
|
8640
8659
|
html:lang(ar) .zen-dropdown-searchable-trigger__counter {
|
|
8641
8660
|
font-family: var(--arabic-font-family);
|
|
@@ -8660,13 +8679,13 @@ html:lang(ar) .zen-dropdown-searchable-trigger__counter {
|
|
|
8660
8679
|
}
|
|
8661
8680
|
.zen-dropdown-searchable-trigger__close-button {
|
|
8662
8681
|
border-radius: 16px;
|
|
8663
|
-
height:
|
|
8664
|
-
min-width:
|
|
8682
|
+
height: 1rem;
|
|
8683
|
+
min-width: 1rem;
|
|
8665
8684
|
display: flex;
|
|
8666
8685
|
align-items: center;
|
|
8667
8686
|
justify-content: center;
|
|
8668
8687
|
padding: 0;
|
|
8669
|
-
margin-
|
|
8688
|
+
margin-inline-start: 0.25rem;
|
|
8670
8689
|
background-color: transparent;
|
|
8671
8690
|
border: none;
|
|
8672
8691
|
fill: var(--action-secondary--default);
|
|
@@ -8687,28 +8706,29 @@ html:lang(ar) .zen-dropdown-searchable-trigger__counter {
|
|
|
8687
8706
|
}
|
|
8688
8707
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive .zen-dropdown-searchable-trigger__search-container,
|
|
8689
8708
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive-tablet .zen-dropdown-searchable-trigger__search-container {
|
|
8690
|
-
height:
|
|
8709
|
+
height: 2.75rem;
|
|
8691
8710
|
}
|
|
8692
8711
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive .zen-dropdown-searchable-trigger__popup-trigger,
|
|
8693
8712
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive-tablet .zen-dropdown-searchable-trigger__popup-trigger {
|
|
8694
|
-
width:
|
|
8713
|
+
width: 2.75rem;
|
|
8695
8714
|
}
|
|
8696
8715
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive .zen-dropdown-searchable-trigger__counter,
|
|
8697
8716
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive-tablet .zen-dropdown-searchable-trigger__counter {
|
|
8698
|
-
height:
|
|
8699
|
-
padding: 0
|
|
8717
|
+
height: 1.375rem;
|
|
8718
|
+
padding-block: 0;
|
|
8719
|
+
padding-inline: 0.5rem;
|
|
8700
8720
|
border-radius: 12px;
|
|
8701
8721
|
}
|
|
8702
8722
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive .zen-dropdown-searchable-trigger__close-button,
|
|
8703
8723
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive-tablet .zen-dropdown-searchable-trigger__close-button {
|
|
8704
|
-
height:
|
|
8705
|
-
min-width:
|
|
8724
|
+
height: 1.25rem;
|
|
8725
|
+
min-width: 1.25rem;
|
|
8706
8726
|
}
|
|
8707
8727
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive .zen-dropdown-searchable-trigger__search-container {
|
|
8708
|
-
height:
|
|
8728
|
+
height: 2.75rem;
|
|
8709
8729
|
}
|
|
8710
8730
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive .zen-dropdown-searchable-trigger__popup-trigger {
|
|
8711
|
-
width:
|
|
8731
|
+
width: 2.75rem;
|
|
8712
8732
|
}
|
|
8713
8733
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive .zen-dropdown-searchable-trigger__input {
|
|
8714
8734
|
font-family: var(--main-font);
|
|
@@ -8737,10 +8757,10 @@ html:lang(ar) .zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--
|
|
|
8737
8757
|
font-family: var(--arabic-font-family);
|
|
8738
8758
|
}
|
|
8739
8759
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive-tablet .zen-dropdown-searchable-trigger__search-container {
|
|
8740
|
-
height:
|
|
8760
|
+
height: 2.875rem;
|
|
8741
8761
|
}
|
|
8742
8762
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive-tablet .zen-dropdown-searchable-trigger__popup-trigger {
|
|
8743
|
-
width:
|
|
8763
|
+
width: 2.875rem;
|
|
8744
8764
|
}
|
|
8745
8765
|
.zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--drive-tablet .zen-dropdown-searchable-trigger__input {
|
|
8746
8766
|
font-family: var(--main-font);
|
|
@@ -8774,17 +8794,17 @@ html:lang(ar) .zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--
|
|
|
8774
8794
|
}
|
|
8775
8795
|
.zen-dropdown-searchable-trigger--error .zen-dropdown-searchable-trigger__popup-trigger {
|
|
8776
8796
|
border: none;
|
|
8777
|
-
border-
|
|
8797
|
+
border-inline-start: 1px solid var(--text-error-message);
|
|
8778
8798
|
}
|
|
8779
8799
|
.zen-dropdown-searchable-trigger--error .zen-dropdown-searchable-trigger__popup-trigger:hover,
|
|
8780
8800
|
.zen-dropdown-searchable-trigger--error .zen-dropdown-searchable-trigger__popup-trigger:active,
|
|
8781
8801
|
.zen-dropdown-searchable-trigger--error .zen-dropdown-searchable-trigger__popup-trigger:focus {
|
|
8782
8802
|
border: none;
|
|
8783
|
-
border-
|
|
8803
|
+
border-inline-start: 1px solid var(--text-error-message);
|
|
8784
8804
|
}
|
|
8785
8805
|
.zen-dropdown-searchable-trigger--error .zen-dropdown-searchable-trigger__search-container {
|
|
8786
8806
|
border: none;
|
|
8787
|
-
border-
|
|
8807
|
+
border-inline-end: 1px solid var(--text-error-message);
|
|
8788
8808
|
}
|
|
8789
8809
|
.zen-dropdown-searchable-trigger:focus-within .zen-dropdown-searchable-trigger__search-container {
|
|
8790
8810
|
z-index: 1;
|
|
@@ -8831,7 +8851,7 @@ html:lang(ar) .zen-dropdown-searchable-trigger.zen-dropdown-searchable-trigger--
|
|
|
8831
8851
|
background-color: var(--backgrounds-main);
|
|
8832
8852
|
color: var(--text-primary);
|
|
8833
8853
|
fill: var(--text-primary);
|
|
8834
|
-
padding:
|
|
8854
|
+
padding: 0.4375rem;
|
|
8835
8855
|
cursor: text;
|
|
8836
8856
|
overflow: hidden;
|
|
8837
8857
|
text-overflow: ellipsis;
|
|
@@ -8870,7 +8890,7 @@ html:lang(ar) .zen-text-input {
|
|
|
8870
8890
|
}
|
|
8871
8891
|
.zen-text-input.zen-text-input--drive,
|
|
8872
8892
|
.zen-text-input.zen-text-input--drive-tablet {
|
|
8873
|
-
padding:
|
|
8893
|
+
padding: 0.6875rem 0.75rem;
|
|
8874
8894
|
}
|
|
8875
8895
|
.zen-text-input.zen-text-input--drive {
|
|
8876
8896
|
font-family: var(--main-font);
|
|
@@ -8899,7 +8919,7 @@ html:lang(ar) .zen-text-input.zen-text-input--drive-tablet {
|
|
|
8899
8919
|
font-family: var(--arabic-font-family);
|
|
8900
8920
|
}
|
|
8901
8921
|
.zen-text-input.zen-text-input--mobile {
|
|
8902
|
-
padding:
|
|
8922
|
+
padding: 0.6875rem 0.75rem 0.75rem;
|
|
8903
8923
|
font-family: var(--main-font);
|
|
8904
8924
|
font-size: 14px;
|
|
8905
8925
|
font-style: normal;
|
|
@@ -8918,7 +8938,8 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
8918
8938
|
border: 0;
|
|
8919
8939
|
border-radius: 0;
|
|
8920
8940
|
outline: 0;
|
|
8921
|
-
padding: 0
|
|
8941
|
+
padding: 0;
|
|
8942
|
+
padding-inline-start: 0.25rem;
|
|
8922
8943
|
-webkit-appearance: none;
|
|
8923
8944
|
appearance: none;
|
|
8924
8945
|
background-color: inherit;
|
|
@@ -8929,27 +8950,27 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
8929
8950
|
}
|
|
8930
8951
|
.zen-input-adornments {
|
|
8931
8952
|
box-sizing: border-box;
|
|
8932
|
-
height:
|
|
8953
|
+
height: 2rem;
|
|
8933
8954
|
border: var(--border-width-default) solid var(--borders-general);
|
|
8934
8955
|
border-radius: var(--border-radius-default);
|
|
8935
8956
|
background-color: var(--backgrounds-main);
|
|
8936
8957
|
overflow: hidden;
|
|
8937
|
-
padding:
|
|
8958
|
+
padding: 0.5rem;
|
|
8938
8959
|
display: grid;
|
|
8939
|
-
grid-gap:
|
|
8960
|
+
grid-gap: 0.5rem;
|
|
8940
8961
|
align-items: center;
|
|
8941
8962
|
}
|
|
8942
8963
|
.zen-input-adornments * {
|
|
8943
8964
|
box-sizing: border-box;
|
|
8944
8965
|
}
|
|
8945
8966
|
.zen-input-adornments.zen-input-adornments--has-start.zen-input-adornments--has-end {
|
|
8946
|
-
grid-template-columns:
|
|
8967
|
+
grid-template-columns: 1rem 1fr 1rem;
|
|
8947
8968
|
}
|
|
8948
8969
|
.zen-input-adornments.zen-input-adornments--has-start:not(.zen-input-adornments--has-end) {
|
|
8949
|
-
grid-template-columns:
|
|
8970
|
+
grid-template-columns: 1rem 1fr;
|
|
8950
8971
|
}
|
|
8951
8972
|
.zen-input-adornments.zen-input-adornments--has-end:not(.zen-input-adornments--has-start) {
|
|
8952
|
-
grid-template-columns: 1fr
|
|
8973
|
+
grid-template-columns: 1fr 1rem;
|
|
8953
8974
|
}
|
|
8954
8975
|
.zen-input-adornments:not(.zen-input-adornments--has-start):not(.zen-input-adornments--has-end) {
|
|
8955
8976
|
grid-template-columns: 1fr;
|
|
@@ -8959,7 +8980,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
8959
8980
|
display: flex;
|
|
8960
8981
|
}
|
|
8961
8982
|
.zen-input-adornments .zen-input-adornments__wrapper--has-end.zen-input-adornments__wrapper--empty {
|
|
8962
|
-
width: calc(100% +
|
|
8983
|
+
width: calc(100% + (24 / 16rem));
|
|
8963
8984
|
}
|
|
8964
8985
|
.zen-input-adornments:hover {
|
|
8965
8986
|
border-color: var(--borders-form-field--hover);
|
|
@@ -8980,7 +9001,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
8980
9001
|
.zen-input-adornments__input {
|
|
8981
9002
|
height: 100%;
|
|
8982
9003
|
width: 100%;
|
|
8983
|
-
height:
|
|
9004
|
+
height: 1rem;
|
|
8984
9005
|
}
|
|
8985
9006
|
.zen-input-adornments__input::placeholder {
|
|
8986
9007
|
color: var(--text-secondary);
|
|
@@ -8993,7 +9014,8 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
8993
9014
|
border: 0;
|
|
8994
9015
|
border-radius: 0;
|
|
8995
9016
|
outline: 0;
|
|
8996
|
-
padding: 0
|
|
9017
|
+
padding: 0;
|
|
9018
|
+
padding-inline-start: 0.25rem;
|
|
8997
9019
|
-webkit-appearance: none;
|
|
8998
9020
|
appearance: none;
|
|
8999
9021
|
background-color: inherit;
|
|
@@ -9007,9 +9029,9 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9007
9029
|
align-items: center;
|
|
9008
9030
|
}
|
|
9009
9031
|
.zen-input-adornments.zen-input-adornments--drive {
|
|
9010
|
-
height:
|
|
9032
|
+
height: 2.75rem;
|
|
9011
9033
|
display: grid;
|
|
9012
|
-
grid-gap:
|
|
9034
|
+
grid-gap: 0.5rem;
|
|
9013
9035
|
align-items: center;
|
|
9014
9036
|
}
|
|
9015
9037
|
.zen-input-adornments.zen-input-adornments--drive.zen-input-adornments--has-start,
|
|
@@ -9018,13 +9040,13 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9018
9040
|
align-items: center;
|
|
9019
9041
|
}
|
|
9020
9042
|
.zen-input-adornments.zen-input-adornments--drive.zen-input-adornments--has-start.zen-input-adornments--has-end {
|
|
9021
|
-
grid-template-columns:
|
|
9043
|
+
grid-template-columns: 1.25rem 1fr 1.25rem;
|
|
9022
9044
|
}
|
|
9023
9045
|
.zen-input-adornments.zen-input-adornments--drive.zen-input-adornments--has-start:not(.zen-input-adornments--has-end) {
|
|
9024
|
-
grid-template-columns:
|
|
9046
|
+
grid-template-columns: 1.25rem 1fr;
|
|
9025
9047
|
}
|
|
9026
9048
|
.zen-input-adornments.zen-input-adornments--drive.zen-input-adornments--has-end:not(.zen-input-adornments--has-start) {
|
|
9027
|
-
grid-template-columns: 1fr
|
|
9049
|
+
grid-template-columns: 1fr 1.25rem;
|
|
9028
9050
|
}
|
|
9029
9051
|
.zen-input-adornments.zen-input-adornments--drive:not(.zen-input-adornments--has-start):not(.zen-input-adornments--has-end) {
|
|
9030
9052
|
grid-template-columns: 1fr;
|
|
@@ -9034,14 +9056,14 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9034
9056
|
display: flex;
|
|
9035
9057
|
}
|
|
9036
9058
|
.zen-input-adornments.zen-input-adornments--drive .zen-input-adornments__wrapper--has-end.zen-input-adornments__wrapper--empty {
|
|
9037
|
-
width: calc(100% +
|
|
9059
|
+
width: calc(100% + (36 / 16rem));
|
|
9038
9060
|
}
|
|
9039
9061
|
.zen-input-adornments.zen-input-adornments--mobile {
|
|
9040
|
-
height:
|
|
9062
|
+
height: 2.75rem;
|
|
9041
9063
|
display: grid;
|
|
9042
|
-
grid-gap:
|
|
9064
|
+
grid-gap: 0.5rem;
|
|
9043
9065
|
align-items: center;
|
|
9044
|
-
font-size:
|
|
9066
|
+
font-size: 1.0625rem;
|
|
9045
9067
|
}
|
|
9046
9068
|
.zen-input-adornments.zen-input-adornments--mobile.zen-input-adornments--has-start,
|
|
9047
9069
|
.zen-input-adornments.zen-input-adornments--mobile.zen-input-adornments--has-end {
|
|
@@ -9049,13 +9071,13 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9049
9071
|
align-items: center;
|
|
9050
9072
|
}
|
|
9051
9073
|
.zen-input-adornments.zen-input-adornments--mobile.zen-input-adornments--has-start.zen-input-adornments--has-end {
|
|
9052
|
-
grid-template-columns:
|
|
9074
|
+
grid-template-columns: 1.25rem 1fr 1.25rem;
|
|
9053
9075
|
}
|
|
9054
9076
|
.zen-input-adornments.zen-input-adornments--mobile.zen-input-adornments--has-start:not(.zen-input-adornments--has-end) {
|
|
9055
|
-
grid-template-columns:
|
|
9077
|
+
grid-template-columns: 1.25rem 1fr;
|
|
9056
9078
|
}
|
|
9057
9079
|
.zen-input-adornments.zen-input-adornments--mobile.zen-input-adornments--has-end:not(.zen-input-adornments--has-start) {
|
|
9058
|
-
grid-template-columns: 1fr
|
|
9080
|
+
grid-template-columns: 1fr 1.25rem;
|
|
9059
9081
|
}
|
|
9060
9082
|
.zen-input-adornments.zen-input-adornments--mobile:not(.zen-input-adornments--has-start):not(.zen-input-adornments--has-end) {
|
|
9061
9083
|
grid-template-columns: 1fr;
|
|
@@ -9065,12 +9087,12 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9065
9087
|
display: flex;
|
|
9066
9088
|
}
|
|
9067
9089
|
.zen-input-adornments.zen-input-adornments--mobile .zen-input-adornments__wrapper--has-end.zen-input-adornments__wrapper--empty {
|
|
9068
|
-
width: calc(100% +
|
|
9090
|
+
width: calc(100% + (36 / 16rem));
|
|
9069
9091
|
}
|
|
9070
9092
|
.zen-input-adornments.zen-input-adornments--drive-tablet {
|
|
9071
|
-
height:
|
|
9093
|
+
height: 2.875rem;
|
|
9072
9094
|
display: grid;
|
|
9073
|
-
grid-gap:
|
|
9095
|
+
grid-gap: 0.5rem;
|
|
9074
9096
|
align-items: center;
|
|
9075
9097
|
}
|
|
9076
9098
|
.zen-input-adornments.zen-input-adornments--drive-tablet.zen-input-adornments--has-start,
|
|
@@ -9079,13 +9101,13 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9079
9101
|
align-items: center;
|
|
9080
9102
|
}
|
|
9081
9103
|
.zen-input-adornments.zen-input-adornments--drive-tablet.zen-input-adornments--has-start.zen-input-adornments--has-end {
|
|
9082
|
-
grid-template-columns:
|
|
9104
|
+
grid-template-columns: 1.25rem 1fr 1.25rem;
|
|
9083
9105
|
}
|
|
9084
9106
|
.zen-input-adornments.zen-input-adornments--drive-tablet.zen-input-adornments--has-start:not(.zen-input-adornments--has-end) {
|
|
9085
|
-
grid-template-columns:
|
|
9107
|
+
grid-template-columns: 1.25rem 1fr;
|
|
9086
9108
|
}
|
|
9087
9109
|
.zen-input-adornments.zen-input-adornments--drive-tablet.zen-input-adornments--has-end:not(.zen-input-adornments--has-start) {
|
|
9088
|
-
grid-template-columns: 1fr
|
|
9110
|
+
grid-template-columns: 1fr 1.25rem;
|
|
9089
9111
|
}
|
|
9090
9112
|
.zen-input-adornments.zen-input-adornments--drive-tablet:not(.zen-input-adornments--has-start):not(.zen-input-adornments--has-end) {
|
|
9091
9113
|
grid-template-columns: 1fr;
|
|
@@ -9095,7 +9117,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9095
9117
|
display: flex;
|
|
9096
9118
|
}
|
|
9097
9119
|
.zen-input-adornments.zen-input-adornments--drive-tablet .zen-input-adornments__wrapper--has-end.zen-input-adornments__wrapper--empty {
|
|
9098
|
-
width: calc(100% +
|
|
9120
|
+
width: calc(100% + (36 / 16rem));
|
|
9099
9121
|
}
|
|
9100
9122
|
.zen-search-input {
|
|
9101
9123
|
box-sizing: border-box;
|
|
@@ -9113,16 +9135,16 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9113
9135
|
border-color: var(--borders-form-field--error);
|
|
9114
9136
|
}
|
|
9115
9137
|
.zen-search-input__error {
|
|
9116
|
-
padding-
|
|
9117
|
-
padding-
|
|
9138
|
+
padding-block-start: 0.25rem;
|
|
9139
|
+
padding-inline-start: 0.125rem;
|
|
9118
9140
|
}
|
|
9119
9141
|
.zen-search-input__pre-icon {
|
|
9120
9142
|
color: var(--action-secondary--default);
|
|
9121
9143
|
fill: var(--action-secondary--default);
|
|
9122
9144
|
}
|
|
9123
9145
|
.zen-search-input .zen-search-input__close-button {
|
|
9124
|
-
width:
|
|
9125
|
-
height:
|
|
9146
|
+
width: 1rem;
|
|
9147
|
+
height: 1rem;
|
|
9126
9148
|
display: flex;
|
|
9127
9149
|
align-items: center;
|
|
9128
9150
|
justify-content: center;
|
|
@@ -9135,8 +9157,8 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9135
9157
|
.zen-search-input .zen-search-input__close-button.zen-search-input__close-button--drive,
|
|
9136
9158
|
.zen-search-input .zen-search-input__close-button.zen-search-input__close-button--drive-tablet,
|
|
9137
9159
|
.zen-search-input .zen-search-input__close-button.zen-search-input__close-button--mobile {
|
|
9138
|
-
width:
|
|
9139
|
-
height:
|
|
9160
|
+
width: 1.25rem;
|
|
9161
|
+
height: 1.25rem;
|
|
9140
9162
|
}
|
|
9141
9163
|
.zen-search-input .zen-search-input__close-button:hover {
|
|
9142
9164
|
cursor: pointer;
|
|
@@ -9415,7 +9437,8 @@ html:lang(ar) .zen-group-button--mobile {
|
|
|
9415
9437
|
flex-wrap: wrap;
|
|
9416
9438
|
}
|
|
9417
9439
|
.zen-combobox-selected__selected-item {
|
|
9418
|
-
margin: 0
|
|
9440
|
+
margin-block: 0 0.5rem;
|
|
9441
|
+
margin-inline: 0 0.5rem;
|
|
9419
9442
|
}
|
|
9420
9443
|
.zen-pill-box-item__icon.zen-pill-box-item__icon {
|
|
9421
9444
|
padding: 0;
|
|
@@ -10112,10 +10135,10 @@ html:lang(ar) .zen-status-pill-popup__view-more-badge {
|
|
|
10112
10135
|
box-sizing: border-box;
|
|
10113
10136
|
cursor: pointer;
|
|
10114
10137
|
background: 0 0;
|
|
10115
|
-
padding:
|
|
10138
|
+
padding: 0.5rem;
|
|
10116
10139
|
vertical-align: middle;
|
|
10117
10140
|
border-width: 0;
|
|
10118
|
-
margin:
|
|
10141
|
+
margin: 0.0625rem;
|
|
10119
10142
|
border: none;
|
|
10120
10143
|
background-color: transparent;
|
|
10121
10144
|
fill: var(--text-secondary);
|
|
@@ -12029,7 +12052,7 @@ html:lang(ar) .zen-date-range-inner__mobile-custom-label {
|
|
|
12029
12052
|
}
|
|
12030
12053
|
.zen-radio__wrapper--reversed {
|
|
12031
12054
|
flex-direction: row-reverse;
|
|
12032
|
-
gap:
|
|
12055
|
+
gap: 0.3125rem;
|
|
12033
12056
|
}
|
|
12034
12057
|
.zen-radio__label {
|
|
12035
12058
|
font-family: var(--main-font);
|
|
@@ -12040,7 +12063,7 @@ html:lang(ar) .zen-date-range-inner__mobile-custom-label {
|
|
|
12040
12063
|
line-height: 16px;
|
|
12041
12064
|
text-transform: none;
|
|
12042
12065
|
text-decoration: none;
|
|
12043
|
-
margin-
|
|
12066
|
+
margin-inline-start: 0.5rem;
|
|
12044
12067
|
cursor: pointer;
|
|
12045
12068
|
}
|
|
12046
12069
|
html:lang(ar) .zen-radio__label {
|
|
@@ -12056,11 +12079,11 @@ html:lang(ar) .zen-radio__label {
|
|
|
12056
12079
|
display: flex;
|
|
12057
12080
|
flex-wrap: nowrap;
|
|
12058
12081
|
align-items: center;
|
|
12059
|
-
margin-
|
|
12060
|
-
padding:
|
|
12082
|
+
margin-inline-start: 0;
|
|
12083
|
+
padding: 0.75rem 1rem;
|
|
12061
12084
|
}
|
|
12062
12085
|
.zen-radio__label--input-wrapper .zen-radio__label-text {
|
|
12063
|
-
margin-
|
|
12086
|
+
margin-inline-start: 0.3125rem;
|
|
12064
12087
|
width: 100%;
|
|
12065
12088
|
}
|
|
12066
12089
|
.zen-radio__label--input-wrapper .zen-radio__input:disabled {
|
|
@@ -12080,15 +12103,15 @@ html:lang(ar) .zen-radio--drive .zen-radio__label {
|
|
|
12080
12103
|
font-family: var(--arabic-font-family);
|
|
12081
12104
|
}
|
|
12082
12105
|
.zen-radio--drive .zen-radio__input {
|
|
12083
|
-
min-width:
|
|
12084
|
-
max-width:
|
|
12085
|
-
height:
|
|
12106
|
+
min-width: 1.5rem;
|
|
12107
|
+
max-width: 1.5rem;
|
|
12108
|
+
height: 1.5rem;
|
|
12086
12109
|
}
|
|
12087
12110
|
.zen-radio--drive .zen-radio__input::before {
|
|
12088
|
-
width:
|
|
12089
|
-
height:
|
|
12090
|
-
top: calc(50% -
|
|
12091
|
-
left: calc(50% -
|
|
12111
|
+
width: 0.875rem;
|
|
12112
|
+
height: 0.875rem;
|
|
12113
|
+
top: calc(50% - 0.875rem / 2);
|
|
12114
|
+
left: calc(50% - 0.875rem / 2);
|
|
12092
12115
|
}
|
|
12093
12116
|
.zen-radio__wrapper--mobile .zen-radio__label {
|
|
12094
12117
|
font-family: var(--main-font);
|
|
@@ -12104,15 +12127,15 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12104
12127
|
font-family: var(--arabic-font-family);
|
|
12105
12128
|
}
|
|
12106
12129
|
.zen-radio__wrapper--mobile .zen-radio__input {
|
|
12107
|
-
min-width:
|
|
12108
|
-
max-width:
|
|
12109
|
-
height:
|
|
12130
|
+
min-width: 1.5rem;
|
|
12131
|
+
max-width: 1.5rem;
|
|
12132
|
+
height: 1.5rem;
|
|
12110
12133
|
}
|
|
12111
12134
|
.zen-radio__wrapper--mobile .zen-radio__input::before {
|
|
12112
|
-
width:
|
|
12113
|
-
height:
|
|
12114
|
-
top: calc(50% -
|
|
12115
|
-
left: calc(50% -
|
|
12135
|
+
width: 0.875rem;
|
|
12136
|
+
height: 0.875rem;
|
|
12137
|
+
top: calc(50% - 0.875rem / 2);
|
|
12138
|
+
left: calc(50% - 0.875rem / 2);
|
|
12116
12139
|
}
|
|
12117
12140
|
.zen-radio--drive-tablet .zen-radio__label {
|
|
12118
12141
|
font-family: var(--main-font);
|
|
@@ -12128,24 +12151,24 @@ html:lang(ar) .zen-radio--drive-tablet .zen-radio__label {
|
|
|
12128
12151
|
font-family: var(--arabic-font-family);
|
|
12129
12152
|
}
|
|
12130
12153
|
.zen-radio--drive-tablet .zen-radio__input {
|
|
12131
|
-
min-width:
|
|
12132
|
-
max-width:
|
|
12133
|
-
height:
|
|
12154
|
+
min-width: 1.5rem;
|
|
12155
|
+
max-width: 1.5rem;
|
|
12156
|
+
height: 1.5rem;
|
|
12134
12157
|
}
|
|
12135
12158
|
.zen-radio--drive-tablet .zen-radio__input::before {
|
|
12136
|
-
width:
|
|
12137
|
-
height:
|
|
12138
|
-
top: calc(50% -
|
|
12139
|
-
left: calc(50% -
|
|
12159
|
+
width: 0.875rem;
|
|
12160
|
+
height: 0.875rem;
|
|
12161
|
+
top: calc(50% - 0.875rem / 2);
|
|
12162
|
+
left: calc(50% - 0.875rem / 2);
|
|
12140
12163
|
}
|
|
12141
12164
|
.zen-radio__input {
|
|
12142
12165
|
-webkit-appearance: none;
|
|
12143
12166
|
appearance: none;
|
|
12144
12167
|
position: relative;
|
|
12145
12168
|
cursor: pointer;
|
|
12146
|
-
min-width:
|
|
12147
|
-
max-width:
|
|
12148
|
-
height:
|
|
12169
|
+
min-width: 1rem;
|
|
12170
|
+
max-width: 1rem;
|
|
12171
|
+
height: 1rem;
|
|
12149
12172
|
margin: 0;
|
|
12150
12173
|
border: 1px solid var(--borders-form-field--hover);
|
|
12151
12174
|
border-radius: 50%;
|
|
@@ -12159,11 +12182,11 @@ html:lang(ar) .zen-radio--drive-tablet .zen-radio__label {
|
|
|
12159
12182
|
}
|
|
12160
12183
|
.zen-radio__input::before {
|
|
12161
12184
|
content: "";
|
|
12162
|
-
width:
|
|
12163
|
-
height:
|
|
12185
|
+
width: 0.625rem;
|
|
12186
|
+
height: 0.625rem;
|
|
12164
12187
|
position: absolute;
|
|
12165
|
-
top: calc(50% -
|
|
12166
|
-
left: calc(50% -
|
|
12188
|
+
top: calc(50% - 0.625rem / 2);
|
|
12189
|
+
left: calc(50% - 0.625rem / 2);
|
|
12167
12190
|
border-radius: 50%;
|
|
12168
12191
|
transform: scale(0);
|
|
12169
12192
|
transition: 120ms transform ease-in-out;
|
|
@@ -12198,19 +12221,19 @@ html:lang(ar) .zen-radio--drive-tablet .zen-radio__label {
|
|
|
12198
12221
|
margin: 0;
|
|
12199
12222
|
}
|
|
12200
12223
|
.zen-radio-group__item {
|
|
12201
|
-
padding:
|
|
12224
|
+
padding: 0.75rem 1rem;
|
|
12202
12225
|
}
|
|
12203
12226
|
.zen-radio-group__item--no-paddings {
|
|
12204
12227
|
padding: 0;
|
|
12205
12228
|
}
|
|
12206
12229
|
.zen-radio-group__item--small {
|
|
12207
|
-
padding:
|
|
12230
|
+
padding: 0.25rem 0;
|
|
12208
12231
|
}
|
|
12209
12232
|
.zen-radio-group__item--small.zen-radio-group__item--no-paddings {
|
|
12210
12233
|
padding: 0;
|
|
12211
12234
|
}
|
|
12212
12235
|
.zen-radio-group__item--small.zen-radio-group__item--no-paddings .zen-radio__label--input-wrapper {
|
|
12213
|
-
padding:
|
|
12236
|
+
padding: 0.25rem;
|
|
12214
12237
|
}
|
|
12215
12238
|
.zen-radio-group--horizontal .zen-radio-group__wrapper {
|
|
12216
12239
|
flex-direction: row;
|
|
@@ -12407,8 +12430,8 @@ html:lang(ar) .zen-radio--drive-tablet .zen-radio__label {
|
|
|
12407
12430
|
}
|
|
12408
12431
|
.zen-waiting--inline {
|
|
12409
12432
|
position: relative;
|
|
12410
|
-
width:
|
|
12411
|
-
height:
|
|
12433
|
+
width: 2.5rem;
|
|
12434
|
+
height: 1.5rem;
|
|
12412
12435
|
}
|
|
12413
12436
|
.zen-waiting__spinner-text {
|
|
12414
12437
|
font-family: var(--main-font);
|
|
@@ -12420,7 +12443,7 @@ html:lang(ar) .zen-radio--drive-tablet .zen-radio__label {
|
|
|
12420
12443
|
text-transform: none;
|
|
12421
12444
|
text-decoration: none;
|
|
12422
12445
|
color: var(--text-secondary);
|
|
12423
|
-
max-width:
|
|
12446
|
+
max-width: 9rem;
|
|
12424
12447
|
text-align: center;
|
|
12425
12448
|
}
|
|
12426
12449
|
html:lang(ar) .zen-waiting__spinner-text {
|
|
@@ -12468,41 +12491,41 @@ html:lang(ar) .zen-waiting__spinner-text--drive-tablet {
|
|
|
12468
12491
|
}
|
|
12469
12492
|
.zen-waiting__spinner-container {
|
|
12470
12493
|
display: flex;
|
|
12471
|
-
min-height:
|
|
12494
|
+
min-height: 1.25rem;
|
|
12472
12495
|
height: 100%;
|
|
12473
12496
|
width: 100%;
|
|
12474
12497
|
justify-content: center;
|
|
12475
12498
|
align-items: center;
|
|
12476
12499
|
flex-direction: column;
|
|
12477
|
-
gap:
|
|
12500
|
+
gap: 0.5rem;
|
|
12478
12501
|
}
|
|
12479
12502
|
.zen-waiting__spinner {
|
|
12480
12503
|
display: flex;
|
|
12481
|
-
max-width:
|
|
12482
|
-
max-height:
|
|
12483
|
-
min-width:
|
|
12484
|
-
min-height:
|
|
12504
|
+
max-width: 4rem;
|
|
12505
|
+
max-height: 4rem;
|
|
12506
|
+
min-width: 2.5rem;
|
|
12507
|
+
min-height: 2.5rem;
|
|
12485
12508
|
position: relative;
|
|
12486
12509
|
width: 100%;
|
|
12487
12510
|
height: 100%;
|
|
12488
12511
|
justify-content: center;
|
|
12489
12512
|
}
|
|
12490
12513
|
.zen-waiting__spinner--drive-tablet {
|
|
12491
|
-
max-width:
|
|
12492
|
-
max-height:
|
|
12514
|
+
max-width: 2.5rem;
|
|
12515
|
+
max-height: 2.5rem;
|
|
12493
12516
|
}
|
|
12494
12517
|
.zen-waiting__spinner--drive {
|
|
12495
|
-
max-width:
|
|
12496
|
-
max-height:
|
|
12518
|
+
max-width: 2.5rem;
|
|
12519
|
+
max-height: 2.5rem;
|
|
12497
12520
|
}
|
|
12498
12521
|
@media (max-width: 640px) {
|
|
12499
12522
|
.zen-waiting__spinner {
|
|
12500
|
-
max-width:
|
|
12501
|
-
max-height:
|
|
12523
|
+
max-width: 2.5rem;
|
|
12524
|
+
max-height: 2.5rem;
|
|
12502
12525
|
}
|
|
12503
12526
|
}
|
|
12504
12527
|
.zen-waiting__spinner-animation {
|
|
12505
|
-
transform-origin:
|
|
12528
|
+
transform-origin: 2rem 2rem;
|
|
12506
12529
|
animation: waiting 1.5s linear infinite;
|
|
12507
12530
|
}
|
|
12508
12531
|
.zen-file-upload {
|
|
@@ -12510,7 +12533,7 @@ html:lang(ar) .zen-waiting__spinner-text--drive-tablet {
|
|
|
12510
12533
|
position: relative;
|
|
12511
12534
|
display: flex;
|
|
12512
12535
|
flex-direction: column;
|
|
12513
|
-
gap:
|
|
12536
|
+
gap: 1rem;
|
|
12514
12537
|
width: 100%;
|
|
12515
12538
|
}
|
|
12516
12539
|
.zen-file-upload * {
|
|
@@ -12525,17 +12548,17 @@ html:lang(ar) .zen-waiting__spinner-text--drive-tablet {
|
|
|
12525
12548
|
border-radius: var(--border-radius-default);
|
|
12526
12549
|
}
|
|
12527
12550
|
.zen-file-upload--drive {
|
|
12528
|
-
gap:
|
|
12551
|
+
gap: 1.25rem;
|
|
12529
12552
|
}
|
|
12530
12553
|
.zen-file-upload--drive-tablet {
|
|
12531
|
-
gap:
|
|
12554
|
+
gap: 1.25rem;
|
|
12532
12555
|
}
|
|
12533
12556
|
.zen-file-upload__drop-zone {
|
|
12534
12557
|
display: flex;
|
|
12535
12558
|
flex-direction: column;
|
|
12536
12559
|
align-items: center;
|
|
12537
12560
|
justify-content: center;
|
|
12538
|
-
padding:
|
|
12561
|
+
padding: 2rem 1.5rem;
|
|
12539
12562
|
border: 2px dashed var(--borders-general);
|
|
12540
12563
|
border-radius: var(--border-radius-default);
|
|
12541
12564
|
background-color: var(--backgrounds-main);
|
|
@@ -12560,13 +12583,13 @@ html:lang(ar) .zen-waiting__spinner-text--drive-tablet {
|
|
|
12560
12583
|
pointer-events: none;
|
|
12561
12584
|
}
|
|
12562
12585
|
.zen-file-upload__drop-zone--condensed {
|
|
12563
|
-
padding:
|
|
12586
|
+
padding: 1.5rem;
|
|
12564
12587
|
}
|
|
12565
12588
|
.zen-file-upload__drop-zone-content {
|
|
12566
12589
|
display: flex;
|
|
12567
12590
|
flex-direction: column;
|
|
12568
12591
|
align-items: center;
|
|
12569
|
-
gap:
|
|
12592
|
+
gap: 0.75rem;
|
|
12570
12593
|
}
|
|
12571
12594
|
.zen-file-upload__cloud-image {
|
|
12572
12595
|
width: 120px;
|
|
@@ -12588,7 +12611,7 @@ html:lang(ar) .zen-waiting__spinner-text--drive-tablet {
|
|
|
12588
12611
|
color: var(--text-primary);
|
|
12589
12612
|
display: flex;
|
|
12590
12613
|
align-items: center;
|
|
12591
|
-
gap:
|
|
12614
|
+
gap: 0.25rem;
|
|
12592
12615
|
}
|
|
12593
12616
|
html:lang(ar) .zen-file-upload__drop-zone-text {
|
|
12594
12617
|
font-family: var(--arabic-font-family);
|
|
@@ -12624,15 +12647,15 @@ html:lang(ar) .zen-file-upload__supported-formats {
|
|
|
12624
12647
|
display: flex;
|
|
12625
12648
|
align-items: center;
|
|
12626
12649
|
justify-content: space-between;
|
|
12627
|
-
padding:
|
|
12650
|
+
padding: 1rem;
|
|
12628
12651
|
background-color: var(--backgrounds-content-1);
|
|
12629
12652
|
border-radius: var(--border-radius-default);
|
|
12630
|
-
gap:
|
|
12653
|
+
gap: 1rem;
|
|
12631
12654
|
}
|
|
12632
12655
|
.zen-file-upload__template-content {
|
|
12633
12656
|
display: flex;
|
|
12634
12657
|
align-items: flex-start;
|
|
12635
|
-
gap:
|
|
12658
|
+
gap: 0.75rem;
|
|
12636
12659
|
}
|
|
12637
12660
|
.zen-file-upload__template-icon {
|
|
12638
12661
|
fill: var(--accents-success--detail);
|
|
@@ -12641,7 +12664,7 @@ html:lang(ar) .zen-file-upload__supported-formats {
|
|
|
12641
12664
|
.zen-file-upload__template-info {
|
|
12642
12665
|
display: flex;
|
|
12643
12666
|
flex-direction: column;
|
|
12644
|
-
gap:
|
|
12667
|
+
gap: 0.25rem;
|
|
12645
12668
|
}
|
|
12646
12669
|
.zen-file-upload__template-title {
|
|
12647
12670
|
font-family: var(--main-font);
|
|
@@ -12682,7 +12705,7 @@ html:lang(ar) .zen-file-upload__template-description {
|
|
|
12682
12705
|
text-transform: none;
|
|
12683
12706
|
text-decoration: none;
|
|
12684
12707
|
color: var(--text-secondary);
|
|
12685
|
-
margin-
|
|
12708
|
+
margin-block-end: 0.5rem;
|
|
12686
12709
|
display: block;
|
|
12687
12710
|
}
|
|
12688
12711
|
html:lang(ar) .zen-file-upload__section-label {
|
|
@@ -12705,23 +12728,23 @@ html:lang(ar) .zen-file-upload__section-label {
|
|
|
12705
12728
|
padding: 0;
|
|
12706
12729
|
display: flex;
|
|
12707
12730
|
flex-direction: column;
|
|
12708
|
-
gap:
|
|
12731
|
+
gap: 0.625rem;
|
|
12709
12732
|
}
|
|
12710
12733
|
.zen-file-upload__file-list-item {
|
|
12711
12734
|
display: flex;
|
|
12712
12735
|
flex-direction: column;
|
|
12713
|
-
gap:
|
|
12736
|
+
gap: 0.625rem;
|
|
12714
12737
|
}
|
|
12715
12738
|
.zen-file-upload__file-item {
|
|
12716
12739
|
display: flex;
|
|
12717
12740
|
align-items: center;
|
|
12718
12741
|
justify-content: space-between;
|
|
12719
|
-
height:
|
|
12720
|
-
padding:
|
|
12742
|
+
height: 3rem;
|
|
12743
|
+
padding: 0.5rem;
|
|
12721
12744
|
border: 1px solid var(--borders-general);
|
|
12722
12745
|
border-radius: var(--border-radius-default);
|
|
12723
12746
|
background-color: var(--backgrounds-main);
|
|
12724
|
-
gap:
|
|
12747
|
+
gap: 0.625rem;
|
|
12725
12748
|
}
|
|
12726
12749
|
.zen-file-upload__file-item--error {
|
|
12727
12750
|
border: 1px solid var(--borders-form-field--error);
|
|
@@ -12729,7 +12752,7 @@ html:lang(ar) .zen-file-upload__section-label {
|
|
|
12729
12752
|
.zen-file-upload__file-info {
|
|
12730
12753
|
display: flex;
|
|
12731
12754
|
align-items: center;
|
|
12732
|
-
gap:
|
|
12755
|
+
gap: 0.625rem;
|
|
12733
12756
|
overflow: hidden;
|
|
12734
12757
|
}
|
|
12735
12758
|
.zen-file-upload__file-icon {
|
|
@@ -13343,6 +13366,7 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
|
|
|
13343
13366
|
}
|
|
13344
13367
|
.zen-groups-filter__popup.zen-groups-filter__popup {
|
|
13345
13368
|
z-index: 11001;
|
|
13369
|
+
overflow-y: hidden;
|
|
13346
13370
|
}
|
|
13347
13371
|
.zen-groups-filter__popup.zen-groups-filter__popup.zen-groups-filter__popup--inactive {
|
|
13348
13372
|
z-index: 10999;
|
|
@@ -14044,6 +14068,19 @@ html:lang(ar) .zen-list-item__secondary {
|
|
|
14044
14068
|
.zen-list-item--clickable {
|
|
14045
14069
|
cursor: pointer;
|
|
14046
14070
|
}
|
|
14071
|
+
.zen-list-item--vertical .zen-list-item__identifier,
|
|
14072
|
+
.zen-list-item--wrap .zen-list-item__identifier {
|
|
14073
|
+
flex-direction: column;
|
|
14074
|
+
align-items: initial;
|
|
14075
|
+
row-gap: 4px;
|
|
14076
|
+
}
|
|
14077
|
+
.zen-list-item--wrap .zen-list-item__secondary {
|
|
14078
|
+
white-space: normal;
|
|
14079
|
+
overflow: hidden;
|
|
14080
|
+
display: -webkit-box;
|
|
14081
|
+
-webkit-line-clamp: 2;
|
|
14082
|
+
-webkit-box-orient: vertical;
|
|
14083
|
+
}
|
|
14047
14084
|
@media (max-width: 640px) {
|
|
14048
14085
|
.zen-list-item__identifier {
|
|
14049
14086
|
flex-direction: column;
|
|
@@ -15370,7 +15407,7 @@ html:lang(ar) .zen-range-field {
|
|
|
15370
15407
|
.zen-range-field--column.zen-range-field--min .zen-range-field__error {
|
|
15371
15408
|
grid-column: 1 / span 3;
|
|
15372
15409
|
grid-row: 2;
|
|
15373
|
-
min-height:
|
|
15410
|
+
min-height: 1.5rem;
|
|
15374
15411
|
}
|
|
15375
15412
|
.zen-range-field--column.zen-range-field--max .zen-range-field__label {
|
|
15376
15413
|
grid-column: 1;
|
|
@@ -15387,30 +15424,30 @@ html:lang(ar) .zen-range-field {
|
|
|
15387
15424
|
.zen-range-field--column.zen-range-field--max .zen-range-field__error {
|
|
15388
15425
|
grid-column: 1 / span 3;
|
|
15389
15426
|
grid-row: 4;
|
|
15390
|
-
min-height:
|
|
15427
|
+
min-height: 1.5rem;
|
|
15391
15428
|
}
|
|
15392
15429
|
.zen-range-field--column .zen-range-field__label {
|
|
15393
|
-
min-width:
|
|
15394
|
-
max-width:
|
|
15430
|
+
min-width: 1.75rem;
|
|
15431
|
+
max-width: 3.5rem;
|
|
15395
15432
|
}
|
|
15396
15433
|
.zen-range-field--column .zen-range-field__input-container {
|
|
15397
15434
|
width: 100%;
|
|
15398
15435
|
}
|
|
15399
15436
|
.zen-range-field--column .zen-range-field__sense {
|
|
15400
|
-
min-width:
|
|
15401
|
-
max-width:
|
|
15437
|
+
min-width: 1.75rem;
|
|
15438
|
+
max-width: 3.5rem;
|
|
15402
15439
|
}
|
|
15403
15440
|
.zen-range-field--row .zen-range-field__label {
|
|
15404
|
-
max-width:
|
|
15405
|
-
min-width:
|
|
15441
|
+
max-width: 2rem;
|
|
15442
|
+
min-width: 1.5rem;
|
|
15406
15443
|
}
|
|
15407
15444
|
.zen-range-field--row .zen-range-field__input-container {
|
|
15408
|
-
max-width:
|
|
15409
|
-
min-width:
|
|
15445
|
+
max-width: 4rem;
|
|
15446
|
+
min-width: 4rem;
|
|
15410
15447
|
}
|
|
15411
15448
|
.zen-range-field--row .zen-range-field__sense {
|
|
15412
|
-
max-width:
|
|
15413
|
-
min-width:
|
|
15449
|
+
max-width: 2rem;
|
|
15450
|
+
min-width: 1.5rem;
|
|
15414
15451
|
}
|
|
15415
15452
|
.zen-range-field--row.zen-range-field--min {
|
|
15416
15453
|
display: contents;
|
|
@@ -15465,13 +15502,13 @@ html:lang(ar) .zen-range-field {
|
|
|
15465
15502
|
text-decoration: none;
|
|
15466
15503
|
color: var(--text-error-message);
|
|
15467
15504
|
fill: var(--text-error-message);
|
|
15468
|
-
margin-top:
|
|
15505
|
+
margin-top: 0.25rem;
|
|
15469
15506
|
}
|
|
15470
15507
|
html:lang(ar) .zen-range-field__error {
|
|
15471
15508
|
font-family: var(--arabic-font-family);
|
|
15472
15509
|
}
|
|
15473
15510
|
.zen-range-field__error-text {
|
|
15474
|
-
margin-
|
|
15511
|
+
margin-inline-start: 0.125rem;
|
|
15475
15512
|
}
|
|
15476
15513
|
.zen-range-field__label {
|
|
15477
15514
|
font-family: var(--main-font);
|
|
@@ -15502,7 +15539,7 @@ html:lang(ar) .zen-range-field__label--mobile {
|
|
|
15502
15539
|
font-family: var(--arabic-font-family);
|
|
15503
15540
|
}
|
|
15504
15541
|
.zen-range-field__input {
|
|
15505
|
-
height:
|
|
15542
|
+
height: 2rem;
|
|
15506
15543
|
}
|
|
15507
15544
|
.zen-range-field__input::-webkit-inner-spin-button,
|
|
15508
15545
|
.zen-range-field__input::-webkit-outer-spin-button {
|
|
@@ -15510,7 +15547,7 @@ html:lang(ar) .zen-range-field__label--mobile {
|
|
|
15510
15547
|
margin: 0;
|
|
15511
15548
|
}
|
|
15512
15549
|
.zen-range-field__input--mobile {
|
|
15513
|
-
height:
|
|
15550
|
+
height: 2.75rem;
|
|
15514
15551
|
}
|
|
15515
15552
|
.zen-range-field .zen-range-field__input:focus {
|
|
15516
15553
|
border: var(--border-width-default) solid var(--borders-form-field--active);
|
|
@@ -15567,42 +15604,42 @@ html:lang(ar) .zen-range {
|
|
|
15567
15604
|
font-family: var(--arabic-font-family);
|
|
15568
15605
|
}
|
|
15569
15606
|
.zen-range__fields-wrapper {
|
|
15570
|
-
padding:
|
|
15607
|
+
padding: 0.75rem 1rem;
|
|
15571
15608
|
}
|
|
15572
15609
|
.zen-range__fields-container {
|
|
15573
15610
|
display: grid;
|
|
15574
15611
|
}
|
|
15575
15612
|
.zen-range__fields-container--row {
|
|
15576
|
-
min-width:
|
|
15577
|
-
max-width:
|
|
15613
|
+
min-width: 18.5rem;
|
|
15614
|
+
max-width: 20.5rem;
|
|
15578
15615
|
display: grid;
|
|
15579
15616
|
align-items: center;
|
|
15580
15617
|
justify-items: start;
|
|
15581
|
-
grid-template-columns: minmax(
|
|
15582
|
-
row-gap:
|
|
15583
|
-
column-gap:
|
|
15618
|
+
grid-template-columns: minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem) minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem);
|
|
15619
|
+
row-gap: 0.25rem;
|
|
15620
|
+
column-gap: 0.5rem;
|
|
15584
15621
|
}
|
|
15585
15622
|
.zen-range__fields-container--column {
|
|
15586
|
-
min-width:
|
|
15587
|
-
max-width:
|
|
15623
|
+
min-width: 12.5rem;
|
|
15624
|
+
max-width: 14.25rem;
|
|
15588
15625
|
display: grid;
|
|
15589
15626
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
15590
15627
|
grid-template-rows: auto auto;
|
|
15591
|
-
gap:
|
|
15628
|
+
gap: 0.25rem 0.5rem;
|
|
15592
15629
|
align-items: center;
|
|
15593
15630
|
justify-items: start;
|
|
15594
15631
|
}
|
|
15595
15632
|
.zen-range__trigger-button {
|
|
15596
|
-
max-width:
|
|
15633
|
+
max-width: 12.5rem;
|
|
15597
15634
|
}
|
|
15598
15635
|
.zen-range__content {
|
|
15599
15636
|
display: grid;
|
|
15600
15637
|
margin: 0;
|
|
15601
|
-
padding:
|
|
15638
|
+
padding: 0.25rem 0 0;
|
|
15602
15639
|
}
|
|
15603
15640
|
.zen-range__label {
|
|
15604
15641
|
width: 100%;
|
|
15605
|
-
height:
|
|
15642
|
+
height: 2.5rem;
|
|
15606
15643
|
font-family: var(--main-font);
|
|
15607
15644
|
font-size: 12px;
|
|
15608
15645
|
font-style: normal;
|
|
@@ -15612,7 +15649,7 @@ html:lang(ar) .zen-range {
|
|
|
15612
15649
|
text-transform: none;
|
|
15613
15650
|
text-decoration: none;
|
|
15614
15651
|
color: var(--text-secondary);
|
|
15615
|
-
padding:
|
|
15652
|
+
padding: 0.75rem 1rem 0.6875rem 1rem;
|
|
15616
15653
|
border-bottom: 1px solid var(--backgrounds-content-1);
|
|
15617
15654
|
}
|
|
15618
15655
|
html:lang(ar) .zen-range__label {
|
|
@@ -15634,12 +15671,12 @@ html:lang(ar) .zen-range__label {
|
|
|
15634
15671
|
.zen-range__clear-button,
|
|
15635
15672
|
.zen-range__cancel-button,
|
|
15636
15673
|
.zen-range__apply-button {
|
|
15637
|
-
margin-
|
|
15638
|
-
margin-top:
|
|
15639
|
-
margin-bottom:
|
|
15674
|
+
margin-inline-end: 0.5rem;
|
|
15675
|
+
margin-top: 0.5rem;
|
|
15676
|
+
margin-bottom: 0.25rem;
|
|
15640
15677
|
}
|
|
15641
15678
|
.zen-range__clear-button {
|
|
15642
|
-
margin-
|
|
15679
|
+
margin-inline-start: 0.5rem;
|
|
15643
15680
|
}
|
|
15644
15681
|
.zen-range--error .zen-range__trigger-button {
|
|
15645
15682
|
border: 1px solid var(--text-error-message);
|
|
@@ -15673,7 +15710,7 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
|
|
|
15673
15710
|
display: grid;
|
|
15674
15711
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
15675
15712
|
grid-template-rows: auto auto;
|
|
15676
|
-
gap:
|
|
15713
|
+
gap: 0.25rem 0.5rem;
|
|
15677
15714
|
align-items: center;
|
|
15678
15715
|
justify-items: start;
|
|
15679
15716
|
}
|
|
@@ -15682,9 +15719,9 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
|
|
|
15682
15719
|
display: grid;
|
|
15683
15720
|
align-items: center;
|
|
15684
15721
|
justify-items: start;
|
|
15685
|
-
grid-template-columns: minmax(
|
|
15686
|
-
row-gap:
|
|
15687
|
-
column-gap:
|
|
15722
|
+
grid-template-columns: minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem) minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem);
|
|
15723
|
+
row-gap: 0.25rem;
|
|
15724
|
+
column-gap: 0.5rem;
|
|
15688
15725
|
}
|
|
15689
15726
|
.zen-filters-bar-side-panel-range__item--column {
|
|
15690
15727
|
min-width: 136px;
|
|
@@ -17462,6 +17499,15 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17462
17499
|
flex-direction: column;
|
|
17463
17500
|
gap: var(--nav-gap);
|
|
17464
17501
|
}
|
|
17502
|
+
.zen-nav__empty-state {
|
|
17503
|
+
min-height: 100%;
|
|
17504
|
+
display: flex;
|
|
17505
|
+
align-items: center;
|
|
17506
|
+
justify-content: center;
|
|
17507
|
+
padding: 16px 12px 24px;
|
|
17508
|
+
box-sizing: border-box;
|
|
17509
|
+
text-align: center;
|
|
17510
|
+
}
|
|
17465
17511
|
.zen-nav__footer {
|
|
17466
17512
|
flex: 0 0 auto;
|
|
17467
17513
|
}
|
|
@@ -17929,9 +17975,9 @@ html:lang(ar) .zen-nav-edit-list__header {
|
|
|
17929
17975
|
display: flex;
|
|
17930
17976
|
flex-direction: row;
|
|
17931
17977
|
justify-content: space-between;
|
|
17932
|
-
padding:
|
|
17933
|
-
max-width:
|
|
17934
|
-
min-width:
|
|
17978
|
+
padding: 1rem;
|
|
17979
|
+
max-width: 30.625rem;
|
|
17980
|
+
min-width: 30.625rem;
|
|
17935
17981
|
border-radius: 8px;
|
|
17936
17982
|
}
|
|
17937
17983
|
.zen-push * {
|
|
@@ -17943,13 +17989,13 @@ html:lang(ar) .zen-push {
|
|
|
17943
17989
|
.zen-push::before {
|
|
17944
17990
|
content: "";
|
|
17945
17991
|
position: absolute;
|
|
17946
|
-
top:
|
|
17947
|
-
|
|
17948
|
-
width:
|
|
17992
|
+
top: 0;
|
|
17993
|
+
inset-inline-start: -0.375rem;
|
|
17994
|
+
width: 0.4375rem;
|
|
17949
17995
|
height: 100%;
|
|
17950
|
-
border-
|
|
17951
|
-
border-
|
|
17952
|
-
border-
|
|
17996
|
+
border-start-start-radius: 15px;
|
|
17997
|
+
border-end-start-radius: 15px;
|
|
17998
|
+
border-inline-start: 5px solid transparent;
|
|
17953
17999
|
}
|
|
17954
18000
|
.zen-push__header {
|
|
17955
18001
|
font-family: var(--main-font);
|
|
@@ -17980,7 +18026,7 @@ html:lang(ar) .zen-push__header {
|
|
|
17980
18026
|
text-transform: none;
|
|
17981
18027
|
text-decoration: none;
|
|
17982
18028
|
flex-grow: 1;
|
|
17983
|
-
padding-top:
|
|
18029
|
+
padding-top: 0.5rem;
|
|
17984
18030
|
display: flex;
|
|
17985
18031
|
flex-direction: column;
|
|
17986
18032
|
}
|
|
@@ -17989,20 +18035,20 @@ html:lang(ar) .zen-push__body {
|
|
|
17989
18035
|
}
|
|
17990
18036
|
.zen-push__body-buttons {
|
|
17991
18037
|
display: flex;
|
|
17992
|
-
gap:
|
|
17993
|
-
margin-
|
|
18038
|
+
gap: 0.5rem;
|
|
18039
|
+
margin-inline-start: auto;
|
|
17994
18040
|
}
|
|
17995
18041
|
.zen-push__button {
|
|
17996
|
-
font-size:
|
|
18042
|
+
font-size: 0.75rem;
|
|
17997
18043
|
}
|
|
17998
18044
|
.zen-push__text {
|
|
17999
|
-
font-size:
|
|
18000
|
-
padding-bottom:
|
|
18045
|
+
font-size: 0.75rem;
|
|
18046
|
+
padding-bottom: 1rem;
|
|
18001
18047
|
}
|
|
18002
18048
|
.zen-push__title {
|
|
18003
18049
|
font-style: normal;
|
|
18004
|
-
padding-bottom:
|
|
18005
|
-
padding-top:
|
|
18050
|
+
padding-bottom: 0.5rem;
|
|
18051
|
+
padding-top: 0.125rem;
|
|
18006
18052
|
}
|
|
18007
18053
|
.zen-push__title--error {
|
|
18008
18054
|
color: var(--accents-error--detail);
|
|
@@ -18020,8 +18066,8 @@ html:lang(ar) .zen-push__body {
|
|
|
18020
18066
|
display: flex;
|
|
18021
18067
|
align-items: center;
|
|
18022
18068
|
justify-content: center;
|
|
18023
|
-
width:
|
|
18024
|
-
height:
|
|
18069
|
+
width: 1.25rem;
|
|
18070
|
+
height: 1.25rem;
|
|
18025
18071
|
background: none;
|
|
18026
18072
|
border: none;
|
|
18027
18073
|
padding: 0;
|
|
@@ -18082,7 +18128,7 @@ html:lang(ar) .zen-push__body {
|
|
|
18082
18128
|
fill: var(--accents-error--detail);
|
|
18083
18129
|
}
|
|
18084
18130
|
.zen-push--error::before {
|
|
18085
|
-
border-
|
|
18131
|
+
border-inline-start-color: var(--action-destructive--active);
|
|
18086
18132
|
}
|
|
18087
18133
|
.zen-push--error .zen-push__close-button {
|
|
18088
18134
|
fill: var(--accents-error--detail);
|
|
@@ -18099,7 +18145,7 @@ html:lang(ar) .zen-push__body {
|
|
|
18099
18145
|
fill: var(--accents-general--detail);
|
|
18100
18146
|
}
|
|
18101
18147
|
.zen-push--info::before {
|
|
18102
|
-
border-
|
|
18148
|
+
border-inline-start-color: var(--accents-general--detail);
|
|
18103
18149
|
}
|
|
18104
18150
|
.zen-push--info .zen-push__close-button {
|
|
18105
18151
|
fill: var(--accents-general--detail);
|
|
@@ -18116,7 +18162,7 @@ html:lang(ar) .zen-push__body {
|
|
|
18116
18162
|
fill: var(--accents-success--detail);
|
|
18117
18163
|
}
|
|
18118
18164
|
.zen-push--success::before {
|
|
18119
|
-
border-
|
|
18165
|
+
border-inline-start-color: var(--accents-success--detail);
|
|
18120
18166
|
}
|
|
18121
18167
|
.zen-push--success .zen-push__close-button {
|
|
18122
18168
|
fill: var(--accents-success--detail);
|
|
@@ -18133,7 +18179,7 @@ html:lang(ar) .zen-push__body {
|
|
|
18133
18179
|
fill: var(--accents-warning--detail);
|
|
18134
18180
|
}
|
|
18135
18181
|
.zen-push--warning::before {
|
|
18136
|
-
border-
|
|
18182
|
+
border-inline-start-color: var(--accents-warning--detail);
|
|
18137
18183
|
}
|
|
18138
18184
|
.zen-push--warning .zen-push__close-button {
|
|
18139
18185
|
fill: var(--accents-success--detail);
|
|
@@ -18145,7 +18191,7 @@ html:lang(ar) .zen-push__body {
|
|
|
18145
18191
|
fill: var(--accents-success--main);
|
|
18146
18192
|
}
|
|
18147
18193
|
.zen-push__icon {
|
|
18148
|
-
padding-
|
|
18194
|
+
padding-inline-end: 0.5625rem;
|
|
18149
18195
|
}
|
|
18150
18196
|
.zen-push__icon--error {
|
|
18151
18197
|
fill: var(--accents-error--detail);
|
|
@@ -18196,7 +18242,7 @@ html:lang(ar) .zen-push__body {
|
|
|
18196
18242
|
}
|
|
18197
18243
|
@media (max-width: 540px) {
|
|
18198
18244
|
.zen-push {
|
|
18199
|
-
min-width:
|
|
18245
|
+
min-width: 9.375rem;
|
|
18200
18246
|
}
|
|
18201
18247
|
}
|
|
18202
18248
|
.zen-overview {
|
|
@@ -18529,13 +18575,13 @@ html:lang(ar) .zen-pill-actionable__block {
|
|
|
18529
18575
|
box-sizing: border-box;
|
|
18530
18576
|
}
|
|
18531
18577
|
.zen-progress--large {
|
|
18532
|
-
height:
|
|
18578
|
+
height: 1rem;
|
|
18533
18579
|
}
|
|
18534
18580
|
.zen-progress--medium {
|
|
18535
|
-
height:
|
|
18581
|
+
height: 0.75rem;
|
|
18536
18582
|
}
|
|
18537
18583
|
.zen-progress--small {
|
|
18538
|
-
height:
|
|
18584
|
+
height: 0.5rem;
|
|
18539
18585
|
}
|
|
18540
18586
|
.zen-progress__bar {
|
|
18541
18587
|
background-color: var(--chart-sequential-blue-5);
|
|
@@ -18685,7 +18731,7 @@ html:lang(ar) .zen-sort-container.zen-sort-container--drive-tablet .zen-sort-con
|
|
|
18685
18731
|
text-transform: none;
|
|
18686
18732
|
text-decoration: none;
|
|
18687
18733
|
display: grid;
|
|
18688
|
-
gap:
|
|
18734
|
+
gap: 0.25rem;
|
|
18689
18735
|
}
|
|
18690
18736
|
html:lang(ar) .zen-stepper-field {
|
|
18691
18737
|
font-family: var(--arabic-font-family);
|
|
@@ -18704,24 +18750,24 @@ html:lang(ar) .zen-stepper-field {
|
|
|
18704
18750
|
}
|
|
18705
18751
|
.zen-stepper-field__controls {
|
|
18706
18752
|
display: grid;
|
|
18707
|
-
width:
|
|
18708
|
-
height:
|
|
18753
|
+
width: 1rem;
|
|
18754
|
+
height: 1rem;
|
|
18709
18755
|
position: absolute;
|
|
18710
|
-
top:
|
|
18756
|
+
top: 0.375rem;
|
|
18711
18757
|
}
|
|
18712
18758
|
.zen-stepper-field__controls:not(:hover),
|
|
18713
18759
|
.zen-stepper-field__controls:not(:active) {
|
|
18714
18760
|
visibility: hidden;
|
|
18715
18761
|
}
|
|
18716
18762
|
.zen-stepper-field__control {
|
|
18717
|
-
height:
|
|
18763
|
+
height: 0.625rem;
|
|
18718
18764
|
padding: 0;
|
|
18719
18765
|
fill: var(--action-secondary--default);
|
|
18720
18766
|
}
|
|
18721
18767
|
.zen-stepper-field__input {
|
|
18722
18768
|
/* For Chrome, Safari, Edge, Opera */
|
|
18723
18769
|
/* For Firefox */
|
|
18724
|
-
height:
|
|
18770
|
+
height: 2rem;
|
|
18725
18771
|
}
|
|
18726
18772
|
.zen-stepper-field__input::-webkit-outer-spin-button,
|
|
18727
18773
|
.zen-stepper-field__input::-webkit-inner-spin-button {
|
|
@@ -18739,7 +18785,7 @@ html:lang(ar) .zen-stepper-field {
|
|
|
18739
18785
|
border-color: var(--borders-form-field--active);
|
|
18740
18786
|
}
|
|
18741
18787
|
.zen-stepper-field__input.zen-text-input {
|
|
18742
|
-
padding-
|
|
18788
|
+
padding-inline-end: 1.5rem;
|
|
18743
18789
|
}
|
|
18744
18790
|
.zen-stepper-field__input--error:not(:disabled) {
|
|
18745
18791
|
border-color: var(--borders-form-field--error);
|
|
@@ -18767,24 +18813,24 @@ html:lang(ar) .zen-stepper-field {
|
|
|
18767
18813
|
}
|
|
18768
18814
|
.zen-stepper-field.zen-stepper-field--drive .zen-stepper-field__controls,
|
|
18769
18815
|
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__controls {
|
|
18770
|
-
width:
|
|
18771
|
-
height:
|
|
18816
|
+
width: 1.25rem;
|
|
18817
|
+
height: 1.25rem;
|
|
18772
18818
|
}
|
|
18773
18819
|
.zen-stepper-field.zen-stepper-field--drive .zen-stepper-field__input,
|
|
18774
18820
|
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__input {
|
|
18775
|
-
min-height:
|
|
18821
|
+
min-height: 3rem;
|
|
18776
18822
|
}
|
|
18777
18823
|
.zen-stepper-field.zen-stepper-field--drive .zen-stepper-field__controls,
|
|
18778
18824
|
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__controls {
|
|
18779
|
-
top:
|
|
18825
|
+
top: 0.875rem;
|
|
18780
18826
|
}
|
|
18781
18827
|
.zen-stepper-field.zen-stepper-field--drive.zen-stepper-field--drive .zen-text-input,
|
|
18782
18828
|
.zen-stepper-field.zen-stepper-field--drive-tablet.zen-stepper-field--drive .zen-text-input {
|
|
18783
|
-
padding-
|
|
18829
|
+
padding-inline-end: 1.625rem;
|
|
18784
18830
|
}
|
|
18785
18831
|
.zen-stepper-field.zen-stepper-field--drive.zen-stepper-field--drive-tablet .zen-text-input,
|
|
18786
18832
|
.zen-stepper-field.zen-stepper-field--drive-tablet.zen-stepper-field--drive-tablet .zen-text-input {
|
|
18787
|
-
padding-
|
|
18833
|
+
padding-inline-end: 1.5625rem;
|
|
18788
18834
|
}
|
|
18789
18835
|
.zen-stepper-field.zen-stepper-field--mobile {
|
|
18790
18836
|
font-family: var(--main-font);
|
|
@@ -18800,17 +18846,17 @@ html:lang(ar) .zen-stepper-field.zen-stepper-field--mobile {
|
|
|
18800
18846
|
font-family: var(--arabic-font-family);
|
|
18801
18847
|
}
|
|
18802
18848
|
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__controls {
|
|
18803
|
-
width:
|
|
18804
|
-
height:
|
|
18849
|
+
width: 1.25rem;
|
|
18850
|
+
height: 1.25rem;
|
|
18805
18851
|
}
|
|
18806
18852
|
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__input {
|
|
18807
|
-
min-height:
|
|
18853
|
+
min-height: 3rem;
|
|
18808
18854
|
}
|
|
18809
18855
|
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__controls {
|
|
18810
|
-
top:
|
|
18856
|
+
top: 0.875rem;
|
|
18811
18857
|
}
|
|
18812
18858
|
.zen-stepper-field.zen-stepper-field--mobile.zen-stepper-field--mobile .zen-text-input {
|
|
18813
|
-
padding-
|
|
18859
|
+
padding-inline-end: 1.625rem;
|
|
18814
18860
|
}
|
|
18815
18861
|
.zen-summaries__row {
|
|
18816
18862
|
display: flex;
|
|
@@ -18987,14 +19033,14 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
18987
19033
|
}
|
|
18988
19034
|
.zen-two-options-switcher__label {
|
|
18989
19035
|
cursor: pointer;
|
|
18990
|
-
padding:
|
|
19036
|
+
padding: 0.1875rem;
|
|
18991
19037
|
color: var(--text-primary);
|
|
18992
19038
|
}
|
|
18993
19039
|
.zen-two-options-switcher__label--left {
|
|
18994
|
-
margin-
|
|
19040
|
+
margin-inline-end: 0.375rem;
|
|
18995
19041
|
}
|
|
18996
19042
|
.zen-two-options-switcher__label--right {
|
|
18997
|
-
margin-
|
|
19043
|
+
margin-inline-start: 0.375rem;
|
|
18998
19044
|
}
|
|
18999
19045
|
.zen-two-options-switcher__input {
|
|
19000
19046
|
position: absolute;
|
|
@@ -19015,12 +19061,12 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19015
19061
|
display: flex;
|
|
19016
19062
|
align-items: center;
|
|
19017
19063
|
justify-content: flex-start;
|
|
19018
|
-
width:
|
|
19019
|
-
min-width:
|
|
19020
|
-
height:
|
|
19021
|
-
min-height:
|
|
19022
|
-
border-radius:
|
|
19023
|
-
padding:
|
|
19064
|
+
width: 1.875rem;
|
|
19065
|
+
min-width: 1.875rem;
|
|
19066
|
+
height: 1rem;
|
|
19067
|
+
min-height: 1rem;
|
|
19068
|
+
border-radius: 1rem;
|
|
19069
|
+
padding: 0.125rem;
|
|
19024
19070
|
background-color: var(--backgroundSwitcher);
|
|
19025
19071
|
overflow: visible;
|
|
19026
19072
|
position: relative;
|
|
@@ -19029,21 +19075,21 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19029
19075
|
.zen-two-options-switcher-control__focus {
|
|
19030
19076
|
display: none;
|
|
19031
19077
|
position: absolute;
|
|
19032
|
-
width:
|
|
19033
|
-
min-width:
|
|
19034
|
-
height:
|
|
19035
|
-
min-height:
|
|
19078
|
+
width: 1.625rem;
|
|
19079
|
+
min-width: 1.625rem;
|
|
19080
|
+
height: 1.625rem;
|
|
19081
|
+
min-height: 1.625rem;
|
|
19036
19082
|
border-radius: 50%;
|
|
19037
19083
|
opacity: 0.4;
|
|
19038
|
-
top: -
|
|
19084
|
+
top: -0.3125rem;
|
|
19039
19085
|
background-color: var(--backgroundSwitcher);
|
|
19040
|
-
|
|
19086
|
+
inset-inline-start: -0.3125rem;
|
|
19041
19087
|
}
|
|
19042
19088
|
.zen-two-options-switcher-control__runner {
|
|
19043
|
-
width:
|
|
19044
|
-
min-width:
|
|
19045
|
-
height:
|
|
19046
|
-
min-height:
|
|
19089
|
+
width: 0.75rem;
|
|
19090
|
+
min-width: 0.75rem;
|
|
19091
|
+
height: 0.75rem;
|
|
19092
|
+
min-height: 0.75rem;
|
|
19047
19093
|
border-radius: 50%;
|
|
19048
19094
|
background-color: var(--backgroundRunner);
|
|
19049
19095
|
}
|
|
@@ -19060,5 +19106,5 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19060
19106
|
justify-content: flex-end;
|
|
19061
19107
|
}
|
|
19062
19108
|
.zen-two-options-switcher-control--right .zen-two-options-switcher-control__focus {
|
|
19063
|
-
|
|
19109
|
+
inset-inline-start: 0.625rem;
|
|
19064
19110
|
}
|