@geotab/zenith 3.13.1 → 3.14.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 +13 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
- package/dist/calendar/calendar.js +1 -1
- package/dist/chart/lineChart/getDefaultOptions.js +7 -2
- package/dist/chart/lineChart/useSummary.d.ts +2 -1
- package/dist/columnsSelector/columnsSelector.js +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/dist/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
- package/dist/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
- package/dist/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
- package/dist/commonStyles/caption/caption.less +3 -5
- package/dist/commonStyles/colors/colors.less +4 -19
- package/dist/commonStyles/columnsList.less +1 -0
- package/dist/commonStyles/common.less +1 -2
- package/dist/commonStyles/ellipsis.less +1 -1
- package/dist/commonStyles/fonts/roboto.less +7 -7
- package/dist/commonStyles/link/link.less +1 -1
- package/dist/commonStyles/notSelectable.less +0 -4
- package/dist/commonStyles/pillStyles/pillContent.less +6 -2
- package/dist/commonStyles/pillStyles/pillStyles.less +1 -1
- package/dist/commonStyles/pillStyles/pillTextContent.less +3 -0
- package/dist/commonStyles/pillStyles/pillTypes.less +10 -0
- package/dist/commonStyles/rangeFieldMixin.less +3 -6
- package/dist/commonStyles/shadows/shadows.less +3 -3
- package/dist/commonStyles/typography/typography.less +24 -24
- package/dist/dataFeed/dataFeed.js +28 -2
- package/dist/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
- package/dist/dateInputInner/dateInputInnerControlBlock.js +57 -57
- package/dist/divider/divider.js +1 -1
- package/dist/dropdownRaw/dropdownRaw.js +1 -1
- package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
- package/dist/filtersBar/filtersContainer/filtersContainer.js +16 -5
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/dist/header/header.js +1 -1
- package/dist/header/headerMenu.js +1 -1
- package/dist/index.css +452 -545
- package/dist/list/itemData/itemDataInternal.js +1 -1
- package/dist/list/listItem/listItem.js +1 -1
- package/dist/menu/menu.js +1 -1
- package/dist/nav/navAddMenu/navAddMenu.js +1 -1
- package/dist/nav/navFooter/navFooter.js +4 -4
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/dist/nav/navHeader/navHeader.js +1 -1
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/dist/nav/navItem/navItem.js +2 -2
- package/dist/rangeRaw/rangeRaw.js +1 -1
- package/dist/rangeRaw/utils/rangeHelper.js +28 -28
- package/dist/sortControl/sortControl.js +1 -1
- package/dist/summary/summary.d.ts +3 -2
- package/dist/summary/summary.js +6 -2
- package/dist/summaryTileBar/summaryTileBar.js +3 -1
- package/dist/table/actions/actionsMenu.js +2 -2
- package/dist/table/flexible/columnsPopup.js +1 -1
- package/dist/table/table.js +5 -7
- package/dist/tabs/tabs.js +16 -5
- package/dist/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/dist/tooltip/helpers/calculateArrowPosition.js +1 -7
- package/dist/tooltip/tooltip.js +7 -5
- package/dist/utils/localization/translations/ar.json +7 -7
- package/dist/utils/localization/translations/cs.json +7 -7
- package/dist/utils/localization/translations/da-DK.json +7 -7
- package/dist/utils/localization/translations/de.json +7 -7
- package/dist/utils/localization/translations/en.json +7 -7
- package/dist/utils/localization/translations/es.json +7 -7
- package/dist/utils/localization/translations/fi-FI.json +7 -7
- package/dist/utils/localization/translations/fr-FR.json +7 -7
- package/dist/utils/localization/translations/fr.json +7 -7
- package/dist/utils/localization/translations/hu-HU.json +7 -7
- package/dist/utils/localization/translations/id.json +7 -7
- package/dist/utils/localization/translations/it.json +7 -7
- package/dist/utils/localization/translations/ja.json +7 -7
- package/dist/utils/localization/translations/ko-KR.json +7 -7
- package/dist/utils/localization/translations/ms.json +7 -7
- package/dist/utils/localization/translations/nb-NO.json +7 -7
- package/dist/utils/localization/translations/nl.json +7 -7
- package/dist/utils/localization/translations/pl.json +7 -7
- package/dist/utils/localization/translations/pt-BR.json +7 -7
- package/dist/utils/localization/translations/pt-PT.json +7 -7
- package/dist/utils/localization/translations/ro-RO.json +7 -7
- package/dist/utils/localization/translations/sk-SK.json +7 -7
- package/dist/utils/localization/translations/sv.json +7 -7
- package/dist/utils/localization/translations/th.json +7 -7
- package/dist/utils/localization/translations/tr.json +7 -7
- package/dist/utils/localization/translations/zh-Hans.json +7 -7
- package/dist/utils/localization/translations/zh-TW.json +7 -7
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
- package/esm/calendar/calendar.js +1 -1
- package/esm/chart/lineChart/getDefaultOptions.js +7 -2
- package/esm/chart/lineChart/useSummary.d.ts +2 -1
- package/esm/columnsSelector/columnsSelector.js +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/esm/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
- package/esm/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
- package/esm/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
- package/esm/dataFeed/dataFeed.js +28 -2
- package/esm/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
- package/esm/dateInputInner/dateInputInnerControlBlock.js +57 -57
- package/esm/divider/divider.js +1 -1
- package/esm/dropdownRaw/dropdownRaw.js +1 -1
- package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
- package/esm/filtersBar/filtersContainer/filtersContainer.js +16 -5
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/esm/header/header.js +1 -1
- package/esm/header/headerMenu.js +1 -1
- package/esm/list/itemData/itemDataInternal.js +1 -1
- package/esm/list/listItem/listItem.js +1 -1
- package/esm/menu/menu.js +1 -1
- package/esm/nav/navAddMenu/navAddMenu.js +1 -1
- package/esm/nav/navFooter/navFooter.js +4 -4
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/esm/nav/navHeader/navHeader.js +1 -1
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/esm/nav/navItem/navItem.js +2 -2
- package/esm/rangeRaw/rangeRaw.js +1 -1
- package/esm/rangeRaw/utils/rangeHelper.js +28 -28
- package/esm/sortControl/sortControl.js +1 -1
- package/esm/summary/summary.d.ts +3 -2
- package/esm/summary/summary.js +6 -2
- package/esm/summaryTileBar/summaryTileBar.js +3 -1
- package/esm/table/actions/actionsMenu.js +2 -2
- package/esm/table/flexible/columnsPopup.js +1 -1
- package/esm/table/table.js +5 -7
- package/esm/tabs/tabs.js +16 -5
- package/esm/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/esm/tooltip/helpers/calculateArrowPosition.js +1 -7
- package/esm/tooltip/tooltip.js +7 -5
- package/esm/utils/localization/translations/ar.json +7 -7
- package/esm/utils/localization/translations/cs.json +7 -7
- package/esm/utils/localization/translations/da-DK.json +7 -7
- package/esm/utils/localization/translations/de.json +7 -7
- package/esm/utils/localization/translations/en.json +7 -7
- package/esm/utils/localization/translations/es.json +7 -7
- package/esm/utils/localization/translations/fi-FI.json +7 -7
- package/esm/utils/localization/translations/fr-FR.json +7 -7
- package/esm/utils/localization/translations/fr.json +7 -7
- package/esm/utils/localization/translations/hu-HU.json +7 -7
- package/esm/utils/localization/translations/id.json +7 -7
- package/esm/utils/localization/translations/it.json +7 -7
- package/esm/utils/localization/translations/ja.json +7 -7
- package/esm/utils/localization/translations/ko-KR.json +7 -7
- package/esm/utils/localization/translations/ms.json +7 -7
- package/esm/utils/localization/translations/nb-NO.json +7 -7
- package/esm/utils/localization/translations/nl.json +7 -7
- package/esm/utils/localization/translations/pl.json +7 -7
- package/esm/utils/localization/translations/pt-BR.json +7 -7
- package/esm/utils/localization/translations/pt-PT.json +7 -7
- package/esm/utils/localization/translations/ro-RO.json +7 -7
- package/esm/utils/localization/translations/sk-SK.json +7 -7
- package/esm/utils/localization/translations/sv.json +7 -7
- package/esm/utils/localization/translations/th.json +7 -7
- package/esm/utils/localization/translations/tr.json +7 -7
- package/esm/utils/localization/translations/zh-Hans.json +7 -7
- package/esm/utils/localization/translations/zh-TW.json +7 -7
- package/package.json +10 -1
package/dist/index.css
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
2
|
+
font-family: Roboto;
|
|
3
3
|
font-style: normal;
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
src: url("./commonStyles/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Light.woff") format("woff");
|
|
6
6
|
}
|
|
7
7
|
@font-face {
|
|
8
|
-
font-family:
|
|
8
|
+
font-family: Roboto;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-weight: 400;
|
|
11
11
|
src: url("./commonStyles/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Regular.woff") format("woff");
|
|
12
12
|
}
|
|
13
13
|
@font-face {
|
|
14
|
-
font-family:
|
|
14
|
+
font-family: Roboto;
|
|
15
15
|
font-style: normal;
|
|
16
16
|
font-weight: 500;
|
|
17
17
|
src: url("./commonStyles/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Medium.woff") format("woff");
|
|
18
18
|
}
|
|
19
19
|
@font-face {
|
|
20
|
-
font-family:
|
|
20
|
+
font-family: Roboto;
|
|
21
21
|
font-style: normal;
|
|
22
22
|
font-weight: 700;
|
|
23
23
|
src: url("./commonStyles/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Bold.woff") format("woff");
|
|
24
24
|
}
|
|
25
25
|
@font-face {
|
|
26
|
-
font-family:
|
|
26
|
+
font-family: Roboto;
|
|
27
27
|
font-style: italic;
|
|
28
28
|
font-weight: 300;
|
|
29
29
|
src: url("./commonStyles/fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-LightItalic.woff") format("woff");
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
|
-
font-family:
|
|
32
|
+
font-family: Roboto;
|
|
33
33
|
font-style: italic;
|
|
34
34
|
font-weight: 400;
|
|
35
35
|
src: url("./commonStyles/fonts/roboto/Roboto-Italic.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Italic.woff") format("woff");
|
|
36
36
|
}
|
|
37
37
|
@font-face {
|
|
38
|
-
font-family:
|
|
38
|
+
font-family: Roboto;
|
|
39
39
|
font-style: italic;
|
|
40
40
|
font-weight: 700;
|
|
41
41
|
src: url("./commonStyles/fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-BoldItalic.woff") format("woff");
|
|
@@ -509,7 +509,7 @@ html:lang(ar) .zen-data-xs {
|
|
|
509
509
|
text-transform: none;
|
|
510
510
|
text-decoration: none;
|
|
511
511
|
}
|
|
512
|
-
@media (
|
|
512
|
+
@media (width <= 640px) {
|
|
513
513
|
.zen-heading-xl-300 {
|
|
514
514
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
515
515
|
font-size: 1.25rem;
|
|
@@ -708,10 +708,10 @@ html:lang(ar) .zen-data-xs {
|
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
710
|
:root {
|
|
711
|
-
--main-font:
|
|
712
|
-
--main-font-data: "Roboto Mono", "Segoe UI",
|
|
713
|
-
--data-font-drive: "Roboto Mono", "Segoe UI",
|
|
714
|
-
--arabic-font-family: "Noto Sans Arabic",
|
|
711
|
+
--main-font: roboto, "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
|
|
712
|
+
--main-font-data: "Roboto Mono", "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
|
|
713
|
+
--data-font-drive: "Roboto Mono", "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
|
|
714
|
+
--arabic-font-family: "Noto Sans Arabic", roboto, "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
|
|
715
715
|
}
|
|
716
716
|
.label-01,
|
|
717
717
|
.body-label-400 {
|
|
@@ -758,7 +758,7 @@ html:lang(ar) .label-01-mobile-drive,
|
|
|
758
758
|
html:lang(ar) .mobile-label-400-drive {
|
|
759
759
|
font-family: var(--arabic-font-family);
|
|
760
760
|
}
|
|
761
|
-
@media (
|
|
761
|
+
@media (width <= 640px) {
|
|
762
762
|
.tablet-label-400-drive {
|
|
763
763
|
font-family: var(--main-font);
|
|
764
764
|
font-size: 14px;
|
|
@@ -893,7 +893,7 @@ html:lang(ar) .body-01-mobile-drive,
|
|
|
893
893
|
html:lang(ar) .mobile-body-l-400-drive {
|
|
894
894
|
font-family: var(--arabic-font-family);
|
|
895
895
|
}
|
|
896
|
-
@media (
|
|
896
|
+
@media (width <= 640px) {
|
|
897
897
|
.tablet-body-l-400-drive {
|
|
898
898
|
font-family: var(--main-font);
|
|
899
899
|
font-size: 18px;
|
|
@@ -938,7 +938,7 @@ html:lang(ar) .body-02-short-mobile-drive,
|
|
|
938
938
|
html:lang(ar) .mobile-body-m-400-short-drive {
|
|
939
939
|
font-family: var(--arabic-font-family);
|
|
940
940
|
}
|
|
941
|
-
@media (
|
|
941
|
+
@media (width <= 640px) {
|
|
942
942
|
.tablet-body-m-400-short-drive {
|
|
943
943
|
font-family: var(--main-font);
|
|
944
944
|
font-size: 16px;
|
|
@@ -983,7 +983,7 @@ html:lang(ar) .body-02-tall-mobile-drive,
|
|
|
983
983
|
html:lang(ar) .mobile-body-m-400-tall-drive {
|
|
984
984
|
font-family: var(--arabic-font-family);
|
|
985
985
|
}
|
|
986
|
-
@media (
|
|
986
|
+
@media (width <= 640px) {
|
|
987
987
|
.tablet-body-m-400-tall-drive {
|
|
988
988
|
font-family: var(--main-font);
|
|
989
989
|
font-size: 16px;
|
|
@@ -1028,7 +1028,7 @@ html:lang(ar) .body-03-mobile-drive,
|
|
|
1028
1028
|
html:lang(ar) .mobile-body-s-700-drive {
|
|
1029
1029
|
font-family: var(--arabic-font-family);
|
|
1030
1030
|
}
|
|
1031
|
-
@media (
|
|
1031
|
+
@media (width <= 640px) {
|
|
1032
1032
|
.tablet-body-s-700-drive {
|
|
1033
1033
|
font-family: var(--main-font);
|
|
1034
1034
|
font-size: 14px;
|
|
@@ -1073,7 +1073,7 @@ html:lang(ar) .body-04-mobile-drive,
|
|
|
1073
1073
|
html:lang(ar) .mobile-body-s-400-drive {
|
|
1074
1074
|
font-family: var(--arabic-font-family);
|
|
1075
1075
|
}
|
|
1076
|
-
@media (
|
|
1076
|
+
@media (width <= 640px) {
|
|
1077
1077
|
.tablet-body-s-400-drive {
|
|
1078
1078
|
font-family: var(--main-font);
|
|
1079
1079
|
font-size: 14px;
|
|
@@ -1118,7 +1118,7 @@ html:lang(ar) .body-05-mobile-drive,
|
|
|
1118
1118
|
html:lang(ar) .mobile-body-s-400-italic-drive {
|
|
1119
1119
|
font-family: var(--arabic-font-family);
|
|
1120
1120
|
}
|
|
1121
|
-
@media (
|
|
1121
|
+
@media (width <= 640px) {
|
|
1122
1122
|
.tablet-body-s-400-italic-drive {
|
|
1123
1123
|
font-family: var(--main-font);
|
|
1124
1124
|
font-size: 14px;
|
|
@@ -1163,7 +1163,7 @@ html:lang(ar) .heading-01-mobile,
|
|
|
1163
1163
|
html:lang(ar) .heading-xl-300-mobile {
|
|
1164
1164
|
font-family: var(--arabic-font-family);
|
|
1165
1165
|
}
|
|
1166
|
-
@media (
|
|
1166
|
+
@media (width <= 640px) {
|
|
1167
1167
|
.heading-xl-300 {
|
|
1168
1168
|
font-family: var(--main-font);
|
|
1169
1169
|
font-size: 20px;
|
|
@@ -1223,7 +1223,7 @@ html:lang(ar) .heading-03-mobile,
|
|
|
1223
1223
|
html:lang(ar) .heading-m-300-mobile {
|
|
1224
1224
|
font-family: var(--arabic-font-family);
|
|
1225
1225
|
}
|
|
1226
|
-
@media (
|
|
1226
|
+
@media (width <= 640px) {
|
|
1227
1227
|
.heading-m-300 {
|
|
1228
1228
|
font-family: var(--main-font);
|
|
1229
1229
|
font-size: 18px;
|
|
@@ -1326,7 +1326,7 @@ html:lang(ar) .heading-01-mobile-drive,
|
|
|
1326
1326
|
html:lang(ar) .mobile-heading-xl-300-drive {
|
|
1327
1327
|
font-family: var(--arabic-font-family);
|
|
1328
1328
|
}
|
|
1329
|
-
@media (
|
|
1329
|
+
@media (width <= 640px) {
|
|
1330
1330
|
.tablet-heading-xl-300-drive {
|
|
1331
1331
|
font-family: var(--main-font);
|
|
1332
1332
|
font-size: 24px;
|
|
@@ -1371,7 +1371,7 @@ html:lang(ar) .heading-02-mobile-drive,
|
|
|
1371
1371
|
html:lang(ar) .mobile-heading-l-400-drive {
|
|
1372
1372
|
font-family: var(--arabic-font-family);
|
|
1373
1373
|
}
|
|
1374
|
-
@media (
|
|
1374
|
+
@media (width <= 640px) {
|
|
1375
1375
|
.tablet-heading-l-400-drive {
|
|
1376
1376
|
font-family: var(--main-font);
|
|
1377
1377
|
font-size: 22px;
|
|
@@ -1416,7 +1416,7 @@ html:lang(ar) .heading-03-mobile-drive,
|
|
|
1416
1416
|
html:lang(ar) .mobile-heading-m-300-drive {
|
|
1417
1417
|
font-family: var(--arabic-font-family);
|
|
1418
1418
|
}
|
|
1419
|
-
@media (
|
|
1419
|
+
@media (width <= 640px) {
|
|
1420
1420
|
.tablet-heading-m-300-drive {
|
|
1421
1421
|
font-family: var(--main-font);
|
|
1422
1422
|
font-size: 18px;
|
|
@@ -1461,7 +1461,7 @@ html:lang(ar) .heading-04-mobile-drive,
|
|
|
1461
1461
|
html:lang(ar) .mobile-heading-m-500-drive {
|
|
1462
1462
|
font-family: var(--arabic-font-family);
|
|
1463
1463
|
}
|
|
1464
|
-
@media (
|
|
1464
|
+
@media (width <= 640px) {
|
|
1465
1465
|
.tablet-heading-m-500-drive {
|
|
1466
1466
|
font-family: var(--main-font);
|
|
1467
1467
|
font-size: 18px;
|
|
@@ -1506,7 +1506,7 @@ html:lang(ar) .heading-05-mobile-drive,
|
|
|
1506
1506
|
html:lang(ar) .mobile-heading-s-500-drive {
|
|
1507
1507
|
font-family: var(--arabic-font-family);
|
|
1508
1508
|
}
|
|
1509
|
-
@media (
|
|
1509
|
+
@media (width <= 640px) {
|
|
1510
1510
|
.tablet-heading-s-500-drive {
|
|
1511
1511
|
font-family: var(--main-font);
|
|
1512
1512
|
font-size: 16px;
|
|
@@ -1577,7 +1577,7 @@ html:lang(ar) .heading-07-mobile-drive,
|
|
|
1577
1577
|
html:lang(ar) .mobile-heading-s-300-drive {
|
|
1578
1578
|
font-family: var(--arabic-font-family);
|
|
1579
1579
|
}
|
|
1580
|
-
@media (
|
|
1580
|
+
@media (width <= 640px) {
|
|
1581
1581
|
.tablet-heading-s-300-drive {
|
|
1582
1582
|
font-family: var(--main-font);
|
|
1583
1583
|
font-size: 16px;
|
|
@@ -1712,7 +1712,7 @@ html:lang(ar) .data-01-mobile-drive,
|
|
|
1712
1712
|
html:lang(ar) .mobile-data-xl-drive {
|
|
1713
1713
|
font-family: var(--data-font-drive);
|
|
1714
1714
|
}
|
|
1715
|
-
@media (
|
|
1715
|
+
@media (width <= 640px) {
|
|
1716
1716
|
.tablet-data-xl-drive {
|
|
1717
1717
|
font-family: var(--data-font-drive);
|
|
1718
1718
|
font-size: 32px;
|
|
@@ -1757,7 +1757,7 @@ html:lang(ar) .data-02-mobile-drive,
|
|
|
1757
1757
|
html:lang(ar) .mobile-data-l-drive {
|
|
1758
1758
|
font-family: var(--data-font-drive);
|
|
1759
1759
|
}
|
|
1760
|
-
@media (
|
|
1760
|
+
@media (width <= 640px) {
|
|
1761
1761
|
.tablet-data-l-drive {
|
|
1762
1762
|
font-family: var(--data-font-drive);
|
|
1763
1763
|
font-size: 20px;
|
|
@@ -1802,7 +1802,7 @@ html:lang(ar) .data-03-mobile-drive,
|
|
|
1802
1802
|
html:lang(ar) .mobile-data-m-drive {
|
|
1803
1803
|
font-family: var(--data-font-drive);
|
|
1804
1804
|
}
|
|
1805
|
-
@media (
|
|
1805
|
+
@media (width <= 640px) {
|
|
1806
1806
|
.tablet-data-m-drive {
|
|
1807
1807
|
font-family: var(--data-font-drive);
|
|
1808
1808
|
font-size: 16px;
|
|
@@ -1847,7 +1847,7 @@ html:lang(ar) .data-04-mobile-drive,
|
|
|
1847
1847
|
html:lang(ar) .mobile-data-s-drive {
|
|
1848
1848
|
font-family: var(--data-font-drive);
|
|
1849
1849
|
}
|
|
1850
|
-
@media (
|
|
1850
|
+
@media (width <= 640px) {
|
|
1851
1851
|
.tablet-data-s-drive {
|
|
1852
1852
|
font-family: var(--data-font-drive);
|
|
1853
1853
|
font-size: 16px;
|
|
@@ -1870,9 +1870,9 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1870
1870
|
--text-nav-highlight: #0069bf;
|
|
1871
1871
|
--text-error-message: #c51a11;
|
|
1872
1872
|
--text-button-disabled: #c0ccd8;
|
|
1873
|
-
--text-reverse-primary: #
|
|
1873
|
+
--text-reverse-primary: #fff;
|
|
1874
1874
|
--text-reverse-primary-button: var(--text-reverse-primary);
|
|
1875
|
-
--backgrounds-main: #
|
|
1875
|
+
--backgrounds-main: #fff;
|
|
1876
1876
|
--backgrounds-content-0: #f9fafb;
|
|
1877
1877
|
--backgrounds-content-1: #f2f5f7;
|
|
1878
1878
|
--backgrounds-content-2: #d9e1e8;
|
|
@@ -1927,7 +1927,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1927
1927
|
--data--categorical-grey: #8a94a2;
|
|
1928
1928
|
}
|
|
1929
1929
|
.zen-dark {
|
|
1930
|
-
--text-primary: #
|
|
1930
|
+
--text-primary: #fff;
|
|
1931
1931
|
--text-secondary: #c0ccd8;
|
|
1932
1932
|
--text-placeholder: #a6b8c9;
|
|
1933
1933
|
--text-hyperlink: #ebf6ff;
|
|
@@ -1945,7 +1945,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1945
1945
|
--backgrounds-overlay: rgba(31, 40, 51, 0.4);
|
|
1946
1946
|
--backgrounds-primary-brand: #4cb2ff;
|
|
1947
1947
|
--backgrounds-reverse-2: #5282cb;
|
|
1948
|
-
--backgrounds-reverse-1: #
|
|
1948
|
+
--backgrounds-reverse-1: #fff;
|
|
1949
1949
|
--backgrounds-reverse-0: #f2f5f7;
|
|
1950
1950
|
--borders-general: #748faa;
|
|
1951
1951
|
--borders-secondary: #c0ccd8;
|
|
@@ -1991,7 +1991,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1991
1991
|
justify-content: center;
|
|
1992
1992
|
}
|
|
1993
1993
|
.zen-caption--center .zen-caption__content {
|
|
1994
|
-
margin-
|
|
1994
|
+
margin-inline-end: 0;
|
|
1995
1995
|
}
|
|
1996
1996
|
.zen-caption--full-width {
|
|
1997
1997
|
width: 100%;
|
|
@@ -2000,15 +2000,14 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2000
2000
|
line-height: 16px;
|
|
2001
2001
|
font-weight: 400;
|
|
2002
2002
|
white-space: nowrap;
|
|
2003
|
-
margin-
|
|
2004
|
-
margin-right: auto;
|
|
2003
|
+
margin-inline: 0 auto;
|
|
2005
2004
|
}
|
|
2006
2005
|
.zen-caption--hidden {
|
|
2007
2006
|
display: none;
|
|
2008
2007
|
}
|
|
2009
2008
|
.zen-caption--wrapped .zen-caption__content {
|
|
2010
2009
|
white-space: normal;
|
|
2011
|
-
|
|
2010
|
+
overflow-wrap: break-word;
|
|
2012
2011
|
}
|
|
2013
2012
|
.zen-caption.zen-caption {
|
|
2014
2013
|
display: inline-flex;
|
|
@@ -2017,24 +2016,20 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2017
2016
|
overflow: hidden;
|
|
2018
2017
|
text-overflow: ellipsis;
|
|
2019
2018
|
white-space: nowrap;
|
|
2020
|
-
|
|
2019
|
+
overflow-wrap: normal;
|
|
2021
2020
|
}
|
|
2022
2021
|
.zen-not-selectable {
|
|
2023
2022
|
-webkit-touch-callout: none;
|
|
2024
|
-
-webkit-user-select: none;
|
|
2025
|
-
-khtml-user-select: none;
|
|
2026
|
-
-moz-user-select: none;
|
|
2027
|
-
-ms-user-select: none;
|
|
2028
2023
|
user-select: none;
|
|
2029
2024
|
}
|
|
2030
2025
|
.zen-shadow-dropdown-default {
|
|
2031
|
-
box-shadow:
|
|
2026
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
2032
2027
|
}
|
|
2033
2028
|
.zen-card-shadow {
|
|
2034
|
-
box-shadow:
|
|
2029
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
|
|
2035
2030
|
}
|
|
2036
2031
|
.zen-chip-shadow {
|
|
2037
|
-
box-shadow:
|
|
2032
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
|
|
2038
2033
|
}
|
|
2039
2034
|
.zenIcons_pdf {
|
|
2040
2035
|
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%236a0000%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e00%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22d%22%20x1%3D%2215.139%22%20x2%3D%2218.633%22%20y1%3D%2210.443%22%20y2%3D%2231.32%22%20gradientTransform%3D%22matrix(1.73%200%200%201.939%20245.97%20385.974)%22%20gradientUnits%3D%22userSpaceOnUse%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3ClinearGradient%20id%3D%22b%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f8f8f7%22%2F%3E%3Cstop%20offset%3D%22.599%22%20stop-color%3D%22%23e8e8e8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e2e2de%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22c%22%20x1%3D%2220.794%22%20x2%3D%2235.596%22%20y1%3D%2218.379%22%20y2%3D%2239.6%22%20gradientTransform%3D%22matrix(1.343%200%200%201.235%20246.554%20404.243)%22%20gradientUnits%3D%22userSpaceOnUse%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-254.286%20-410.076)%22%3E%3Crect%20width%3D%2248%22%20height%3D%2248%22%20x%3D%22254.287%22%20y%3D%22410.086%22%20fill%3D%22none%22%20color%3D%22%23000%22%20overflow%3D%22visible%22%20ry%3D%22.002%22%2F%3E%3Crect%20width%3D%2238.997%22%20height%3D%2245.003%22%20x%3D%22259.275%22%20y%3D%22412.317%22%20fill%3D%22url(%23c)%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23888a85%22%20rx%3D%22.567%22%20ry%3D%22.567%22%2F%3E%3Cpath%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%20d%3D%22M293.774%20420.82h-30v2h30zM295.384%20425.973h-32.763v2.26h32.763zM295.384%20432.753h-32.763v2.26h32.763zM295.384%20439.533h-32.763v2.26h32.763z%22%20color%3D%22%23000%22%20overflow%3D%22visible%22%2F%3E%3Crect%20width%3D%2237.026%22%20height%3D%2243.022%22%20x%3D%22260.273%22%20y%3D%22413.32%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20rx%3D%220%22%20ry%3D%220%22%2F%3E%3Cpath%20fill%3D%22url(%23d)%22%20d%3D%22M254.785%20424.292v21.454h46.844v-21.454h-46.844z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%20font-family%3D%22Bitstream%20Vera%20Sans%22%20font-size%3D%2212.448%22%20font-weight%3D%22bold%22%3E%3Cpath%20style%3D%22-inkscape-font-specification%3ABitstream%20Charter%20Bold%22%20d%3D%22M260.745%20427.96h5.398c1.605%200%202.836.401%203.692%201.203.862.795%201.292%201.932%201.293%203.409%200%201.483-.431%202.626-1.293%203.428-.856.795-2.087%201.193-3.692%201.193h-2.146v4.905h-3.252v-14.137m3.252%202.642v3.948h1.799c.631%200%201.118-.17%201.461-.511.344-.347.515-.836.515-1.468%200-.631-.172-1.117-.515-1.458-.344-.341-.831-.511-1.461-.511h-1.799M276.669%20430.715v8.626h1.166c1.329%200%202.343-.369%203.041-1.108.704-.739%201.056-1.812%201.056-3.219%200-1.401-.349-2.468-1.048-3.2-.698-.732-1.715-1.098-3.05-1.098h-1.166m-3.252-2.755h3.43c1.915%200%203.34.155%204.275.464a5.514%205.514%200%200%201%202.416%201.553%206.165%206.165%200%200%201%201.318%202.206c.287.833.431%201.777.431%202.831%200%201.067-.144%202.02-.431%202.86a6.157%206.157%200%200%201-1.318%202.206%205.647%205.647%200%200%201-2.433%201.562c-.946.303-2.365.455-4.258.455h-3.43v-14.137M287.778%20427.96h8.777v2.755h-5.525v2.632h5.195v2.755h-5.195v5.994h-3.252v-14.137%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23700000%22%20stroke-width%3D%221.62%22%20d%3D%22M254.746%20445.649l46.834-.151v-21.079%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
@@ -2051,7 +2046,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2051
2046
|
cursor: pointer;
|
|
2052
2047
|
background: none;
|
|
2053
2048
|
border: none;
|
|
2054
|
-
|
|
2049
|
+
overflow-wrap: break-word;
|
|
2055
2050
|
}
|
|
2056
2051
|
.zen-link:hover,
|
|
2057
2052
|
.zen-link:focus,
|
|
@@ -2097,7 +2092,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2097
2092
|
overflow: hidden;
|
|
2098
2093
|
text-overflow: ellipsis;
|
|
2099
2094
|
white-space: nowrap;
|
|
2100
|
-
|
|
2095
|
+
overflow-wrap: normal;
|
|
2101
2096
|
}
|
|
2102
2097
|
.zen-select-button {
|
|
2103
2098
|
display: flex;
|
|
@@ -2114,7 +2109,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2114
2109
|
overflow: hidden;
|
|
2115
2110
|
text-overflow: ellipsis;
|
|
2116
2111
|
white-space: nowrap;
|
|
2117
|
-
|
|
2112
|
+
overflow-wrap: normal;
|
|
2118
2113
|
}
|
|
2119
2114
|
.zen-select-button:hover,
|
|
2120
2115
|
.zen-select-button:focus {
|
|
@@ -2138,16 +2133,13 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2138
2133
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
2139
2134
|
grid-template-rows: auto auto;
|
|
2140
2135
|
gap: 0.25rem 0.5rem;
|
|
2141
|
-
|
|
2142
|
-
justify-items: start;
|
|
2136
|
+
place-items: center start;
|
|
2143
2137
|
}
|
|
2144
2138
|
.zen-range-field-wrapper-row {
|
|
2145
2139
|
display: grid;
|
|
2146
|
-
|
|
2147
|
-
justify-items: start;
|
|
2140
|
+
place-items: center start;
|
|
2148
2141
|
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);
|
|
2149
|
-
|
|
2150
|
-
column-gap: 0.5rem;
|
|
2142
|
+
gap: 0.25rem 0.5rem;
|
|
2151
2143
|
}
|
|
2152
2144
|
:root {
|
|
2153
2145
|
--border-width-default: 1px;
|
|
@@ -2157,7 +2149,6 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2157
2149
|
--mobile: 640px;
|
|
2158
2150
|
}
|
|
2159
2151
|
.zen-visually-hidden {
|
|
2160
|
-
clip: rect(0 0 0 0);
|
|
2161
2152
|
clip-path: inset(50%);
|
|
2162
2153
|
height: 1px;
|
|
2163
2154
|
overflow: hidden;
|
|
@@ -2692,8 +2683,8 @@ html:lang(ar) .zen-button--mobile {
|
|
|
2692
2683
|
}
|
|
2693
2684
|
.zen-calculate-position {
|
|
2694
2685
|
position: absolute;
|
|
2695
|
-
|
|
2696
|
-
|
|
2686
|
+
inset-inline-start: 0;
|
|
2687
|
+
inset-block-start: 0;
|
|
2697
2688
|
opacity: 0.01;
|
|
2698
2689
|
max-height: 1px;
|
|
2699
2690
|
}
|
|
@@ -2779,7 +2770,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2779
2770
|
background-color: var(--backgrounds-content-1);
|
|
2780
2771
|
font-size: 14px;
|
|
2781
2772
|
line-height: 16px;
|
|
2782
|
-
border:
|
|
2773
|
+
border: 0;
|
|
2783
2774
|
font-style: normal;
|
|
2784
2775
|
font-weight: 400;
|
|
2785
2776
|
letter-spacing: 0.02rem;
|
|
@@ -2794,7 +2785,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2794
2785
|
}
|
|
2795
2786
|
.zen-accordion__header-button .zen-accordion__header-arrow {
|
|
2796
2787
|
fill: var(--action-secondary--default);
|
|
2797
|
-
margin-
|
|
2788
|
+
margin-inline-start: auto;
|
|
2798
2789
|
}
|
|
2799
2790
|
.zen-accordion__header-button .zen-accordion__header-arrow--rotated {
|
|
2800
2791
|
transform: rotate(180deg);
|
|
@@ -2825,7 +2816,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2825
2816
|
}
|
|
2826
2817
|
.zen-accordion--legacy .zen-accordion__header-button {
|
|
2827
2818
|
background-color: var(--backgrounds-main);
|
|
2828
|
-
border-radius:
|
|
2819
|
+
border-radius: 0;
|
|
2829
2820
|
color: var(--text-primary);
|
|
2830
2821
|
fill: var(--action-secondary--default);
|
|
2831
2822
|
}
|
|
@@ -2909,6 +2900,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2909
2900
|
}
|
|
2910
2901
|
.zen-banner__block--multiline {
|
|
2911
2902
|
height: unset;
|
|
2903
|
+
flex-wrap: wrap;
|
|
2912
2904
|
}
|
|
2913
2905
|
.zen-banner__block--XXL {
|
|
2914
2906
|
max-width: 100%;
|
|
@@ -2933,9 +2925,6 @@ html:lang(ar) .zen-accordion {
|
|
|
2933
2925
|
max-width: 22.5rem;
|
|
2934
2926
|
min-width: 16.75rem;
|
|
2935
2927
|
}
|
|
2936
|
-
.zen-banner__block--multiline {
|
|
2937
|
-
flex-wrap: wrap;
|
|
2938
|
-
}
|
|
2939
2928
|
.zen-banner__multiline-container {
|
|
2940
2929
|
display: flex;
|
|
2941
2930
|
align-items: center;
|
|
@@ -3005,7 +2994,7 @@ html:lang(ar) .zen-banner__header {
|
|
|
3005
2994
|
overflow: hidden;
|
|
3006
2995
|
text-overflow: ellipsis;
|
|
3007
2996
|
white-space: nowrap;
|
|
3008
|
-
|
|
2997
|
+
overflow-wrap: normal;
|
|
3009
2998
|
text-align: start;
|
|
3010
2999
|
margin-inline-end: auto;
|
|
3011
3000
|
max-width: 64.6875rem;
|
|
@@ -3021,7 +3010,7 @@ html:lang(ar) .zen-banner__message {
|
|
|
3021
3010
|
.zen-banner__message--drive,
|
|
3022
3011
|
.zen-banner__message--drive-tablet {
|
|
3023
3012
|
max-width: 28.25rem;
|
|
3024
|
-
padding-
|
|
3013
|
+
padding-block-start: 0.25rem;
|
|
3025
3014
|
}
|
|
3026
3015
|
.zen-banner__message--drive {
|
|
3027
3016
|
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -3045,7 +3034,6 @@ html:lang(ar) .zen-banner__message {
|
|
|
3045
3034
|
}
|
|
3046
3035
|
.zen-banner__message--mobile {
|
|
3047
3036
|
max-width: unset;
|
|
3048
|
-
overflow: unset;
|
|
3049
3037
|
text-overflow: unset;
|
|
3050
3038
|
white-space: unset;
|
|
3051
3039
|
display: -webkit-box;
|
|
@@ -3226,7 +3214,7 @@ html:lang(ar) .zen-banner .zen-banner__summary-error-link {
|
|
|
3226
3214
|
line-height: 1rem;
|
|
3227
3215
|
text-transform: none;
|
|
3228
3216
|
text-decoration: none;
|
|
3229
|
-
box-shadow:
|
|
3217
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
3230
3218
|
display: flex;
|
|
3231
3219
|
position: absolute;
|
|
3232
3220
|
background-color: var(--backgrounds-content-1);
|
|
@@ -3336,41 +3324,33 @@ html:lang(ar) .zen-tooltip__title {
|
|
|
3336
3324
|
position: absolute;
|
|
3337
3325
|
border-style: solid;
|
|
3338
3326
|
filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
|
|
3327
|
+
border-width: 6px;
|
|
3328
|
+
border-color: transparent;
|
|
3329
|
+
/* stylelint-disable */
|
|
3330
|
+
/* stylelint-enable */
|
|
3339
3331
|
}
|
|
3340
3332
|
.zen-tooltip__arrow--top {
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
border-color: var(--backgrounds-content-1)
|
|
3344
|
-
border-width: 6px 5px 0 5px;
|
|
3333
|
+
top: 100%;
|
|
3334
|
+
left: 50%;
|
|
3335
|
+
border-top-color: var(--backgrounds-content-1);
|
|
3345
3336
|
filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
|
|
3346
3337
|
}
|
|
3347
3338
|
.zen-tooltip__arrow--bottom {
|
|
3348
3339
|
bottom: 100%;
|
|
3349
|
-
|
|
3350
|
-
border-color:
|
|
3351
|
-
border-width: 0 5px 6px 5px;
|
|
3340
|
+
left: 0.875rem;
|
|
3341
|
+
border-bottom-color: var(--backgrounds-content-1);
|
|
3352
3342
|
filter: drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.2));
|
|
3353
3343
|
}
|
|
3354
3344
|
.zen-tooltip__arrow--right {
|
|
3355
|
-
|
|
3356
|
-
border-color:
|
|
3357
|
-
border-width: 5px 6px 5px 0;
|
|
3345
|
+
right: 100%;
|
|
3346
|
+
border-right-color: var(--backgrounds-content-1);
|
|
3358
3347
|
filter: drop-shadow(-4px 0 4px rgba(0, 0, 0, 0.2));
|
|
3359
3348
|
}
|
|
3360
|
-
[dir="rtl"] .zen-tooltip__arrow--right {
|
|
3361
|
-
border-color: transparent transparent transparent var(--backgrounds-content-1);
|
|
3362
|
-
filter: drop-shadow(4px 0 4px rgba(0, 0, 0, 0.2));
|
|
3363
|
-
}
|
|
3364
3349
|
.zen-tooltip__arrow--left {
|
|
3365
|
-
|
|
3366
|
-
border-color:
|
|
3367
|
-
border-width: 5px 0 6px 5px;
|
|
3350
|
+
left: 100%;
|
|
3351
|
+
border-left-color: var(--backgrounds-content-1);
|
|
3368
3352
|
filter: drop-shadow(4px 0 4px rgba(0, 0, 0, 0.2));
|
|
3369
3353
|
}
|
|
3370
|
-
[dir="rtl"] .zen-tooltip__arrow--left {
|
|
3371
|
-
border-color: transparent var(--backgrounds-content-1) transparent transparent;
|
|
3372
|
-
filter: drop-shadow(-4px 0 4px rgba(0, 0, 0, 0.2));
|
|
3373
|
-
}
|
|
3374
3354
|
.zen-tooltip__trigger {
|
|
3375
3355
|
color: var(--text-secondary);
|
|
3376
3356
|
fill: var(--text-secondary);
|
|
@@ -3390,10 +3370,8 @@ html:lang(ar) .zen-tooltip__title {
|
|
|
3390
3370
|
.zen-shield {
|
|
3391
3371
|
box-sizing: border-box;
|
|
3392
3372
|
position: fixed;
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
left: 0;
|
|
3396
|
-
right: 0;
|
|
3373
|
+
inset-block: 0;
|
|
3374
|
+
inset-inline: 0;
|
|
3397
3375
|
z-index: 10006;
|
|
3398
3376
|
background-color: #000;
|
|
3399
3377
|
opacity: 0.1;
|
|
@@ -3437,7 +3415,7 @@ html:lang(ar) .zen-tooltip__title {
|
|
|
3437
3415
|
justify-content: center;
|
|
3438
3416
|
}
|
|
3439
3417
|
.zen-text-icon-button .zen-caption__content {
|
|
3440
|
-
margin-
|
|
3418
|
+
margin-inline-end: 0;
|
|
3441
3419
|
}
|
|
3442
3420
|
.zen-field-label {
|
|
3443
3421
|
display: flex;
|
|
@@ -3487,6 +3465,7 @@ html:lang(ar) .zen-field-label__text {
|
|
|
3487
3465
|
}
|
|
3488
3466
|
.zen-card-container--absolute {
|
|
3489
3467
|
flex-shrink: 0;
|
|
3468
|
+
min-width: unset;
|
|
3490
3469
|
}
|
|
3491
3470
|
.zen-card-container--extra-extra-large {
|
|
3492
3471
|
min-height: 26.125rem;
|
|
@@ -3543,7 +3522,7 @@ html:lang(ar) .zen-field-label__text {
|
|
|
3543
3522
|
min-width: 0;
|
|
3544
3523
|
max-width: unset;
|
|
3545
3524
|
}
|
|
3546
|
-
@media (
|
|
3525
|
+
@media (width <= 640px) {
|
|
3547
3526
|
.zen-card-container {
|
|
3548
3527
|
max-width: unset;
|
|
3549
3528
|
}
|
|
@@ -3834,8 +3813,7 @@ html:lang(ar) .zen-card__secondary {
|
|
|
3834
3813
|
overflow: hidden;
|
|
3835
3814
|
}
|
|
3836
3815
|
.zen-card__content--overflow-scroll {
|
|
3837
|
-
overflow
|
|
3838
|
-
overflow-y: auto;
|
|
3816
|
+
overflow: hidden auto;
|
|
3839
3817
|
}
|
|
3840
3818
|
.zen-card__header-right {
|
|
3841
3819
|
margin-inline-start: auto;
|
|
@@ -4001,8 +3979,7 @@ html:lang(ar) .zen-menu-button__action {
|
|
|
4001
3979
|
overflow: hidden;
|
|
4002
3980
|
text-overflow: ellipsis;
|
|
4003
3981
|
white-space: nowrap;
|
|
4004
|
-
margin-inline
|
|
4005
|
-
margin-inline-end: auto;
|
|
3982
|
+
margin-inline: 0 auto;
|
|
4006
3983
|
}
|
|
4007
3984
|
.zen-menu-button__action--drive,
|
|
4008
3985
|
.zen-menu-button__action--drive-tablet {
|
|
@@ -4057,13 +4034,13 @@ html:lang(ar) .zen-menu-button__action {
|
|
|
4057
4034
|
line-height: 1rem;
|
|
4058
4035
|
text-transform: none;
|
|
4059
4036
|
text-decoration: none;
|
|
4060
|
-
box-shadow:
|
|
4037
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
4061
4038
|
border-radius: var(--border-radius-default);
|
|
4062
4039
|
box-sizing: border-box;
|
|
4063
4040
|
background-color: var(--backgrounds-main);
|
|
4064
4041
|
padding: 0.25rem 0;
|
|
4065
|
-
max-height:
|
|
4066
|
-
border:
|
|
4042
|
+
max-height: 90vb;
|
|
4043
|
+
border: 0;
|
|
4067
4044
|
min-height: 1.875rem;
|
|
4068
4045
|
min-width: 10.625rem;
|
|
4069
4046
|
max-width: 26.25rem;
|
|
@@ -4086,18 +4063,17 @@ html:lang(ar) .zen-popup {
|
|
|
4086
4063
|
}
|
|
4087
4064
|
.zen-popup--block {
|
|
4088
4065
|
padding: 0.25rem 0;
|
|
4089
|
-
box-shadow:
|
|
4066
|
+
box-shadow: 0 2px 6px rgba(11, 32, 50, 0.2);
|
|
4090
4067
|
border-radius: var(--border-radius-default);
|
|
4091
4068
|
}
|
|
4092
|
-
@media (
|
|
4069
|
+
@media (width <= 640px) {
|
|
4093
4070
|
.zen-popup {
|
|
4094
4071
|
max-width: 100%;
|
|
4095
4072
|
}
|
|
4096
4073
|
}
|
|
4097
4074
|
.zen-menu-separator {
|
|
4098
|
-
border-block-start: 1px solid var(--borders-general);
|
|
4099
4075
|
list-style-type: none;
|
|
4100
|
-
border-
|
|
4076
|
+
border-block-start: 1px solid var(--borders-general);
|
|
4101
4077
|
height: 0;
|
|
4102
4078
|
}
|
|
4103
4079
|
.zen-side-panel {
|
|
@@ -4151,8 +4127,7 @@ html:lang(ar) .zen-side-panel {
|
|
|
4151
4127
|
display: flex;
|
|
4152
4128
|
}
|
|
4153
4129
|
.zen-side-panel--left-positioned {
|
|
4154
|
-
inset-inline
|
|
4155
|
-
inset-inline-end: auto;
|
|
4130
|
+
inset-inline: 0 auto;
|
|
4156
4131
|
transform: translateX(-100%);
|
|
4157
4132
|
border-start-start-radius: 0;
|
|
4158
4133
|
border-end-start-radius: 0;
|
|
@@ -4192,13 +4167,12 @@ html:lang(ar) .zen-side-panel {
|
|
|
4192
4167
|
border-start-end-radius: var(--border-radius-default);
|
|
4193
4168
|
border-end-end-radius: 0;
|
|
4194
4169
|
transform: translateY(100%);
|
|
4195
|
-
inset-block
|
|
4196
|
-
inset-block-end: 0;
|
|
4170
|
+
inset-block: auto 0;
|
|
4197
4171
|
}
|
|
4198
4172
|
.zen-side-panel.zen-side-panel--bottom-positioned.zen-side-panel--shown {
|
|
4199
4173
|
transform: translateY(0);
|
|
4200
4174
|
}
|
|
4201
|
-
@media (
|
|
4175
|
+
@media (width <= 640px) {
|
|
4202
4176
|
.zen-side-panel {
|
|
4203
4177
|
width: 100%;
|
|
4204
4178
|
min-width: 100%;
|
|
@@ -4235,21 +4209,18 @@ html:lang(ar) .zen-side-panel {
|
|
|
4235
4209
|
text-transform: none;
|
|
4236
4210
|
text-decoration: none;
|
|
4237
4211
|
color: var(--text-primary);
|
|
4238
|
-
margin-block
|
|
4212
|
+
margin-block: 0 1rem;
|
|
4239
4213
|
margin-inline: 0;
|
|
4240
|
-
margin-block-end: 1rem;
|
|
4241
4214
|
}
|
|
4242
4215
|
html:lang(ar) .zen-side-panel-cell__title {
|
|
4243
4216
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
4244
4217
|
}
|
|
4245
4218
|
.zen-side-panel-cell__footer {
|
|
4246
|
-
margin-block
|
|
4219
|
+
margin-block: 1rem 0;
|
|
4247
4220
|
margin-inline: 0;
|
|
4248
|
-
margin-block-end: 0;
|
|
4249
4221
|
}
|
|
4250
4222
|
.zen-side-panel-cell--no-padding {
|
|
4251
|
-
padding-inline
|
|
4252
|
-
padding-inline-end: 0;
|
|
4223
|
+
padding-inline: 0;
|
|
4253
4224
|
}
|
|
4254
4225
|
.zen-side-panel-cell--no-padding .zen-side-panel-cell__title {
|
|
4255
4226
|
padding-inline-start: 1rem;
|
|
@@ -4377,7 +4348,7 @@ html:lang(ar) .zen-toast__header {
|
|
|
4377
4348
|
overflow: hidden;
|
|
4378
4349
|
text-overflow: ellipsis;
|
|
4379
4350
|
white-space: nowrap;
|
|
4380
|
-
|
|
4351
|
+
overflow-wrap: normal;
|
|
4381
4352
|
justify-self: end;
|
|
4382
4353
|
}
|
|
4383
4354
|
.zen-toast__progress {
|
|
@@ -4385,7 +4356,7 @@ html:lang(ar) .zen-toast__header {
|
|
|
4385
4356
|
transition: width 0.3s linear;
|
|
4386
4357
|
}
|
|
4387
4358
|
.zen-toast__progress--active {
|
|
4388
|
-
border-radius: 4px 0 0
|
|
4359
|
+
border-radius: 4px 0 0;
|
|
4389
4360
|
}
|
|
4390
4361
|
.zen-toast__progress--info {
|
|
4391
4362
|
background-color: var(--accents-general--detail);
|
|
@@ -4403,7 +4374,7 @@ html:lang(ar) .zen-toast__header {
|
|
|
4403
4374
|
line-height: 1.75rem;
|
|
4404
4375
|
text-transform: none;
|
|
4405
4376
|
text-decoration: none;
|
|
4406
|
-
box-shadow:
|
|
4377
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
4407
4378
|
position: relative;
|
|
4408
4379
|
display: flex;
|
|
4409
4380
|
flex-direction: row;
|
|
@@ -4428,7 +4399,7 @@ html:lang(ar) .zen-alert {
|
|
|
4428
4399
|
.zen-alert::before {
|
|
4429
4400
|
content: "";
|
|
4430
4401
|
position: absolute;
|
|
4431
|
-
|
|
4402
|
+
inset-block-start: 0;
|
|
4432
4403
|
inset-inline-start: -0.25rem;
|
|
4433
4404
|
width: 0.5rem;
|
|
4434
4405
|
height: 100%;
|
|
@@ -4473,7 +4444,7 @@ html:lang(ar) .zen-alert__body {
|
|
|
4473
4444
|
overflow: hidden;
|
|
4474
4445
|
text-overflow: ellipsis;
|
|
4475
4446
|
white-space: nowrap;
|
|
4476
|
-
|
|
4447
|
+
overflow-wrap: normal;
|
|
4477
4448
|
}
|
|
4478
4449
|
.zen-alert__text {
|
|
4479
4450
|
display: -webkit-box;
|
|
@@ -4491,7 +4462,7 @@ html:lang(ar) .zen-alert__body {
|
|
|
4491
4462
|
-webkit-box-orient: vertical;
|
|
4492
4463
|
overflow: hidden;
|
|
4493
4464
|
text-overflow: ellipsis;
|
|
4494
|
-
padding-
|
|
4465
|
+
padding-block-start: 0.125rem;
|
|
4495
4466
|
color: var(--text-primary);
|
|
4496
4467
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
4497
4468
|
font-size: 0.875rem;
|
|
@@ -4617,7 +4588,7 @@ html:lang(ar) .zen-alert__title {
|
|
|
4617
4588
|
text-decoration: none;
|
|
4618
4589
|
}
|
|
4619
4590
|
.zen-alert--drive .zen-alert__icon {
|
|
4620
|
-
padding-
|
|
4591
|
+
padding-block-start: 0.125rem;
|
|
4621
4592
|
}
|
|
4622
4593
|
.zen-alert--mobile {
|
|
4623
4594
|
max-width: 100%;
|
|
@@ -4668,8 +4639,7 @@ html:lang(ar) .zen-alert__title {
|
|
|
4668
4639
|
text-decoration: none;
|
|
4669
4640
|
color: var(--text-secondary);
|
|
4670
4641
|
padding-block: 0.75rem;
|
|
4671
|
-
padding-inline
|
|
4672
|
-
padding-inline-end: 0.5rem;
|
|
4642
|
+
padding-inline: 0.75rem 0.5rem;
|
|
4673
4643
|
display: flex;
|
|
4674
4644
|
justify-content: space-between;
|
|
4675
4645
|
align-items: center;
|
|
@@ -4735,7 +4705,7 @@ html:lang(ar) .zen-mobile-sheet__title {
|
|
|
4735
4705
|
min-width: 32.5rem;
|
|
4736
4706
|
inset-inline-start: calc(50% - (260 / 16rem));
|
|
4737
4707
|
}
|
|
4738
|
-
@media (
|
|
4708
|
+
@media (width <= 520px) {
|
|
4739
4709
|
.zen-mobile-sheet-wrapper--drive.zen-mobile-sheet-wrapper--drive,
|
|
4740
4710
|
.zen-mobile-sheet-wrapper--drive-tablet.zen-mobile-sheet-wrapper--drive-tablet {
|
|
4741
4711
|
max-width: 100%;
|
|
@@ -4780,12 +4750,10 @@ html:lang(ar) .zen-mobile-sheet__title {
|
|
|
4780
4750
|
z-index: 11007;
|
|
4781
4751
|
}
|
|
4782
4752
|
.zen-card-button--drive-tablet {
|
|
4783
|
-
padding-block
|
|
4784
|
-
padding-block-end: 0.75rem;
|
|
4753
|
+
padding-block: 0.75rem;
|
|
4785
4754
|
}
|
|
4786
4755
|
.zen-card-button--drive {
|
|
4787
|
-
padding-block
|
|
4788
|
-
padding-block-end: 0.6875rem;
|
|
4756
|
+
padding-block: 0.6875rem;
|
|
4789
4757
|
}
|
|
4790
4758
|
.zen-favorite-button {
|
|
4791
4759
|
display: flex;
|
|
@@ -4869,13 +4837,12 @@ html:lang(ar) .zen-data-feed {
|
|
|
4869
4837
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
4870
4838
|
}
|
|
4871
4839
|
.zen-data-feed__item-container {
|
|
4872
|
-
box-shadow:
|
|
4840
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
|
|
4873
4841
|
display: flex;
|
|
4874
4842
|
}
|
|
4875
4843
|
.zen-data-feed__action-container {
|
|
4876
4844
|
padding-block-start: 0.5rem;
|
|
4877
|
-
padding-inline
|
|
4878
|
-
padding-inline-start: 0.25rem;
|
|
4845
|
+
padding-inline: 0.25rem 0.5rem;
|
|
4879
4846
|
}
|
|
4880
4847
|
.zen-data-feed__content {
|
|
4881
4848
|
flex: 1 1 auto;
|
|
@@ -4912,7 +4879,6 @@ html:lang(ar) .zen-data-feed {
|
|
|
4912
4879
|
.zen-data-grid-not-interactive-mixin {
|
|
4913
4880
|
pointer-events: none;
|
|
4914
4881
|
user-select: none;
|
|
4915
|
-
-webkit-user-select: none;
|
|
4916
4882
|
-webkit-user-drag: none;
|
|
4917
4883
|
}
|
|
4918
4884
|
.zen-data-grid-loading-mixin {
|
|
@@ -5062,7 +5028,6 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5062
5028
|
.zen-data-grid__row-cell--loading {
|
|
5063
5029
|
pointer-events: none;
|
|
5064
5030
|
user-select: none;
|
|
5065
|
-
-webkit-user-select: none;
|
|
5066
5031
|
-webkit-user-drag: none;
|
|
5067
5032
|
filter: blur(7px);
|
|
5068
5033
|
animation: load-column 1s linear infinite alternate;
|
|
@@ -5085,22 +5050,20 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5085
5050
|
}
|
|
5086
5051
|
.zen-data-grid--horizontal-scroll .zen-data-grid__header-cell--first {
|
|
5087
5052
|
border-inline-end: 1px solid var(--borders-general);
|
|
5088
|
-
box-shadow: 1px
|
|
5053
|
+
box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
|
|
5089
5054
|
}
|
|
5090
5055
|
.zen-data-grid--horizontal-scroll .zen-data-grid__row-cell--first {
|
|
5091
5056
|
border-inline-end: 1px solid var(--borders-general);
|
|
5092
|
-
box-shadow: 1px
|
|
5057
|
+
box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
|
|
5093
5058
|
}
|
|
5094
5059
|
.zen-data-grid--not-interactive .zen-data-grid__table {
|
|
5095
5060
|
pointer-events: none;
|
|
5096
5061
|
user-select: none;
|
|
5097
|
-
-webkit-user-select: none;
|
|
5098
5062
|
-webkit-user-drag: none;
|
|
5099
5063
|
}
|
|
5100
5064
|
.zen-data-grid--loading .zen-data-grid__table {
|
|
5101
5065
|
pointer-events: none;
|
|
5102
5066
|
user-select: none;
|
|
5103
|
-
-webkit-user-select: none;
|
|
5104
5067
|
-webkit-user-drag: none;
|
|
5105
5068
|
}
|
|
5106
5069
|
.zen-data-grid--loading .zen-data-grid__row-cell {
|
|
@@ -5114,7 +5077,7 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5114
5077
|
overflow: hidden;
|
|
5115
5078
|
text-overflow: ellipsis;
|
|
5116
5079
|
white-space: nowrap;
|
|
5117
|
-
|
|
5080
|
+
overflow-wrap: normal;
|
|
5118
5081
|
}
|
|
5119
5082
|
.zen-data-grid-header--multiline {
|
|
5120
5083
|
white-space: normal;
|
|
@@ -5124,7 +5087,7 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5124
5087
|
-webkit-box-orient: vertical;
|
|
5125
5088
|
overflow: hidden;
|
|
5126
5089
|
text-overflow: ellipsis;
|
|
5127
|
-
|
|
5090
|
+
overflow-wrap: break-word;
|
|
5128
5091
|
}
|
|
5129
5092
|
.zen-actions-column {
|
|
5130
5093
|
display: flex;
|
|
@@ -5244,7 +5207,6 @@ html:lang(ar) .zen-feed-item__identifier {
|
|
|
5244
5207
|
align-items: baseline;
|
|
5245
5208
|
gap: 0.25rem;
|
|
5246
5209
|
overflow-wrap: break-word;
|
|
5247
|
-
word-wrap: break-word;
|
|
5248
5210
|
width: 100%;
|
|
5249
5211
|
}
|
|
5250
5212
|
.zen-feed-item__label {
|
|
@@ -5537,7 +5499,7 @@ html:lang(ar) .zen-checkbox__label-text {
|
|
|
5537
5499
|
overflow: hidden;
|
|
5538
5500
|
text-overflow: ellipsis;
|
|
5539
5501
|
white-space: nowrap;
|
|
5540
|
-
|
|
5502
|
+
overflow-wrap: normal;
|
|
5541
5503
|
}
|
|
5542
5504
|
.zen-select-list[aria-disabled="true"] {
|
|
5543
5505
|
cursor: not-allowed;
|
|
@@ -5661,7 +5623,7 @@ html:lang(ar) .zen-select-item {
|
|
|
5661
5623
|
overflow: hidden;
|
|
5662
5624
|
text-overflow: ellipsis;
|
|
5663
5625
|
white-space: nowrap;
|
|
5664
|
-
|
|
5626
|
+
overflow-wrap: normal;
|
|
5665
5627
|
color: var(--text-primary);
|
|
5666
5628
|
max-width: 100%;
|
|
5667
5629
|
}
|
|
@@ -5695,7 +5657,7 @@ html:lang(ar) .zen-link-column__name {
|
|
|
5695
5657
|
overflow: hidden;
|
|
5696
5658
|
text-overflow: ellipsis;
|
|
5697
5659
|
white-space: nowrap;
|
|
5698
|
-
|
|
5660
|
+
overflow-wrap: normal;
|
|
5699
5661
|
color: var(--text-secondary);
|
|
5700
5662
|
max-width: 100%;
|
|
5701
5663
|
}
|
|
@@ -5946,6 +5908,9 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
5946
5908
|
transform: translateX(-88%);
|
|
5947
5909
|
position: absolute;
|
|
5948
5910
|
}
|
|
5911
|
+
[dir="rtl"] .zen-flexible-column .zen-flexible-column__draggable-icon {
|
|
5912
|
+
transform: translateX(88%);
|
|
5913
|
+
}
|
|
5949
5914
|
.zen-flexible-column__draggable {
|
|
5950
5915
|
width: 0.375rem;
|
|
5951
5916
|
height: 100%;
|
|
@@ -5959,7 +5924,6 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
5959
5924
|
.zen-flexible-column__content {
|
|
5960
5925
|
width: 100%;
|
|
5961
5926
|
text-align: start;
|
|
5962
|
-
-webkit-user-select: none;
|
|
5963
5927
|
user-select: none;
|
|
5964
5928
|
}
|
|
5965
5929
|
.zen-flexible-column:hover .zen-flexible-column__draggable-icon {
|
|
@@ -5983,14 +5947,14 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
5983
5947
|
box-sizing: border-box;
|
|
5984
5948
|
}
|
|
5985
5949
|
.zen-resizer--invisible {
|
|
5986
|
-
opacity: 0
|
|
5950
|
+
opacity: 0;
|
|
5987
5951
|
}
|
|
5988
5952
|
.zen-resizer--invisible:hover,
|
|
5989
5953
|
.zen-resizer--invisible:focus {
|
|
5990
|
-
opacity:
|
|
5954
|
+
opacity: 1;
|
|
5991
5955
|
}
|
|
5992
5956
|
.zen-resizer--manual-focus {
|
|
5993
|
-
opacity:
|
|
5957
|
+
opacity: 1;
|
|
5994
5958
|
background-color: var(--borders-form-field--active);
|
|
5995
5959
|
}
|
|
5996
5960
|
.zen-resizer--vertical {
|
|
@@ -6037,7 +6001,7 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
6037
6001
|
position: absolute;
|
|
6038
6002
|
background-color: var(--backgrounds-main);
|
|
6039
6003
|
z-index: 5001;
|
|
6040
|
-
box-shadow:
|
|
6004
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
|
|
6041
6005
|
border-spacing: 0;
|
|
6042
6006
|
overflow: hidden;
|
|
6043
6007
|
contain: strict;
|
|
@@ -6120,7 +6084,7 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
6120
6084
|
display: flex;
|
|
6121
6085
|
align-items: center;
|
|
6122
6086
|
justify-content: center;
|
|
6123
|
-
padding: 0.5rem
|
|
6087
|
+
padding: 0.5rem;
|
|
6124
6088
|
cursor: pointer;
|
|
6125
6089
|
border-radius: var(--border-radius-default);
|
|
6126
6090
|
}
|
|
@@ -6141,8 +6105,7 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
6141
6105
|
.zen-empty-state {
|
|
6142
6106
|
box-sizing: border-box;
|
|
6143
6107
|
display: grid;
|
|
6144
|
-
|
|
6145
|
-
align-content: center;
|
|
6108
|
+
place-content: center center;
|
|
6146
6109
|
text-align: center;
|
|
6147
6110
|
gap: 0.625rem;
|
|
6148
6111
|
grid-auto-flow: row;
|
|
@@ -6157,8 +6120,7 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
6157
6120
|
.zen-empty-state__image {
|
|
6158
6121
|
width: 180px;
|
|
6159
6122
|
height: 180px;
|
|
6160
|
-
|
|
6161
|
-
justify-self: center;
|
|
6123
|
+
place-self: center center;
|
|
6162
6124
|
justify-content: center;
|
|
6163
6125
|
display: flex;
|
|
6164
6126
|
align-items: center;
|
|
@@ -6243,7 +6205,7 @@ html:lang(ar) .zen-empty-state__description {
|
|
|
6243
6205
|
display: flex;
|
|
6244
6206
|
gap: 0.75rem;
|
|
6245
6207
|
}
|
|
6246
|
-
@media (
|
|
6208
|
+
@media (width >= 641px) {
|
|
6247
6209
|
.zen-data-grid-actions__post-actions {
|
|
6248
6210
|
margin-inline-end: 1rem;
|
|
6249
6211
|
}
|
|
@@ -6313,7 +6275,7 @@ html:lang(ar) .zen-empty-state__description {
|
|
|
6313
6275
|
overflow: hidden;
|
|
6314
6276
|
text-overflow: ellipsis;
|
|
6315
6277
|
white-space: nowrap;
|
|
6316
|
-
|
|
6278
|
+
overflow-wrap: normal;
|
|
6317
6279
|
}
|
|
6318
6280
|
html:lang(ar) .zen-bulk-actions__number-of-selected {
|
|
6319
6281
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -6370,8 +6332,7 @@ html:lang(ar) .zen-bulk-actions__number-of-selected {
|
|
|
6370
6332
|
border-block-start: 1px solid var(--borders-general);
|
|
6371
6333
|
background: var(--backgrounds-main);
|
|
6372
6334
|
padding: 0.75rem 1rem;
|
|
6373
|
-
inset-inline
|
|
6374
|
-
inset-inline-start: 0;
|
|
6335
|
+
inset-inline: 0;
|
|
6375
6336
|
inset-block-end: 0;
|
|
6376
6337
|
}
|
|
6377
6338
|
.zen-bulk-actions--screen-panel .zen-bulk-actions__button-close {
|
|
@@ -6441,8 +6402,7 @@ html:lang(ar) .zen-pagination__text {
|
|
|
6441
6402
|
}
|
|
6442
6403
|
.zen-table__detail-panel--header-content {
|
|
6443
6404
|
justify-content: space-between;
|
|
6444
|
-
|
|
6445
|
-
align-items: center;
|
|
6405
|
+
place-items: center center;
|
|
6446
6406
|
}
|
|
6447
6407
|
.zen-table__detail-panel--header-description {
|
|
6448
6408
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -6571,9 +6531,6 @@ html:lang(ar) .zen-table__detail-panel--header-details {
|
|
|
6571
6531
|
flex: 1;
|
|
6572
6532
|
padding: 0.75rem;
|
|
6573
6533
|
}
|
|
6574
|
-
.zen-table__detail-panel-footer {
|
|
6575
|
-
padding: 0.75rem;
|
|
6576
|
-
}
|
|
6577
6534
|
.zen-table__detail-panel .zen-page-header__page-name {
|
|
6578
6535
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6579
6536
|
font-size: 1rem;
|
|
@@ -6588,6 +6545,7 @@ html:lang(ar) .zen-table__detail-panel .zen-page-header__page-name {
|
|
|
6588
6545
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6589
6546
|
}
|
|
6590
6547
|
.zen-table__detail-panel-footer {
|
|
6548
|
+
padding: 0.75rem;
|
|
6591
6549
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6592
6550
|
font-size: 0.875rem;
|
|
6593
6551
|
font-style: normal;
|
|
@@ -6636,7 +6594,7 @@ html:lang(ar) .zen-table__detail-panel-footer {
|
|
|
6636
6594
|
cursor: pointer;
|
|
6637
6595
|
background: 0 0;
|
|
6638
6596
|
border: 0;
|
|
6639
|
-
|
|
6597
|
+
overflow-wrap: break-word;
|
|
6640
6598
|
}
|
|
6641
6599
|
html:lang(ar) .zen-table-link {
|
|
6642
6600
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -6684,6 +6642,19 @@ html:lang(ar) .zen-table-number {
|
|
|
6684
6642
|
min-width: 0;
|
|
6685
6643
|
transition: flex 0.35s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6686
6644
|
}
|
|
6645
|
+
.zen-table-wrapper--fit-content .zen-table__content {
|
|
6646
|
+
height: auto;
|
|
6647
|
+
}
|
|
6648
|
+
.zen-table-wrapper--fit-content .zen-table__table {
|
|
6649
|
+
height: auto;
|
|
6650
|
+
}
|
|
6651
|
+
.zen-table-wrapper--fit-content .zen-data-grid-wrapper {
|
|
6652
|
+
contain: layout style;
|
|
6653
|
+
height: auto;
|
|
6654
|
+
}
|
|
6655
|
+
.zen-table-wrapper--fit-content .zen-data-grid {
|
|
6656
|
+
flex-shrink: 0;
|
|
6657
|
+
}
|
|
6687
6658
|
.pie-chart-1 {
|
|
6688
6659
|
width: 100%;
|
|
6689
6660
|
height: 12.5rem;
|
|
@@ -6821,7 +6792,6 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6821
6792
|
max-width: 17rem;
|
|
6822
6793
|
}
|
|
6823
6794
|
.zen-summary-tile--default {
|
|
6824
|
-
background-color: var(--backgrounds-content-1);
|
|
6825
6795
|
fill: var(--text-primary);
|
|
6826
6796
|
border: var(--border-width-default) solid var(--text-button-disabled);
|
|
6827
6797
|
background: var(--backgrounds-main);
|
|
@@ -6830,7 +6800,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6830
6800
|
fill: var(--text-secondary);
|
|
6831
6801
|
}
|
|
6832
6802
|
.zen-summary-tile--default:hover {
|
|
6833
|
-
box-shadow:
|
|
6803
|
+
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
|
|
6834
6804
|
}
|
|
6835
6805
|
.zen-summary-tile--error {
|
|
6836
6806
|
background-color: var(--accents-error--main);
|
|
@@ -6838,7 +6808,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6838
6808
|
border: var(--border-width-default) solid var(--accents-error--detail);
|
|
6839
6809
|
}
|
|
6840
6810
|
.zen-summary-tile--error:hover {
|
|
6841
|
-
box-shadow:
|
|
6811
|
+
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
|
|
6842
6812
|
}
|
|
6843
6813
|
.zen-summary-tile--success {
|
|
6844
6814
|
background-color: var(--accents-success--main);
|
|
@@ -6846,7 +6816,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6846
6816
|
border: var(--border-width-default) solid var(--accents-success--detail);
|
|
6847
6817
|
}
|
|
6848
6818
|
.zen-summary-tile--success:hover {
|
|
6849
|
-
box-shadow:
|
|
6819
|
+
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
|
|
6850
6820
|
}
|
|
6851
6821
|
.zen-summary-tile--warning {
|
|
6852
6822
|
background-color: var(--accents-warning--main);
|
|
@@ -6854,7 +6824,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6854
6824
|
border: var(--border-width-default) solid var(--accents-warning--detail);
|
|
6855
6825
|
}
|
|
6856
6826
|
.zen-summary-tile--warning:hover {
|
|
6857
|
-
box-shadow:
|
|
6827
|
+
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
|
|
6858
6828
|
}
|
|
6859
6829
|
.zen-summary-tile--active {
|
|
6860
6830
|
background-color: var(--accents-general--main);
|
|
@@ -6862,7 +6832,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6862
6832
|
border: var(--border-width-default) solid var(--borders-form-field--active);
|
|
6863
6833
|
}
|
|
6864
6834
|
.zen-summary-tile--active:hover {
|
|
6865
|
-
box-shadow:
|
|
6835
|
+
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
|
|
6866
6836
|
}
|
|
6867
6837
|
.zen-form-step-marker-inner {
|
|
6868
6838
|
display: flex;
|
|
@@ -7042,7 +7012,7 @@ html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
|
|
|
7042
7012
|
padding: 0;
|
|
7043
7013
|
}
|
|
7044
7014
|
.zen-form-step__connector {
|
|
7045
|
-
border-
|
|
7015
|
+
border-block-start: 2px solid;
|
|
7046
7016
|
flex-grow: 1;
|
|
7047
7017
|
min-width: 0.6875rem;
|
|
7048
7018
|
width: 100%;
|
|
@@ -7112,7 +7082,6 @@ html:lang(ar) .zen-form-stepper .zen-form-stepper__mobile-label {
|
|
|
7112
7082
|
text-transform: none;
|
|
7113
7083
|
text-decoration: none;
|
|
7114
7084
|
padding-inline-start: 0.25rem;
|
|
7115
|
-
display: -webkit-box;
|
|
7116
7085
|
-webkit-box-orient: vertical;
|
|
7117
7086
|
-webkit-line-clamp: 1;
|
|
7118
7087
|
text-overflow: ellipsis;
|
|
@@ -7227,8 +7196,8 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7227
7196
|
.zen-toggler-component--drive::before {
|
|
7228
7197
|
content: "";
|
|
7229
7198
|
position: absolute;
|
|
7230
|
-
|
|
7231
|
-
|
|
7199
|
+
inset-block-start: 50%;
|
|
7200
|
+
inset-inline-start: 50%;
|
|
7232
7201
|
transform: translate(-50%, -50%);
|
|
7233
7202
|
width: var(--zen-toggler-tap-area-width-drive);
|
|
7234
7203
|
height: var(--zen-toggler-tap-area-height-drive);
|
|
@@ -7238,7 +7207,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7238
7207
|
min-width: var(--zen-toggler-runner-size-drive);
|
|
7239
7208
|
height: var(--zen-toggler-runner-size-drive);
|
|
7240
7209
|
min-height: var(--zen-toggler-runner-size-drive);
|
|
7241
|
-
margin-
|
|
7210
|
+
margin-block-start: 0.0625rem;
|
|
7242
7211
|
margin-inline-start: 0.0625rem;
|
|
7243
7212
|
}
|
|
7244
7213
|
.zen-toggler-component--drive .zen-toggler-component__focus {
|
|
@@ -7246,7 +7215,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7246
7215
|
min-width: var(--zen-toggler-runner-focus-size-drive);
|
|
7247
7216
|
height: var(--zen-toggler-runner-focus-size-drive);
|
|
7248
7217
|
min-height: var(--zen-toggler-runner-focus-size-drive);
|
|
7249
|
-
|
|
7218
|
+
inset-block-start: -0.25rem;
|
|
7250
7219
|
inset-inline-start: -0.25rem;
|
|
7251
7220
|
}
|
|
7252
7221
|
.zen-toggler-component--drive-tablet {
|
|
@@ -7259,8 +7228,8 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7259
7228
|
.zen-toggler-component--drive-tablet::before {
|
|
7260
7229
|
content: "";
|
|
7261
7230
|
position: absolute;
|
|
7262
|
-
|
|
7263
|
-
|
|
7231
|
+
inset-block-start: 50%;
|
|
7232
|
+
inset-inline-start: 50%;
|
|
7264
7233
|
transform: translate(-50%, -50%);
|
|
7265
7234
|
width: var(--zen-toggler-tap-area-width-drive);
|
|
7266
7235
|
height: var(--zen-toggler-tap-area-height-drive);
|
|
@@ -7270,7 +7239,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7270
7239
|
min-width: var(--zen-toggler-runner-size-drive);
|
|
7271
7240
|
height: var(--zen-toggler-runner-size-drive);
|
|
7272
7241
|
min-height: var(--zen-toggler-runner-size-drive);
|
|
7273
|
-
margin-
|
|
7242
|
+
margin-block-start: 0.0625rem;
|
|
7274
7243
|
margin-inline-start: 0.0625rem;
|
|
7275
7244
|
}
|
|
7276
7245
|
.zen-toggler-component--drive-tablet .zen-toggler-component__focus {
|
|
@@ -7278,7 +7247,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7278
7247
|
min-width: var(--zen-toggler-runner-focus-size-drive);
|
|
7279
7248
|
height: var(--zen-toggler-runner-focus-size-drive);
|
|
7280
7249
|
min-height: var(--zen-toggler-runner-focus-size-drive);
|
|
7281
|
-
|
|
7250
|
+
inset-block-start: -0.25rem;
|
|
7282
7251
|
inset-inline-start: -0.25rem;
|
|
7283
7252
|
}
|
|
7284
7253
|
.zen-toggler-component__runner {
|
|
@@ -7298,7 +7267,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7298
7267
|
min-height: var(--zen-toggler-runner-focus-size);
|
|
7299
7268
|
border-radius: 50%;
|
|
7300
7269
|
opacity: 0.4;
|
|
7301
|
-
|
|
7270
|
+
inset-block-start: -0.3125rem;
|
|
7302
7271
|
background-color: var(--action-secondary--default);
|
|
7303
7272
|
inset-inline-start: -0.3125rem;
|
|
7304
7273
|
}
|
|
@@ -7352,8 +7321,7 @@ html:lang(ar) .zen-toggler__label-text {
|
|
|
7352
7321
|
flex-direction: row-reverse;
|
|
7353
7322
|
}
|
|
7354
7323
|
.zen-toggler__label--reverted .zen-toggler__label-text {
|
|
7355
|
-
margin-inline
|
|
7356
|
-
margin-inline-start: 0;
|
|
7324
|
+
margin-inline: 0 0.5rem;
|
|
7357
7325
|
}
|
|
7358
7326
|
.zen-toggler__input:focus-visible + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__focus,
|
|
7359
7327
|
.zen-toggler__input:hover + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__focus {
|
|
@@ -7511,7 +7479,7 @@ html:lang(ar) .zen-toggler__label-text {
|
|
|
7511
7479
|
color: var(--text-primary);
|
|
7512
7480
|
align-items: center;
|
|
7513
7481
|
justify-content: space-between;
|
|
7514
|
-
padding: 0.25rem 0.75rem
|
|
7482
|
+
padding: 0.25rem 0.75rem;
|
|
7515
7483
|
border-radius: 1.875rem;
|
|
7516
7484
|
background: var(--backgrounds-content-1);
|
|
7517
7485
|
}
|
|
@@ -7554,22 +7522,22 @@ html:lang(ar) .zen-pill-content {
|
|
|
7554
7522
|
.zen-pill-actionable {
|
|
7555
7523
|
padding: 0 0.5rem;
|
|
7556
7524
|
-webkit-touch-callout: none;
|
|
7557
|
-
-webkit-user-select: none;
|
|
7558
|
-
-khtml-user-select: none;
|
|
7559
|
-
-moz-user-select: none;
|
|
7560
|
-
-ms-user-select: none;
|
|
7561
7525
|
user-select: none;
|
|
7562
7526
|
}
|
|
7563
|
-
.zen-pill-actionable:
|
|
7527
|
+
.zen-pill-actionable:hover {
|
|
7564
7528
|
cursor: pointer;
|
|
7565
7529
|
}
|
|
7530
|
+
.zen-pill-actionable--disabled:hover,
|
|
7531
|
+
.zen-pill-actionable--readonly:hover {
|
|
7532
|
+
cursor: default;
|
|
7533
|
+
}
|
|
7566
7534
|
.zen-pill-actionable:has(.zen-pill-actionable__input:focus-visible) {
|
|
7567
7535
|
outline: 1px solid var(--borders-form-field--active);
|
|
7568
7536
|
outline-offset: 2px;
|
|
7569
7537
|
}
|
|
7570
7538
|
.zen-pill-actionable__input {
|
|
7571
7539
|
position: absolute;
|
|
7572
|
-
|
|
7540
|
+
inset-inline-start: -5000px;
|
|
7573
7541
|
}
|
|
7574
7542
|
.zen-pill-actionable__content-wrapper {
|
|
7575
7543
|
margin: 0;
|
|
@@ -7616,7 +7584,6 @@ html:lang(ar) .zen-pill-content {
|
|
|
7616
7584
|
line-height: 1rem;
|
|
7617
7585
|
text-transform: none;
|
|
7618
7586
|
text-decoration: none;
|
|
7619
|
-
display: flex;
|
|
7620
7587
|
align-items: center;
|
|
7621
7588
|
justify-content: space-between;
|
|
7622
7589
|
border-radius: 1.875rem;
|
|
@@ -7842,9 +7809,8 @@ html:lang(ar) .zen-form-field-error {
|
|
|
7842
7809
|
flex: 0 0 auto;
|
|
7843
7810
|
}
|
|
7844
7811
|
.zen-form-field-error__icon-container {
|
|
7845
|
-
padding-block
|
|
7812
|
+
padding-block: 0.0625rem 0;
|
|
7846
7813
|
padding-inline: 0.125rem;
|
|
7847
|
-
padding-block-end: 0;
|
|
7848
7814
|
height: 1rem;
|
|
7849
7815
|
}
|
|
7850
7816
|
.zen-form-field-error.zen-form-field-error--drive .zen-form-field-error__icon-container,
|
|
@@ -7918,7 +7884,7 @@ html:lang(ar) .zen-form-field-error {
|
|
|
7918
7884
|
}
|
|
7919
7885
|
.zen-form-field__input-container:has(.zen-radio-group--horizontal) .zen-form-field__trailing-text {
|
|
7920
7886
|
align-self: flex-start;
|
|
7921
|
-
margin-
|
|
7887
|
+
margin-block-start: 0.75rem;
|
|
7922
7888
|
}
|
|
7923
7889
|
.zen-form-field.zen-form-field--form-item .zen-radio {
|
|
7924
7890
|
padding-block-end: 0.75rem;
|
|
@@ -7957,7 +7923,7 @@ html:lang(ar) .zen-form-field__trailing-text {
|
|
|
7957
7923
|
overflow: hidden;
|
|
7958
7924
|
text-overflow: ellipsis;
|
|
7959
7925
|
white-space: normal;
|
|
7960
|
-
|
|
7926
|
+
overflow-wrap: normal;
|
|
7961
7927
|
}
|
|
7962
7928
|
html:lang(ar) .zen-form-field__text {
|
|
7963
7929
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -7998,7 +7964,7 @@ html:lang(ar) .zen-form-field__text {
|
|
|
7998
7964
|
overflow: hidden;
|
|
7999
7965
|
text-overflow: ellipsis;
|
|
8000
7966
|
white-space: nowrap;
|
|
8001
|
-
|
|
7967
|
+
overflow-wrap: normal;
|
|
8002
7968
|
white-space: break-spaces;
|
|
8003
7969
|
}
|
|
8004
7970
|
.zen-form-field__length {
|
|
@@ -8070,7 +8036,7 @@ html:lang(ar) .zen-form-field__length {
|
|
|
8070
8036
|
max-width: 100%;
|
|
8071
8037
|
}
|
|
8072
8038
|
.zen-dropdown--mobile .zen-mobile-sheet__title {
|
|
8073
|
-
border-
|
|
8039
|
+
border-block-end: none;
|
|
8074
8040
|
}
|
|
8075
8041
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__search-container {
|
|
8076
8042
|
padding-block: 1rem;
|
|
@@ -8078,7 +8044,7 @@ html:lang(ar) .zen-form-field__length {
|
|
|
8078
8044
|
}
|
|
8079
8045
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__checkbox-container {
|
|
8080
8046
|
padding: 1rem;
|
|
8081
|
-
border-
|
|
8047
|
+
border-block-end: var(--border-width-default) solid var(--borders-general);
|
|
8082
8048
|
}
|
|
8083
8049
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__search {
|
|
8084
8050
|
width: 100%;
|
|
@@ -8090,11 +8056,11 @@ html:lang(ar) .zen-form-field__length {
|
|
|
8090
8056
|
.zen-dropdown-popup__search-container .zen-input-adornments {
|
|
8091
8057
|
border-radius: 0;
|
|
8092
8058
|
border: none;
|
|
8093
|
-
border-
|
|
8059
|
+
border-block-end: var(--border-width-default) solid var(--borders-general);
|
|
8094
8060
|
}
|
|
8095
8061
|
.zen-checkbox-list-with-action {
|
|
8096
8062
|
box-sizing: border-box;
|
|
8097
|
-
margin-
|
|
8063
|
+
margin-block-end: 1rem;
|
|
8098
8064
|
}
|
|
8099
8065
|
.zen-checkbox-list-with-action * {
|
|
8100
8066
|
box-sizing: border-box;
|
|
@@ -8135,8 +8101,7 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
8135
8101
|
}
|
|
8136
8102
|
.zen-checkbox-list-with-action__action-item--action .zen-checkbox__label {
|
|
8137
8103
|
padding-inline-end: 0.5rem;
|
|
8138
|
-
padding-
|
|
8139
|
-
padding-top: 0.75rem;
|
|
8104
|
+
padding-block: 0.75rem;
|
|
8140
8105
|
}
|
|
8141
8106
|
.zen-checkbox-list-with-action__singled {
|
|
8142
8107
|
font-weight: 700;
|
|
@@ -8153,7 +8118,7 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
8153
8118
|
overflow: hidden;
|
|
8154
8119
|
text-overflow: ellipsis;
|
|
8155
8120
|
white-space: nowrap;
|
|
8156
|
-
|
|
8121
|
+
overflow-wrap: normal;
|
|
8157
8122
|
width: 100%;
|
|
8158
8123
|
}
|
|
8159
8124
|
.zen-checkbox-list-with-action__action-checkbox--full-width .zen-checkbox__label {
|
|
@@ -8176,8 +8141,7 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
8176
8141
|
color: var(--text-primary);
|
|
8177
8142
|
width: 100%;
|
|
8178
8143
|
padding-block: 0.4375rem;
|
|
8179
|
-
padding-inline
|
|
8180
|
-
padding-inline-end: 0.5rem;
|
|
8144
|
+
padding-inline: 0.25rem 0.5rem;
|
|
8181
8145
|
}
|
|
8182
8146
|
html:lang(ar) .zen-checkbox-list-with-action__label {
|
|
8183
8147
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -8360,20 +8324,20 @@ html:lang(ar) .zen-dropdown-list__label {
|
|
|
8360
8324
|
.zen-dropdown-list__checkbox-container {
|
|
8361
8325
|
padding-block: 0.5rem;
|
|
8362
8326
|
padding-inline: 1rem;
|
|
8363
|
-
border-
|
|
8327
|
+
border-block-end: var(--border-width-default) solid var(--borders-general);
|
|
8364
8328
|
}
|
|
8365
8329
|
.zen-dropdown-list__checkbox-container .zen-checkbox__label-text {
|
|
8366
8330
|
overflow: hidden;
|
|
8367
8331
|
text-overflow: ellipsis;
|
|
8368
8332
|
white-space: nowrap;
|
|
8369
|
-
|
|
8333
|
+
overflow-wrap: normal;
|
|
8370
8334
|
}
|
|
8371
8335
|
.zen-dropdown-list__item-wrapper {
|
|
8372
8336
|
display: flex;
|
|
8373
8337
|
flex-wrap: nowrap;
|
|
8374
8338
|
align-items: center;
|
|
8375
8339
|
margin: 1px;
|
|
8376
|
-
border-
|
|
8340
|
+
border-block-end: var(--border-width-default) solid var(--borders-general);
|
|
8377
8341
|
}
|
|
8378
8342
|
.zen-dropdown-list__item {
|
|
8379
8343
|
display: flex;
|
|
@@ -8412,7 +8376,7 @@ html:lang(ar) .zen-dropdown-list__label {
|
|
|
8412
8376
|
}
|
|
8413
8377
|
.zen-dropdown-list__sentinel-item {
|
|
8414
8378
|
position: "absolute";
|
|
8415
|
-
|
|
8379
|
+
inset-inline-start: "-9999px";
|
|
8416
8380
|
width: "1px";
|
|
8417
8381
|
height: "1px";
|
|
8418
8382
|
opacity: 0;
|
|
@@ -8465,7 +8429,7 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
8465
8429
|
.zen-dropdown-list__footer {
|
|
8466
8430
|
display: flex;
|
|
8467
8431
|
justify-content: flex-start;
|
|
8468
|
-
border-
|
|
8432
|
+
border-block-start: var(--border-width-default) solid var(--borders-general);
|
|
8469
8433
|
}
|
|
8470
8434
|
.zen-dropdown-list__action-button-back {
|
|
8471
8435
|
padding-block: 0.4375rem;
|
|
@@ -8480,8 +8444,7 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
8480
8444
|
.zen-dropdown-list__cancel-button,
|
|
8481
8445
|
.zen-dropdown-list__apply-button {
|
|
8482
8446
|
margin-inline-end: 0.5rem;
|
|
8483
|
-
margin-block
|
|
8484
|
-
margin-block-end: 0.25rem;
|
|
8447
|
+
margin-block: 0.5rem 0.25rem;
|
|
8485
8448
|
}
|
|
8486
8449
|
.zen-dropdown-list__clear-button {
|
|
8487
8450
|
margin-inline-start: 0.5rem;
|
|
@@ -8596,7 +8559,7 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
8596
8559
|
min-width: var(--chip-min-width-default);
|
|
8597
8560
|
max-width: var(--chip-max-width-default);
|
|
8598
8561
|
width: fit-content;
|
|
8599
|
-
box-shadow:
|
|
8562
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
|
|
8600
8563
|
border-radius: var(--chip-border-radius);
|
|
8601
8564
|
gap: 0.125rem;
|
|
8602
8565
|
}
|
|
@@ -8610,13 +8573,19 @@ html:lang(ar) .zen-chip {
|
|
|
8610
8573
|
outline: 1px solid var(--borders-form-field--active);
|
|
8611
8574
|
outline-offset: 1px;
|
|
8612
8575
|
}
|
|
8613
|
-
.zen-chip--default {
|
|
8614
|
-
max-width: var(--chip-max-width-default);
|
|
8615
|
-
width: fit-content;
|
|
8616
|
-
}
|
|
8617
8576
|
.zen-chip.zen-chip--drive {
|
|
8618
8577
|
border-radius: 0.5rem;
|
|
8619
8578
|
}
|
|
8579
|
+
.zen-chip.zen-chip--drive .zen-chip__quantity {
|
|
8580
|
+
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
8581
|
+
font-size: 1.25rem;
|
|
8582
|
+
font-style: normal;
|
|
8583
|
+
font-weight: 400;
|
|
8584
|
+
letter-spacing: 0rem;
|
|
8585
|
+
line-height: 1.875rem;
|
|
8586
|
+
text-transform: none;
|
|
8587
|
+
text-decoration: none;
|
|
8588
|
+
}
|
|
8620
8589
|
.zen-chip:not(.zen-chip--disabled):not(.zen-chip--readonly):hover {
|
|
8621
8590
|
cursor: pointer;
|
|
8622
8591
|
}
|
|
@@ -8625,12 +8594,11 @@ html:lang(ar) .zen-chip {
|
|
|
8625
8594
|
}
|
|
8626
8595
|
.zen-chip__input {
|
|
8627
8596
|
position: absolute;
|
|
8628
|
-
|
|
8597
|
+
inset-inline-start: -5000px;
|
|
8629
8598
|
}
|
|
8630
8599
|
.zen-chip__content-wrapper {
|
|
8631
8600
|
margin: 0;
|
|
8632
8601
|
gap: 0.25rem;
|
|
8633
|
-
display: flex;
|
|
8634
8602
|
align-items: center;
|
|
8635
8603
|
justify-content: space-between;
|
|
8636
8604
|
display: grid;
|
|
@@ -8638,6 +8606,8 @@ html:lang(ar) .zen-chip {
|
|
|
8638
8606
|
min-height: 16px;
|
|
8639
8607
|
}
|
|
8640
8608
|
.zen-chip--default {
|
|
8609
|
+
max-width: var(--chip-max-width-default);
|
|
8610
|
+
width: fit-content;
|
|
8641
8611
|
background-color: var(--backgrounds-main);
|
|
8642
8612
|
border: 1px solid var(--borders-general);
|
|
8643
8613
|
color: var(--text-secondary);
|
|
@@ -8805,22 +8775,12 @@ html:lang(ar) .zen-chip__quantity {
|
|
|
8805
8775
|
text-transform: none;
|
|
8806
8776
|
text-decoration: none;
|
|
8807
8777
|
}
|
|
8808
|
-
.zen-chip.zen-chip--drive .zen-chip__quantity {
|
|
8809
|
-
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
8810
|
-
font-size: 1.25rem;
|
|
8811
|
-
font-style: normal;
|
|
8812
|
-
font-weight: 400;
|
|
8813
|
-
letter-spacing: 0rem;
|
|
8814
|
-
line-height: 1.875rem;
|
|
8815
|
-
text-transform: none;
|
|
8816
|
-
text-decoration: none;
|
|
8817
|
-
}
|
|
8818
8778
|
.zen-chip-content {
|
|
8819
8779
|
display: flex;
|
|
8820
8780
|
color: var(--text-primary);
|
|
8821
8781
|
align-items: center;
|
|
8822
8782
|
justify-content: space-between;
|
|
8823
|
-
padding: 0.25rem 0.75rem
|
|
8783
|
+
padding: 0.25rem 0.75rem;
|
|
8824
8784
|
border-radius: 0.5rem;
|
|
8825
8785
|
background: var(--backgrounds-content-1);
|
|
8826
8786
|
}
|
|
@@ -9122,7 +9082,6 @@ html:lang(ar) .zen-filter-button.zen-filter-button--mobile .zen-filter-button__q
|
|
|
9122
9082
|
outline: none;
|
|
9123
9083
|
padding-block: 0;
|
|
9124
9084
|
padding-inline: 0 0.3125rem;
|
|
9125
|
-
-webkit-appearance: none;
|
|
9126
9085
|
appearance: none;
|
|
9127
9086
|
background-color: inherit;
|
|
9128
9087
|
color: inherit;
|
|
@@ -9132,7 +9091,6 @@ html:lang(ar) .zen-dropdown-searchable-trigger .zen-dropdown-searchable-trigger_
|
|
|
9132
9091
|
}
|
|
9133
9092
|
.zen-dropdown-searchable-trigger__popup-trigger {
|
|
9134
9093
|
display: flex;
|
|
9135
|
-
border-color: var(--borders-general);
|
|
9136
9094
|
border: 1px solid var(--borders-general);
|
|
9137
9095
|
border-radius: var(--border-radius-default);
|
|
9138
9096
|
justify-content: center;
|
|
@@ -9367,7 +9325,7 @@ html:lang(ar) .zen-dropdown-searchable-trigger__counter {
|
|
|
9367
9325
|
box-sizing: border-box;
|
|
9368
9326
|
border: var(--border-width-default) solid var(--borders-general);
|
|
9369
9327
|
border-radius: var(--border-radius-default);
|
|
9370
|
-
|
|
9328
|
+
appearance: none;
|
|
9371
9329
|
outline: none;
|
|
9372
9330
|
background-color: var(--backgrounds-main);
|
|
9373
9331
|
color: var(--text-primary);
|
|
@@ -9457,7 +9415,6 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9457
9415
|
outline: 0;
|
|
9458
9416
|
padding: 0;
|
|
9459
9417
|
padding-inline-start: 0.25rem;
|
|
9460
|
-
-webkit-appearance: none;
|
|
9461
9418
|
appearance: none;
|
|
9462
9419
|
background-color: inherit;
|
|
9463
9420
|
color: var(--text-primary);
|
|
@@ -9474,7 +9431,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9474
9431
|
overflow: hidden;
|
|
9475
9432
|
padding: 0.5rem;
|
|
9476
9433
|
display: grid;
|
|
9477
|
-
|
|
9434
|
+
gap: 0.5rem;
|
|
9478
9435
|
align-items: center;
|
|
9479
9436
|
}
|
|
9480
9437
|
.zen-input-adornments * {
|
|
@@ -9516,7 +9473,6 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9516
9473
|
fill: var(--text-placeholder);
|
|
9517
9474
|
}
|
|
9518
9475
|
.zen-input-adornments__input {
|
|
9519
|
-
height: 100%;
|
|
9520
9476
|
width: 100%;
|
|
9521
9477
|
height: 1rem;
|
|
9522
9478
|
}
|
|
@@ -9533,7 +9489,6 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9533
9489
|
outline: 0;
|
|
9534
9490
|
padding: 0;
|
|
9535
9491
|
padding-inline-start: 0.25rem;
|
|
9536
|
-
-webkit-appearance: none;
|
|
9537
9492
|
appearance: none;
|
|
9538
9493
|
background-color: inherit;
|
|
9539
9494
|
color: var(--text-primary);
|
|
@@ -9548,7 +9503,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9548
9503
|
.zen-input-adornments.zen-input-adornments--drive {
|
|
9549
9504
|
height: 2.75rem;
|
|
9550
9505
|
display: grid;
|
|
9551
|
-
|
|
9506
|
+
gap: 0.5rem;
|
|
9552
9507
|
align-items: center;
|
|
9553
9508
|
}
|
|
9554
9509
|
.zen-input-adornments.zen-input-adornments--drive.zen-input-adornments--has-start,
|
|
@@ -9578,7 +9533,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9578
9533
|
.zen-input-adornments.zen-input-adornments--mobile {
|
|
9579
9534
|
height: 2.75rem;
|
|
9580
9535
|
display: grid;
|
|
9581
|
-
|
|
9536
|
+
gap: 0.5rem;
|
|
9582
9537
|
align-items: center;
|
|
9583
9538
|
}
|
|
9584
9539
|
.zen-input-adornments.zen-input-adornments--mobile.zen-input-adornments--has-start,
|
|
@@ -9608,7 +9563,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9608
9563
|
.zen-input-adornments.zen-input-adornments--drive-tablet {
|
|
9609
9564
|
height: 2.875rem;
|
|
9610
9565
|
display: grid;
|
|
9611
|
-
|
|
9566
|
+
gap: 0.5rem;
|
|
9612
9567
|
align-items: center;
|
|
9613
9568
|
}
|
|
9614
9569
|
.zen-input-adornments.zen-input-adornments--drive-tablet.zen-input-adornments--has-start,
|
|
@@ -9709,9 +9664,8 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9709
9664
|
width: 100%;
|
|
9710
9665
|
height: auto;
|
|
9711
9666
|
max-height: 100%;
|
|
9712
|
-
|
|
9713
|
-
|
|
9714
|
-
bottom: 0;
|
|
9667
|
+
inset-inline-start: 0;
|
|
9668
|
+
inset-block: auto 0;
|
|
9715
9669
|
z-index: 11005;
|
|
9716
9670
|
background-color: var(--backgrounds-main);
|
|
9717
9671
|
}
|
|
@@ -9858,7 +9812,7 @@ html:lang(ar) .zen-group-button {
|
|
|
9858
9812
|
width: 1px;
|
|
9859
9813
|
height: 1px;
|
|
9860
9814
|
margin: -1px;
|
|
9861
|
-
clip:
|
|
9815
|
+
clip-path: inset(50%);
|
|
9862
9816
|
position: absolute;
|
|
9863
9817
|
}
|
|
9864
9818
|
.zen-group-button__input:checked + .zen-group-button__label {
|
|
@@ -10025,7 +9979,7 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10025
9979
|
}
|
|
10026
9980
|
.zen-modal {
|
|
10027
9981
|
box-sizing: border-box;
|
|
10028
|
-
box-shadow:
|
|
9982
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
10029
9983
|
position: absolute;
|
|
10030
9984
|
width: 100%;
|
|
10031
9985
|
height: 100%;
|
|
@@ -10057,9 +10011,8 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10057
10011
|
background-color: var(--backgrounds-main);
|
|
10058
10012
|
color: var(--text-primary);
|
|
10059
10013
|
padding: 0;
|
|
10060
|
-
box-shadow:
|
|
10061
|
-
max-height:
|
|
10062
|
-
max-height: 90dvh;
|
|
10014
|
+
box-shadow: 0 2px 6px rgba(11, 32, 50, 0.2);
|
|
10015
|
+
max-height: 90vb;
|
|
10063
10016
|
border-radius: 4px;
|
|
10064
10017
|
overflow: hidden;
|
|
10065
10018
|
}
|
|
@@ -10096,10 +10049,8 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10096
10049
|
}
|
|
10097
10050
|
.zen-modal-content__body {
|
|
10098
10051
|
overflow: auto;
|
|
10099
|
-
padding-block
|
|
10100
|
-
padding-
|
|
10101
|
-
padding-inline-start: 1.5rem;
|
|
10102
|
-
padding-inline-end: 1.5rem;
|
|
10052
|
+
padding-block: 0.75rem 2rem;
|
|
10053
|
+
padding-inline: 1.5rem;
|
|
10103
10054
|
}
|
|
10104
10055
|
.zen-modal-content__body--no-footer {
|
|
10105
10056
|
padding-block-end: 1rem;
|
|
@@ -10314,7 +10265,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10314
10265
|
border-color: var(--borders-form-field--active);
|
|
10315
10266
|
}
|
|
10316
10267
|
.zen-status-pill__text {
|
|
10317
|
-
margin-
|
|
10268
|
+
margin-inline-end: 4px;
|
|
10318
10269
|
color: var(--text-primary);
|
|
10319
10270
|
flex-shrink: 1;
|
|
10320
10271
|
min-width: 0;
|
|
@@ -10338,11 +10289,11 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10338
10289
|
color: var(--text-reverse-primary);
|
|
10339
10290
|
}
|
|
10340
10291
|
.zen-status-pill__text--centered {
|
|
10341
|
-
margin-
|
|
10292
|
+
margin-inline-end: 0;
|
|
10342
10293
|
}
|
|
10343
10294
|
.zen-status-pill__expand-button {
|
|
10344
10295
|
padding: 0;
|
|
10345
|
-
margin-
|
|
10296
|
+
margin-inline-start: auto;
|
|
10346
10297
|
flex-shrink: 0;
|
|
10347
10298
|
}
|
|
10348
10299
|
.zen-status-pill__expand-button--default {
|
|
@@ -10373,7 +10324,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10373
10324
|
display: flex;
|
|
10374
10325
|
align-items: center;
|
|
10375
10326
|
height: 12px;
|
|
10376
|
-
margin-
|
|
10327
|
+
margin-inline-end: 4px;
|
|
10377
10328
|
flex-shrink: 0;
|
|
10378
10329
|
}
|
|
10379
10330
|
.zen-status-pill__icon--large {
|
|
@@ -10404,13 +10355,13 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10404
10355
|
color: var(--text-reverse-primary);
|
|
10405
10356
|
}
|
|
10406
10357
|
.zen-status-pill__icon--standalone {
|
|
10407
|
-
margin-
|
|
10358
|
+
margin-inline-end: 0;
|
|
10408
10359
|
}
|
|
10409
10360
|
.zen-absolute:has(.zen-status-pill-popup) {
|
|
10410
10361
|
overflow: visible;
|
|
10411
10362
|
}
|
|
10412
10363
|
.zen-status-pill-popup {
|
|
10413
|
-
box-shadow:
|
|
10364
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
|
|
10414
10365
|
border-radius: 0.25rem;
|
|
10415
10366
|
background-color: white;
|
|
10416
10367
|
max-height: 560px;
|
|
@@ -10439,7 +10390,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10439
10390
|
align-items: center;
|
|
10440
10391
|
padding: 0.75rem 0.5rem;
|
|
10441
10392
|
gap: 1rem;
|
|
10442
|
-
border-
|
|
10393
|
+
border-block-end: 1px solid var(--borders-general);
|
|
10443
10394
|
}
|
|
10444
10395
|
.zen-status-pill-popup__title-item-text {
|
|
10445
10396
|
flex: 1;
|
|
@@ -10508,7 +10459,7 @@ html:lang(ar) .zen-status-pill-popup__header-text {
|
|
|
10508
10459
|
text-decoration: none;
|
|
10509
10460
|
}
|
|
10510
10461
|
.zen-status-pill-popup__header-text--left {
|
|
10511
|
-
margin-
|
|
10462
|
+
margin-inline-start: auto;
|
|
10512
10463
|
}
|
|
10513
10464
|
.zen-status-pill-popup__description {
|
|
10514
10465
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -10554,11 +10505,11 @@ html:lang(ar) .zen-status-pill-popup__description {
|
|
|
10554
10505
|
background-color: var(--borders-general);
|
|
10555
10506
|
}
|
|
10556
10507
|
.zen-status-pill-popup--mobile .zen-mobile-sheet__title {
|
|
10557
|
-
border-
|
|
10508
|
+
border-block-end: 1px solid var(--borders-general);
|
|
10558
10509
|
}
|
|
10559
10510
|
.zen-status-pill-popup--mobile .zen-mobile-sheet__content {
|
|
10560
10511
|
padding: 1rem;
|
|
10561
|
-
max-height:
|
|
10512
|
+
max-height: 90vb;
|
|
10562
10513
|
overflow-y: auto;
|
|
10563
10514
|
}
|
|
10564
10515
|
.zen-status-pill-popup__mobile-title {
|
|
@@ -10621,7 +10572,6 @@ html:lang(ar) .zen-status-pill-popup__view-more-badge {
|
|
|
10621
10572
|
background: 0 0;
|
|
10622
10573
|
padding: 0.5rem;
|
|
10623
10574
|
vertical-align: middle;
|
|
10624
|
-
border-width: 0;
|
|
10625
10575
|
margin: 0.0625rem;
|
|
10626
10576
|
border: none;
|
|
10627
10577
|
background-color: transparent;
|
|
@@ -10670,7 +10620,7 @@ html:lang(ar) .zen-select {
|
|
|
10670
10620
|
transform: rotateZ(180deg);
|
|
10671
10621
|
}
|
|
10672
10622
|
.zen-select__popup {
|
|
10673
|
-
box-shadow:
|
|
10623
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
10674
10624
|
border-radius: var(--border-radius-default);
|
|
10675
10625
|
background-color: var(--backgrounds-main);
|
|
10676
10626
|
}
|
|
@@ -10762,10 +10712,6 @@ html:lang(ar) .zen-calendar__year-name {
|
|
|
10762
10712
|
.zen-calendar__table {
|
|
10763
10713
|
width: 100%;
|
|
10764
10714
|
-webkit-touch-callout: none;
|
|
10765
|
-
-webkit-user-select: none;
|
|
10766
|
-
-khtml-user-select: none;
|
|
10767
|
-
-moz-user-select: none;
|
|
10768
|
-
-ms-user-select: none;
|
|
10769
10715
|
user-select: none;
|
|
10770
10716
|
border-collapse: separate;
|
|
10771
10717
|
border-spacing: 0;
|
|
@@ -10821,7 +10767,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10821
10767
|
position: absolute;
|
|
10822
10768
|
padding: 0;
|
|
10823
10769
|
margin: 0;
|
|
10824
|
-
|
|
10770
|
+
inset-block-start: 0;
|
|
10825
10771
|
z-index: 1;
|
|
10826
10772
|
border-color: var(--action-primary--default);
|
|
10827
10773
|
background-color: var(--accents-general--main);
|
|
@@ -10832,7 +10778,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10832
10778
|
border: 1px solid var(--action-primary--default);
|
|
10833
10779
|
background-color: var(--accents-general--main);
|
|
10834
10780
|
position: absolute;
|
|
10835
|
-
|
|
10781
|
+
inset-block-start: 0;
|
|
10836
10782
|
z-index: 1;
|
|
10837
10783
|
width: 2rem;
|
|
10838
10784
|
border-radius: 1.5rem;
|
|
@@ -10853,7 +10799,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10853
10799
|
.zen-calendar__month-end {
|
|
10854
10800
|
position: absolute;
|
|
10855
10801
|
height: 1.5rem;
|
|
10856
|
-
|
|
10802
|
+
inset-block-start: 0;
|
|
10857
10803
|
width: 1rem;
|
|
10858
10804
|
z-index: 1;
|
|
10859
10805
|
border-block: 1px solid var(--action-primary--default);
|
|
@@ -10897,7 +10843,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10897
10843
|
height: 1.5rem;
|
|
10898
10844
|
text-align: center;
|
|
10899
10845
|
position: absolute;
|
|
10900
|
-
|
|
10846
|
+
inset-block-start: 0;
|
|
10901
10847
|
z-index: 2;
|
|
10902
10848
|
border: 1px solid transparent;
|
|
10903
10849
|
}
|
|
@@ -11089,7 +11035,7 @@ html:lang(ar) .zen-calendar__day {
|
|
|
11089
11035
|
text-transform: none;
|
|
11090
11036
|
text-decoration: none;
|
|
11091
11037
|
}
|
|
11092
|
-
@media (
|
|
11038
|
+
@media (width <= 520px) {
|
|
11093
11039
|
.zen-calendar .zen-calendar__year {
|
|
11094
11040
|
max-width: calc(100% - 7.875rem);
|
|
11095
11041
|
}
|
|
@@ -11113,7 +11059,7 @@ html:lang(ar) .zen-calendar__day {
|
|
|
11113
11059
|
z-index: 11010;
|
|
11114
11060
|
width: 100%;
|
|
11115
11061
|
}
|
|
11116
|
-
@media (
|
|
11062
|
+
@media (width <= 640px) {
|
|
11117
11063
|
.zen-parallel-selection-popup {
|
|
11118
11064
|
width: 100%;
|
|
11119
11065
|
}
|
|
@@ -11164,9 +11110,8 @@ html:lang(ar) .zen-chart__x-axis {
|
|
|
11164
11110
|
--pie-center-label-font-weight: 400;
|
|
11165
11111
|
}
|
|
11166
11112
|
.zen-chart--legend-right {
|
|
11167
|
-
flex-
|
|
11113
|
+
flex-flow: row wrap;
|
|
11168
11114
|
align-items: center;
|
|
11169
|
-
flex-wrap: wrap;
|
|
11170
11115
|
}
|
|
11171
11116
|
.zen-chart--legend-right .zen-chart__chart {
|
|
11172
11117
|
flex: 0 0 auto;
|
|
@@ -11176,8 +11121,7 @@ html:lang(ar) .zen-chart__x-axis {
|
|
|
11176
11121
|
.zen-chart--legend-right .zen-chart__legend {
|
|
11177
11122
|
flex: 1 1 auto;
|
|
11178
11123
|
padding-inline-start: 1rem;
|
|
11179
|
-
overflow
|
|
11180
|
-
overflow-x: hidden;
|
|
11124
|
+
overflow: hidden auto;
|
|
11181
11125
|
}
|
|
11182
11126
|
@container (max-width: 640px) {
|
|
11183
11127
|
.zen-chart--legend-right .zen-chart__chart {
|
|
@@ -11300,7 +11244,7 @@ html:lang(ar) .zen-pie-legend__item-percentage {
|
|
|
11300
11244
|
font-size: 1rem;
|
|
11301
11245
|
line-height: 1.125rem;
|
|
11302
11246
|
}
|
|
11303
|
-
@media (
|
|
11247
|
+
@media (width <= 640px) {
|
|
11304
11248
|
.zen-pie-legend--drive .zen-pie-legend__item-label,
|
|
11305
11249
|
.zen-pie-legend--drive .zen-pie-legend__item-value,
|
|
11306
11250
|
.zen-pie-legend--drive .zen-pie-legend__item-percentage {
|
|
@@ -11316,7 +11260,6 @@ html:lang(ar) .zen-pie-legend__item-percentage {
|
|
|
11316
11260
|
line-height: 1rem;
|
|
11317
11261
|
text-decoration: none;
|
|
11318
11262
|
box-sizing: border-box;
|
|
11319
|
-
background-color: var(--backgrounds-content-1);
|
|
11320
11263
|
background: var(--backgrounds-main);
|
|
11321
11264
|
border-radius: 8px;
|
|
11322
11265
|
color: var(--text-primary);
|
|
@@ -11364,7 +11307,7 @@ html:lang(ar) .zen-summary__header {
|
|
|
11364
11307
|
border-radius: 50%;
|
|
11365
11308
|
display: inline-block;
|
|
11366
11309
|
height: 0.5rem;
|
|
11367
|
-
margin: 0.125rem
|
|
11310
|
+
margin: 0.125rem;
|
|
11368
11311
|
min-height: 0.5rem;
|
|
11369
11312
|
min-width: 0.5rem;
|
|
11370
11313
|
padding-inline: 0;
|
|
@@ -11415,6 +11358,20 @@ button.zen-summary__clickable {
|
|
|
11415
11358
|
gap: 0.25rem;
|
|
11416
11359
|
justify-content: start;
|
|
11417
11360
|
}
|
|
11361
|
+
.zen-summary__prefix {
|
|
11362
|
+
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
11363
|
+
font-size: 1.5rem;
|
|
11364
|
+
font-style: normal;
|
|
11365
|
+
font-weight: 400;
|
|
11366
|
+
letter-spacing: 0.02rem;
|
|
11367
|
+
line-height: 2rem;
|
|
11368
|
+
text-transform: none;
|
|
11369
|
+
text-decoration: none;
|
|
11370
|
+
font-feature-settings: "liga" off, "clig" off;
|
|
11371
|
+
}
|
|
11372
|
+
html:lang(ar) .zen-summary__prefix {
|
|
11373
|
+
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
11374
|
+
}
|
|
11418
11375
|
.zen-summary__value,
|
|
11419
11376
|
.zen-summary__unit {
|
|
11420
11377
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11489,7 +11446,7 @@ html:lang(ar) .zen-summary__content {
|
|
|
11489
11446
|
position: absolute;
|
|
11490
11447
|
z-index: 11100;
|
|
11491
11448
|
border: 1px solid var(--borders-general);
|
|
11492
|
-
box-shadow:
|
|
11449
|
+
box-shadow: 0 1px 3px 0 rgba(0, 17, 30, 0.15);
|
|
11493
11450
|
}
|
|
11494
11451
|
.zen-chart-tooltip__header {
|
|
11495
11452
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11538,7 +11495,7 @@ html:lang(ar) .zen-chart-tooltip__subheader {
|
|
|
11538
11495
|
overflow: hidden;
|
|
11539
11496
|
text-overflow: ellipsis;
|
|
11540
11497
|
white-space: nowrap;
|
|
11541
|
-
|
|
11498
|
+
overflow-wrap: normal;
|
|
11542
11499
|
}
|
|
11543
11500
|
html:lang(ar) .zen-chart-tooltip__label {
|
|
11544
11501
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11606,29 +11563,29 @@ html:lang(ar) .zen-chart-tooltip__note {
|
|
|
11606
11563
|
}
|
|
11607
11564
|
.zen-chart-tooltip__arrow--top {
|
|
11608
11565
|
inset: -0.375rem auto auto calc(50% - 0.9375rem);
|
|
11609
|
-
/*rtl:ignore*/
|
|
11566
|
+
/* rtl:ignore */
|
|
11610
11567
|
transform: rotate(45deg);
|
|
11611
11568
|
}
|
|
11612
11569
|
.zen-chart-tooltip__arrow--bottom {
|
|
11613
11570
|
inset: auto auto -0.375rem calc(50% - 0.9375rem);
|
|
11614
|
-
/*rtl:ignore*/
|
|
11571
|
+
/* rtl:ignore */
|
|
11615
11572
|
transform: rotate(225deg);
|
|
11616
11573
|
}
|
|
11617
11574
|
.zen-chart-tooltip__arrow--right {
|
|
11618
11575
|
inset: calc(50% - 0.9375rem) -0.375rem auto auto;
|
|
11619
|
-
/*rtl:ignore*/
|
|
11576
|
+
/* rtl:ignore */
|
|
11620
11577
|
transform: rotate(135deg);
|
|
11621
11578
|
}
|
|
11622
11579
|
.zen-chart-tooltip__arrow--left {
|
|
11623
11580
|
inset: calc(50% - 0.9375rem) auto auto -0.375rem;
|
|
11624
|
-
/*rtl:ignore*/
|
|
11581
|
+
/* rtl:ignore */
|
|
11625
11582
|
transform: rotate(315deg);
|
|
11626
11583
|
}
|
|
11627
11584
|
.zen-chart-insight {
|
|
11628
11585
|
display: flex;
|
|
11629
11586
|
gap: 4px;
|
|
11630
11587
|
max-width: 560px;
|
|
11631
|
-
margin-
|
|
11588
|
+
margin-block-end: 8px;
|
|
11632
11589
|
}
|
|
11633
11590
|
.zen-chart-insight__icon {
|
|
11634
11591
|
fill: var(--text-primary);
|
|
@@ -11650,8 +11607,7 @@ html:lang(ar) .zen-chart-insight__text {
|
|
|
11650
11607
|
}
|
|
11651
11608
|
.zen-legend {
|
|
11652
11609
|
display: flex;
|
|
11653
|
-
|
|
11654
|
-
row-gap: 8px;
|
|
11610
|
+
gap: 8px 16px;
|
|
11655
11611
|
margin: 0;
|
|
11656
11612
|
padding: 0;
|
|
11657
11613
|
flex-wrap: wrap;
|
|
@@ -11688,7 +11644,7 @@ html:lang(ar) .zen-chart-insight__text {
|
|
|
11688
11644
|
overflow: hidden;
|
|
11689
11645
|
text-overflow: ellipsis;
|
|
11690
11646
|
white-space: nowrap;
|
|
11691
|
-
|
|
11647
|
+
overflow-wrap: normal;
|
|
11692
11648
|
}
|
|
11693
11649
|
html:lang(ar) .zen-legend__item-label {
|
|
11694
11650
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11720,7 +11676,7 @@ html:lang(ar) .zen-legend__item-value {
|
|
|
11720
11676
|
font-size: 1rem;
|
|
11721
11677
|
line-height: 1.125rem;
|
|
11722
11678
|
}
|
|
11723
|
-
@media (
|
|
11679
|
+
@media (width <= 640px) {
|
|
11724
11680
|
.zen-legend.zen-legend--drive .zen-legend-list__item-text {
|
|
11725
11681
|
font-size: 0.875rem;
|
|
11726
11682
|
}
|
|
@@ -11728,8 +11684,7 @@ html:lang(ar) .zen-legend__item-value {
|
|
|
11728
11684
|
.zen-chart-axis {
|
|
11729
11685
|
display: flex;
|
|
11730
11686
|
justify-content: space-between;
|
|
11731
|
-
|
|
11732
|
-
row-gap: 0.25rem;
|
|
11687
|
+
gap: 0.25rem 1rem;
|
|
11733
11688
|
flex-wrap: wrap;
|
|
11734
11689
|
margin: 0 0.625rem;
|
|
11735
11690
|
}
|
|
@@ -11796,7 +11751,7 @@ html:lang(ar) .zen-chart-axis__value {
|
|
|
11796
11751
|
flex-basis: 100%;
|
|
11797
11752
|
justify-content: flex-end;
|
|
11798
11753
|
}
|
|
11799
|
-
@media (
|
|
11754
|
+
@media (width <= 640px) {
|
|
11800
11755
|
.zen-chart-axis__item--wide {
|
|
11801
11756
|
flex: 0 0 auto;
|
|
11802
11757
|
}
|
|
@@ -11808,7 +11763,7 @@ html:lang(ar) .zen-chart-axis__value {
|
|
|
11808
11763
|
margin: -1px;
|
|
11809
11764
|
padding: 0;
|
|
11810
11765
|
overflow: hidden;
|
|
11811
|
-
clip:
|
|
11766
|
+
clip-path: inset(50%);
|
|
11812
11767
|
border: 0;
|
|
11813
11768
|
}
|
|
11814
11769
|
.zen-columns-filter {
|
|
@@ -11920,6 +11875,9 @@ html:lang(ar) .zen-columns-filter__item {
|
|
|
11920
11875
|
transform: translateX(-88%);
|
|
11921
11876
|
position: absolute;
|
|
11922
11877
|
}
|
|
11878
|
+
[dir="rtl"] .zen-flexible-column .zen-flexible-column__draggable-icon {
|
|
11879
|
+
transform: translateX(88%);
|
|
11880
|
+
}
|
|
11923
11881
|
.zen-flexible-column__draggable {
|
|
11924
11882
|
width: 0.375rem;
|
|
11925
11883
|
height: 100%;
|
|
@@ -11933,7 +11891,6 @@ html:lang(ar) .zen-columns-filter__item {
|
|
|
11933
11891
|
.zen-flexible-column__content {
|
|
11934
11892
|
width: 100%;
|
|
11935
11893
|
text-align: start;
|
|
11936
|
-
-webkit-user-select: none;
|
|
11937
11894
|
user-select: none;
|
|
11938
11895
|
}
|
|
11939
11896
|
.zen-flexible-column:hover .zen-flexible-column__draggable-icon {
|
|
@@ -11999,10 +11956,6 @@ html:lang(ar) .zen-date-input-popup__header {
|
|
|
11999
11956
|
padding: 0 0.5rem;
|
|
12000
11957
|
border-block-start: 1px solid var(--backgrounds-content-1);
|
|
12001
11958
|
}
|
|
12002
|
-
.zen-date-input-popup.zen-date-input-popup--drive-tablet {
|
|
12003
|
-
width: 20rem;
|
|
12004
|
-
min-width: 20rem;
|
|
12005
|
-
}
|
|
12006
11959
|
.zen-date-input-popup.zen-date-input-popup--drive .zen-date-input-popup__header {
|
|
12007
11960
|
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
12008
11961
|
font-size: 1rem;
|
|
@@ -12013,16 +11966,6 @@ html:lang(ar) .zen-date-input-popup__header {
|
|
|
12013
11966
|
text-transform: none;
|
|
12014
11967
|
text-decoration: none;
|
|
12015
11968
|
}
|
|
12016
|
-
.zen-date-input-popup.zen-date-input-popup--drive-tablet .zen-date-input-popup__header {
|
|
12017
|
-
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
12018
|
-
font-size: 1rem;
|
|
12019
|
-
font-style: normal;
|
|
12020
|
-
font-weight: 700;
|
|
12021
|
-
letter-spacing: 0.02rem;
|
|
12022
|
-
line-height: 1.375rem;
|
|
12023
|
-
text-transform: none;
|
|
12024
|
-
text-decoration: none;
|
|
12025
|
-
}
|
|
12026
11969
|
.zen-date-input-mobile-sheet .zen-mobile-sheet__title {
|
|
12027
11970
|
border-block-end: none;
|
|
12028
11971
|
}
|
|
@@ -12134,7 +12077,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12134
12077
|
width: 76px;
|
|
12135
12078
|
height: 160px;
|
|
12136
12079
|
}
|
|
12137
|
-
@media (
|
|
12080
|
+
@media (width <= 640px) {
|
|
12138
12081
|
.zen-time-select {
|
|
12139
12082
|
width: 100%;
|
|
12140
12083
|
}
|
|
@@ -12168,10 +12111,13 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12168
12111
|
.zen-time-picker__trigger--error {
|
|
12169
12112
|
border: 1px solid var(--text-error-message);
|
|
12170
12113
|
}
|
|
12171
|
-
.zen-time-picker__trigger.zen-form-field__input
|
|
12114
|
+
.zen-time-picker__trigger.zen-form-field__input {
|
|
12172
12115
|
width: unset;
|
|
12173
12116
|
}
|
|
12174
|
-
|
|
12117
|
+
.zen-time-picker__trigger.zen-form-field__input.zen-time-picker__trigger--full-width {
|
|
12118
|
+
width: 100%;
|
|
12119
|
+
}
|
|
12120
|
+
@media (width <= 640px) {
|
|
12175
12121
|
.zen-time-picker__popup {
|
|
12176
12122
|
width: 100%;
|
|
12177
12123
|
}
|
|
@@ -12201,6 +12147,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12201
12147
|
width: 2rem;
|
|
12202
12148
|
cursor: pointer;
|
|
12203
12149
|
flex-shrink: 0;
|
|
12150
|
+
/* stylelint-disable-next-line selector-not-notation */
|
|
12204
12151
|
}
|
|
12205
12152
|
.zen-date-range-wrapper .zen-date-range__stepper--left {
|
|
12206
12153
|
margin-inline-end: -1px;
|
|
@@ -12277,7 +12224,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12277
12224
|
overflow: hidden;
|
|
12278
12225
|
text-overflow: ellipsis;
|
|
12279
12226
|
white-space: nowrap;
|
|
12280
|
-
|
|
12227
|
+
overflow-wrap: normal;
|
|
12281
12228
|
}
|
|
12282
12229
|
.zen-date-range--with-stepper.zen-date-range--with-stepper:hover,
|
|
12283
12230
|
.zen-date-range--with-stepper.zen-date-range--with-stepper:focus {
|
|
@@ -12524,8 +12471,8 @@ html:lang(ar) .zen-radio__label {
|
|
|
12524
12471
|
.zen-radio--drive .zen-radio__input::before {
|
|
12525
12472
|
width: 0.875rem;
|
|
12526
12473
|
height: 0.875rem;
|
|
12527
|
-
|
|
12528
|
-
|
|
12474
|
+
inset-block-start: calc(50% - 0.875rem / 2);
|
|
12475
|
+
inset-inline-start: calc(50% - 0.875rem / 2);
|
|
12529
12476
|
}
|
|
12530
12477
|
.zen-radio__wrapper--mobile .zen-radio__label {
|
|
12531
12478
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -12548,8 +12495,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12548
12495
|
.zen-radio__wrapper--mobile .zen-radio__input::before {
|
|
12549
12496
|
width: 0.875rem;
|
|
12550
12497
|
height: 0.875rem;
|
|
12551
|
-
|
|
12552
|
-
|
|
12498
|
+
inset-block-start: calc(50% - 0.875rem / 2);
|
|
12499
|
+
inset-inline-start: calc(50% - 0.875rem / 2);
|
|
12553
12500
|
}
|
|
12554
12501
|
.zen-radio--drive-tablet .zen-radio__label {
|
|
12555
12502
|
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -12569,11 +12516,10 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12569
12516
|
.zen-radio--drive-tablet .zen-radio__input::before {
|
|
12570
12517
|
width: 0.875rem;
|
|
12571
12518
|
height: 0.875rem;
|
|
12572
|
-
|
|
12573
|
-
|
|
12519
|
+
inset-block-start: calc(50% - 0.875rem / 2);
|
|
12520
|
+
inset-inline-start: calc(50% - 0.875rem / 2);
|
|
12574
12521
|
}
|
|
12575
12522
|
.zen-radio__input {
|
|
12576
|
-
-webkit-appearance: none;
|
|
12577
12523
|
appearance: none;
|
|
12578
12524
|
position: relative;
|
|
12579
12525
|
cursor: pointer;
|
|
@@ -12596,8 +12542,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12596
12542
|
width: 0.625rem;
|
|
12597
12543
|
height: 0.625rem;
|
|
12598
12544
|
position: absolute;
|
|
12599
|
-
|
|
12600
|
-
|
|
12545
|
+
inset-block-start: calc(50% - 0.625rem / 2);
|
|
12546
|
+
inset-inline-start: calc(50% - 0.625rem / 2);
|
|
12601
12547
|
border-radius: 50%;
|
|
12602
12548
|
transform: scale(0);
|
|
12603
12549
|
transition: 120ms transform ease-in-out;
|
|
@@ -12680,10 +12626,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12680
12626
|
position: absolute;
|
|
12681
12627
|
width: 100%;
|
|
12682
12628
|
height: 100%;
|
|
12683
|
-
|
|
12684
|
-
bottom: 0;
|
|
12685
|
-
left: 0;
|
|
12686
|
-
right: 0;
|
|
12629
|
+
inset: 0;
|
|
12687
12630
|
display: flex;
|
|
12688
12631
|
align-items: center;
|
|
12689
12632
|
justify-content: center;
|
|
@@ -12694,10 +12637,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12694
12637
|
.zen-dialog__shield {
|
|
12695
12638
|
box-sizing: border-box;
|
|
12696
12639
|
position: absolute;
|
|
12697
|
-
|
|
12698
|
-
bottom: 0;
|
|
12699
|
-
left: 0;
|
|
12700
|
-
right: 0;
|
|
12640
|
+
inset: 0;
|
|
12701
12641
|
z-index: 11000;
|
|
12702
12642
|
background-color: var(--backgrounds-hover);
|
|
12703
12643
|
opacity: 0.5;
|
|
@@ -12714,9 +12654,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12714
12654
|
background-color: var(--backgrounds-main);
|
|
12715
12655
|
color: var(--text-primary);
|
|
12716
12656
|
padding: 0;
|
|
12717
|
-
box-shadow:
|
|
12718
|
-
max-height:
|
|
12719
|
-
max-height: 90dvh;
|
|
12657
|
+
box-shadow: 0 2px 6px rgba(11, 32, 50, 0.2);
|
|
12658
|
+
max-height: 90vb;
|
|
12720
12659
|
border-radius: var(--border-radius-default);
|
|
12721
12660
|
overflow: hidden;
|
|
12722
12661
|
}
|
|
@@ -12733,7 +12672,6 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12733
12672
|
}
|
|
12734
12673
|
.zen-dialog-content__header-title {
|
|
12735
12674
|
flex-grow: 2;
|
|
12736
|
-
padding-right: 12px;
|
|
12737
12675
|
padding: 12px 24px;
|
|
12738
12676
|
}
|
|
12739
12677
|
.zen-dialog-content__header-close-button {
|
|
@@ -12741,7 +12679,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12741
12679
|
align-items: center;
|
|
12742
12680
|
justify-content: center;
|
|
12743
12681
|
flex-shrink: 0;
|
|
12744
|
-
margin-
|
|
12682
|
+
margin-inline-end: 12px;
|
|
12745
12683
|
width: 24px;
|
|
12746
12684
|
height: 24px;
|
|
12747
12685
|
fill: var(--text-reverse-primary);
|
|
@@ -12765,11 +12703,11 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12765
12703
|
display: flex;
|
|
12766
12704
|
justify-content: space-between;
|
|
12767
12705
|
padding: 12px;
|
|
12768
|
-
border-
|
|
12706
|
+
border-block-start: 1px solid var(--borders-general);
|
|
12769
12707
|
min-height: auto;
|
|
12770
12708
|
}
|
|
12771
12709
|
.zen-dialog-content__footer-item {
|
|
12772
|
-
margin-
|
|
12710
|
+
margin-inline-end: 8px;
|
|
12773
12711
|
}
|
|
12774
12712
|
.zen-dialog-content--small {
|
|
12775
12713
|
max-width: 400px;
|
|
@@ -12778,7 +12716,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12778
12716
|
max-width: 600px;
|
|
12779
12717
|
}
|
|
12780
12718
|
.zen-popup-default {
|
|
12781
|
-
box-shadow:
|
|
12719
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
12782
12720
|
border-radius: var(--border-radius-default);
|
|
12783
12721
|
}
|
|
12784
12722
|
.zen-popup-body.zen-popup-body {
|
|
@@ -12789,38 +12727,36 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12789
12727
|
}
|
|
12790
12728
|
.zen-alerts {
|
|
12791
12729
|
position: fixed;
|
|
12792
|
-
|
|
12793
|
-
|
|
12730
|
+
inset-block-start: 0;
|
|
12731
|
+
inset-inline-end: 0;
|
|
12794
12732
|
z-index: 11020;
|
|
12795
12733
|
display: grid;
|
|
12796
12734
|
gap: 16px;
|
|
12797
|
-
margin-
|
|
12798
|
-
padding-
|
|
12735
|
+
margin-block-start: 48px;
|
|
12736
|
+
padding-inline-end: 24px;
|
|
12799
12737
|
}
|
|
12800
12738
|
.zen-alerts--mobile {
|
|
12801
12739
|
width: 100%;
|
|
12802
12740
|
gap: 8px;
|
|
12803
|
-
margin-
|
|
12804
|
-
padding-
|
|
12805
|
-
padding-left: 12px;
|
|
12741
|
+
margin-block-start: 40px;
|
|
12742
|
+
padding-inline: 12px;
|
|
12806
12743
|
box-sizing: border-box;
|
|
12807
12744
|
}
|
|
12808
12745
|
.zen-toasts {
|
|
12809
12746
|
position: fixed;
|
|
12810
|
-
|
|
12811
|
-
|
|
12747
|
+
inset-block-end: 0;
|
|
12748
|
+
inset-inline-end: 0;
|
|
12812
12749
|
z-index: 11020;
|
|
12813
12750
|
display: grid;
|
|
12814
12751
|
gap: 16px;
|
|
12815
|
-
margin-
|
|
12816
|
-
padding-
|
|
12752
|
+
margin-block-end: 32px;
|
|
12753
|
+
padding-inline-end: 24px;
|
|
12817
12754
|
}
|
|
12818
12755
|
.zen-toasts--mobile {
|
|
12819
12756
|
width: 100%;
|
|
12820
12757
|
gap: 8px;
|
|
12821
|
-
margin-
|
|
12822
|
-
padding-
|
|
12823
|
-
padding-left: 12px;
|
|
12758
|
+
margin-block-end: 16px;
|
|
12759
|
+
padding-inline: 12px;
|
|
12824
12760
|
box-sizing: border-box;
|
|
12825
12761
|
}
|
|
12826
12762
|
@keyframes waiting {
|
|
@@ -12834,10 +12770,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12834
12770
|
.zen-waiting {
|
|
12835
12771
|
box-sizing: border-box;
|
|
12836
12772
|
position: absolute;
|
|
12837
|
-
|
|
12838
|
-
|
|
12839
|
-
left: 0;
|
|
12840
|
-
right: 0;
|
|
12773
|
+
inset-block: 0;
|
|
12774
|
+
inset-inline: 0;
|
|
12841
12775
|
overflow: hidden;
|
|
12842
12776
|
z-index: 10005;
|
|
12843
12777
|
}
|
|
@@ -12887,13 +12821,11 @@ html:lang(ar) .zen-waiting__spinner-text {
|
|
|
12887
12821
|
}
|
|
12888
12822
|
.zen-waiting__overlay {
|
|
12889
12823
|
position: absolute;
|
|
12890
|
-
|
|
12891
|
-
|
|
12892
|
-
left: 0;
|
|
12893
|
-
right: 0;
|
|
12824
|
+
inset-block: 0;
|
|
12825
|
+
inset-inline: 0;
|
|
12894
12826
|
background-color: var(--backgrounds-overlay);
|
|
12895
12827
|
opacity: 0.12;
|
|
12896
|
-
text-align:
|
|
12828
|
+
text-align: start;
|
|
12897
12829
|
overflow: hidden;
|
|
12898
12830
|
}
|
|
12899
12831
|
.zen-waiting__overlay--hidden {
|
|
@@ -12928,7 +12860,7 @@ html:lang(ar) .zen-waiting__spinner-text {
|
|
|
12928
12860
|
max-width: 2.5rem;
|
|
12929
12861
|
max-height: 2.5rem;
|
|
12930
12862
|
}
|
|
12931
|
-
@media (
|
|
12863
|
+
@media (width <= 640px) {
|
|
12932
12864
|
.zen-waiting__spinner {
|
|
12933
12865
|
max-width: 2.5rem;
|
|
12934
12866
|
max-height: 2.5rem;
|
|
@@ -13192,7 +13124,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13192
13124
|
.zen-file-upload__remove-button {
|
|
13193
13125
|
flex-shrink: 0;
|
|
13194
13126
|
}
|
|
13195
|
-
@media (
|
|
13127
|
+
@media (width <= 640px) {
|
|
13196
13128
|
.zen-file-upload--mobile .zen-file-upload__drop-zone-text {
|
|
13197
13129
|
text-align: center;
|
|
13198
13130
|
}
|
|
@@ -13215,8 +13147,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13215
13147
|
}
|
|
13216
13148
|
.zen-filters--mobile {
|
|
13217
13149
|
flex-wrap: nowrap;
|
|
13218
|
-
overflow
|
|
13219
|
-
overflow-block: hidden;
|
|
13150
|
+
overflow: auto hidden;
|
|
13220
13151
|
scrollbar-width: none;
|
|
13221
13152
|
-ms-overflow-style: none;
|
|
13222
13153
|
}
|
|
@@ -13241,7 +13172,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13241
13172
|
.zen-filters__main-row {
|
|
13242
13173
|
display: flex;
|
|
13243
13174
|
align-items: center;
|
|
13244
|
-
box-shadow:
|
|
13175
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
|
|
13245
13176
|
border-radius: 999px;
|
|
13246
13177
|
border: var(--border-width-default) solid var(--borders-general);
|
|
13247
13178
|
background-color: var(--backgrounds-main);
|
|
@@ -13290,7 +13221,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13290
13221
|
overflow: hidden;
|
|
13291
13222
|
text-overflow: ellipsis;
|
|
13292
13223
|
white-space: nowrap;
|
|
13293
|
-
|
|
13224
|
+
overflow-wrap: normal;
|
|
13294
13225
|
}
|
|
13295
13226
|
.zen-filters__select-caption {
|
|
13296
13227
|
width: auto;
|
|
@@ -13347,7 +13278,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13347
13278
|
flex-direction: column;
|
|
13348
13279
|
flex: 1;
|
|
13349
13280
|
min-height: 0;
|
|
13350
|
-
overflow-
|
|
13281
|
+
overflow-y: hidden;
|
|
13351
13282
|
}
|
|
13352
13283
|
.zen-filters-popup__content {
|
|
13353
13284
|
display: flex;
|
|
@@ -13376,8 +13307,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13376
13307
|
}
|
|
13377
13308
|
.zen-filters-container {
|
|
13378
13309
|
display: flex;
|
|
13379
|
-
flex-
|
|
13380
|
-
flex-wrap: wrap;
|
|
13310
|
+
flex-flow: row wrap;
|
|
13381
13311
|
flex-grow: 1;
|
|
13382
13312
|
min-width: 0;
|
|
13383
13313
|
gap: 0.25rem;
|
|
@@ -13421,8 +13351,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13421
13351
|
.zen-filters-container__mobile-scroll-wrapper {
|
|
13422
13352
|
padding: 0.125rem;
|
|
13423
13353
|
display: flex;
|
|
13424
|
-
flex-
|
|
13425
|
-
flex-wrap: nowrap;
|
|
13354
|
+
flex-flow: row nowrap;
|
|
13426
13355
|
align-items: center;
|
|
13427
13356
|
gap: 0.5rem;
|
|
13428
13357
|
width: 100%;
|
|
@@ -13496,8 +13425,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13496
13425
|
height: 3rem;
|
|
13497
13426
|
}
|
|
13498
13427
|
.zen-groups-filter-menu__groups-box {
|
|
13499
|
-
overflow
|
|
13500
|
-
overflow-x: hidden;
|
|
13428
|
+
overflow: hidden auto;
|
|
13501
13429
|
max-height: 16.25rem;
|
|
13502
13430
|
}
|
|
13503
13431
|
.zen-groups-filter-menu__groups-list--no-space,
|
|
@@ -13582,7 +13510,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13582
13510
|
padding-inline-end: 0;
|
|
13583
13511
|
}
|
|
13584
13512
|
.zen-groups-filter-menu__item--underlined {
|
|
13585
|
-
border-
|
|
13513
|
+
border-block-end: 1px solid;
|
|
13586
13514
|
}
|
|
13587
13515
|
.zen-groups-filter-menu__item--inline {
|
|
13588
13516
|
display: inline-block;
|
|
@@ -13627,7 +13555,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13627
13555
|
overflow: hidden;
|
|
13628
13556
|
text-overflow: ellipsis;
|
|
13629
13557
|
white-space: nowrap;
|
|
13630
|
-
|
|
13558
|
+
overflow-wrap: normal;
|
|
13631
13559
|
}
|
|
13632
13560
|
.zen-groups-filter-menu__advanced-button,
|
|
13633
13561
|
.zen-groups-filter-menu__action-button-home {
|
|
@@ -13735,14 +13663,13 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13735
13663
|
border: none;
|
|
13736
13664
|
outline: none;
|
|
13737
13665
|
padding-inline-end: 0.3125rem;
|
|
13738
|
-
-webkit-appearance: none;
|
|
13739
13666
|
appearance: none;
|
|
13740
13667
|
background-color: inherit;
|
|
13741
13668
|
color: inherit;
|
|
13742
13669
|
overflow: hidden;
|
|
13743
13670
|
text-overflow: ellipsis;
|
|
13744
13671
|
white-space: nowrap;
|
|
13745
|
-
|
|
13672
|
+
overflow-wrap: normal;
|
|
13746
13673
|
}
|
|
13747
13674
|
.zen-groups-filter .zen-groups-filter__input:hover {
|
|
13748
13675
|
background-color: var(--backgrounds-hover);
|
|
@@ -13769,7 +13696,6 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
|
|
|
13769
13696
|
}
|
|
13770
13697
|
.zen-groups-filter__popup-trigger {
|
|
13771
13698
|
display: flex;
|
|
13772
|
-
border-color: var(--borders-general);
|
|
13773
13699
|
border: 1px solid var(--borders-general);
|
|
13774
13700
|
border-radius: var(--border-radius-default);
|
|
13775
13701
|
justify-content: center;
|
|
@@ -13871,7 +13797,7 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
|
|
|
13871
13797
|
display: flex;
|
|
13872
13798
|
}
|
|
13873
13799
|
.zen-item-data {
|
|
13874
|
-
padding: 0.75rem 0.75rem 0.6875rem
|
|
13800
|
+
padding: 0.75rem 0.75rem 0.6875rem;
|
|
13875
13801
|
background-color: var(--backgrounds-main);
|
|
13876
13802
|
border-block-end: 1px solid var(--borders-general);
|
|
13877
13803
|
display: flex;
|
|
@@ -13975,7 +13901,7 @@ html:lang(ar) .zen-item-data__identifier {
|
|
|
13975
13901
|
overflow: hidden;
|
|
13976
13902
|
text-overflow: ellipsis;
|
|
13977
13903
|
white-space: nowrap;
|
|
13978
|
-
|
|
13904
|
+
overflow-wrap: normal;
|
|
13979
13905
|
color: var(--text-primary);
|
|
13980
13906
|
flex: 1 1 auto;
|
|
13981
13907
|
}
|
|
@@ -13994,7 +13920,7 @@ html:lang(ar) .zen-item-data__name {
|
|
|
13994
13920
|
overflow: hidden;
|
|
13995
13921
|
text-overflow: ellipsis;
|
|
13996
13922
|
white-space: nowrap;
|
|
13997
|
-
|
|
13923
|
+
overflow-wrap: normal;
|
|
13998
13924
|
color: var(--text-hyperlink);
|
|
13999
13925
|
flex: 1 1 auto;
|
|
14000
13926
|
width: 100%;
|
|
@@ -14245,7 +14171,7 @@ html:lang(ar) .zen-item-data__data-value {
|
|
|
14245
14171
|
flex: 0 0 auto;
|
|
14246
14172
|
}
|
|
14247
14173
|
.zen-list-item-compact {
|
|
14248
|
-
padding: 0.5rem 0 0.4375rem
|
|
14174
|
+
padding: 0.5rem 0 0.4375rem;
|
|
14249
14175
|
background-color: var(--backgrounds-main);
|
|
14250
14176
|
border-block-end: 1px solid var(--borders-general);
|
|
14251
14177
|
display: flex;
|
|
@@ -14275,7 +14201,7 @@ html:lang(ar) .zen-item-data__data-value {
|
|
|
14275
14201
|
overflow: hidden;
|
|
14276
14202
|
text-overflow: ellipsis;
|
|
14277
14203
|
white-space: nowrap;
|
|
14278
|
-
|
|
14204
|
+
overflow-wrap: normal;
|
|
14279
14205
|
}
|
|
14280
14206
|
html:lang(ar) .zen-list-item-compact__name {
|
|
14281
14207
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -14382,15 +14308,15 @@ html:lang(ar) .zen-list-item-compact__data {
|
|
|
14382
14308
|
max-width: 31.25rem;
|
|
14383
14309
|
}
|
|
14384
14310
|
.zen-list-item {
|
|
14385
|
-
padding: 0.5rem 1rem 0.4375rem
|
|
14311
|
+
padding: 0.5rem 1rem 0.4375rem;
|
|
14386
14312
|
background-color: var(--backgrounds-main);
|
|
14387
14313
|
border-block-end: 1px solid var(--borders-general);
|
|
14388
14314
|
display: flex;
|
|
14389
14315
|
gap: 0.5rem;
|
|
14390
14316
|
align-items: center;
|
|
14391
14317
|
width: 100%;
|
|
14392
|
-
min-height: 3rem;
|
|
14393
14318
|
box-sizing: border-box;
|
|
14319
|
+
min-height: 3rem;
|
|
14394
14320
|
}
|
|
14395
14321
|
.zen-list-item:hover {
|
|
14396
14322
|
background-color: var(--backgrounds-content-1);
|
|
@@ -14437,7 +14363,7 @@ html:lang(ar) .zen-list-item__identifier {
|
|
|
14437
14363
|
overflow: hidden;
|
|
14438
14364
|
text-overflow: ellipsis;
|
|
14439
14365
|
white-space: nowrap;
|
|
14440
|
-
|
|
14366
|
+
overflow-wrap: normal;
|
|
14441
14367
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
14442
14368
|
font-size: 0.875rem;
|
|
14443
14369
|
font-style: normal;
|
|
@@ -14464,7 +14390,7 @@ html:lang(ar) .zen-list-item__name {
|
|
|
14464
14390
|
overflow: hidden;
|
|
14465
14391
|
text-overflow: ellipsis;
|
|
14466
14392
|
white-space: nowrap;
|
|
14467
|
-
|
|
14393
|
+
overflow-wrap: normal;
|
|
14468
14394
|
}
|
|
14469
14395
|
html:lang(ar) .zen-list-item__secondary {
|
|
14470
14396
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -14513,7 +14439,7 @@ html:lang(ar) .zen-list-item__secondary {
|
|
|
14513
14439
|
-webkit-line-clamp: 2;
|
|
14514
14440
|
-webkit-box-orient: vertical;
|
|
14515
14441
|
}
|
|
14516
|
-
@media (
|
|
14442
|
+
@media (width <= 640px) {
|
|
14517
14443
|
.zen-list-item__identifier {
|
|
14518
14444
|
flex-direction: column;
|
|
14519
14445
|
align-items: initial;
|
|
@@ -14658,7 +14584,7 @@ html:lang(ar) .zen-list-item__secondary {
|
|
|
14658
14584
|
.zen-filters-search-list {
|
|
14659
14585
|
flex: 1;
|
|
14660
14586
|
min-height: 0;
|
|
14661
|
-
overflow-
|
|
14587
|
+
overflow-y: auto;
|
|
14662
14588
|
}
|
|
14663
14589
|
.zen-filters-search-list--mobile {
|
|
14664
14590
|
padding: 1rem 0;
|
|
@@ -14788,7 +14714,7 @@ html:lang(ar) .zen-filters-search-list__header-title {
|
|
|
14788
14714
|
align-items: center;
|
|
14789
14715
|
justify-content: center;
|
|
14790
14716
|
content: "\00d7";
|
|
14791
|
-
|
|
14717
|
+
inset-block-start: 0;
|
|
14792
14718
|
inset-inline-end: 0.5rem;
|
|
14793
14719
|
width: 1.25rem;
|
|
14794
14720
|
height: 100%;
|
|
@@ -14995,14 +14921,13 @@ html:lang(ar) .zen-search-item-data-wrapper--mobile .zen-search-item-data__secon
|
|
|
14995
14921
|
padding-inline: 1rem;
|
|
14996
14922
|
align-items: center;
|
|
14997
14923
|
height: 3.8125rem;
|
|
14998
|
-
margin-inline
|
|
14999
|
-
margin-inline-start: 0.25rem;
|
|
14924
|
+
margin-inline: 0.25rem;
|
|
15000
14925
|
}
|
|
15001
14926
|
.zen-page-header__page-name {
|
|
15002
14927
|
overflow: hidden;
|
|
15003
14928
|
text-overflow: ellipsis;
|
|
15004
14929
|
white-space: nowrap;
|
|
15005
|
-
|
|
14930
|
+
overflow-wrap: normal;
|
|
15006
14931
|
max-width: 41rem;
|
|
15007
14932
|
padding: 0;
|
|
15008
14933
|
margin: 0;
|
|
@@ -15034,8 +14959,7 @@ html:lang(ar) .zen-page-header__page-name {
|
|
|
15034
14959
|
flex: 0 0 auto;
|
|
15035
14960
|
}
|
|
15036
14961
|
.zen-page-header__left-aligned-tool {
|
|
15037
|
-
margin-inline
|
|
15038
|
-
margin-inline-start: 0.375rem;
|
|
14962
|
+
margin-inline: 0.375rem auto;
|
|
15039
14963
|
}
|
|
15040
14964
|
.zen-page-header__sub-line {
|
|
15041
14965
|
align-items: flex-start;
|
|
@@ -15104,6 +15028,7 @@ html:lang(ar) .zen-page-header--new .zen-page-header__main-line {
|
|
|
15104
15028
|
}
|
|
15105
15029
|
.zen-page-header--mobile .zen-page-header__main-line {
|
|
15106
15030
|
gap: 0.25rem;
|
|
15031
|
+
justify-content: initial;
|
|
15107
15032
|
}
|
|
15108
15033
|
.zen-page-header--mobile .zen-page-header__page-name {
|
|
15109
15034
|
max-width: 11.25rem;
|
|
@@ -15145,9 +15070,6 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15145
15070
|
text-transform: none;
|
|
15146
15071
|
text-decoration: none;
|
|
15147
15072
|
}
|
|
15148
|
-
.zen-page-header--mobile .zen-page-header__main-line {
|
|
15149
|
-
justify-content: initial;
|
|
15150
|
-
}
|
|
15151
15073
|
.zen-tabs {
|
|
15152
15074
|
box-sizing: border-box;
|
|
15153
15075
|
width: 100%;
|
|
@@ -15171,8 +15093,7 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15171
15093
|
}
|
|
15172
15094
|
.zen-tabs__scrollable {
|
|
15173
15095
|
display: flex;
|
|
15174
|
-
overflow
|
|
15175
|
-
overflow-y: hidden;
|
|
15096
|
+
overflow: auto hidden;
|
|
15176
15097
|
scrollbar-width: none;
|
|
15177
15098
|
-ms-overflow-style: none;
|
|
15178
15099
|
padding: 0.0625rem;
|
|
@@ -15267,6 +15188,11 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15267
15188
|
width: 2.875rem;
|
|
15268
15189
|
height: 2.875rem;
|
|
15269
15190
|
}
|
|
15191
|
+
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive,
|
|
15192
|
+
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive-tablet {
|
|
15193
|
+
width: 3rem;
|
|
15194
|
+
height: 3rem;
|
|
15195
|
+
}
|
|
15270
15196
|
.zen-tabs .zen-tabs__gradient.zen-tabs__gradient--mobile.zen-tabs__gradient--left::after {
|
|
15271
15197
|
position: absolute;
|
|
15272
15198
|
content: "";
|
|
@@ -15285,15 +15211,6 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15285
15211
|
inset-inline-end: calc(2.875rem - 0.5rem);
|
|
15286
15212
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15287
15213
|
}
|
|
15288
|
-
.zen-tabs.zen-tabs--drive,
|
|
15289
|
-
.zen-tabs.zen-tabs--drive-tablet {
|
|
15290
|
-
height: 3rem;
|
|
15291
|
-
}
|
|
15292
|
-
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive,
|
|
15293
|
-
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive-tablet {
|
|
15294
|
-
width: 3rem;
|
|
15295
|
-
height: 3rem;
|
|
15296
|
-
}
|
|
15297
15214
|
.zen-tabs .zen-tabs__gradient.zen-tabs__gradient--drive.zen-tabs__gradient--left::after,
|
|
15298
15215
|
.zen-tabs .zen-tabs__gradient.zen-tabs__gradient--drive-tablet.zen-tabs__gradient--left::after {
|
|
15299
15216
|
position: absolute;
|
|
@@ -15314,6 +15231,10 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15314
15231
|
inset-inline-end: calc(3rem - 0.5rem);
|
|
15315
15232
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15316
15233
|
}
|
|
15234
|
+
.zen-tabs.zen-tabs--drive,
|
|
15235
|
+
.zen-tabs.zen-tabs--drive-tablet {
|
|
15236
|
+
height: 3rem;
|
|
15237
|
+
}
|
|
15317
15238
|
.zen-tab-item {
|
|
15318
15239
|
box-sizing: border-box;
|
|
15319
15240
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15328,7 +15249,7 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15328
15249
|
padding: 5px 16px 4px;
|
|
15329
15250
|
height: 34px;
|
|
15330
15251
|
border: none;
|
|
15331
|
-
border-
|
|
15252
|
+
border-block-end: 3px solid transparent;
|
|
15332
15253
|
background-color: transparent;
|
|
15333
15254
|
color: var(--text-secondary);
|
|
15334
15255
|
fill: var(--text-secondary);
|
|
@@ -15342,13 +15263,13 @@ html:lang(ar) .zen-tab-item {
|
|
|
15342
15263
|
}
|
|
15343
15264
|
.zen-tab-item--active {
|
|
15344
15265
|
color: var(--text-hyperlink);
|
|
15345
|
-
border-
|
|
15266
|
+
border-block-end: 3px solid var(--borders-form-field--active);
|
|
15346
15267
|
}
|
|
15347
15268
|
.zen-tab-item.zen-tab-item--disabled {
|
|
15348
15269
|
cursor: default;
|
|
15349
15270
|
color: var(--text-button-disabled);
|
|
15350
15271
|
fill: var(--text-button-disabled);
|
|
15351
|
-
border-
|
|
15272
|
+
border-block-end: 3px solid transparent;
|
|
15352
15273
|
}
|
|
15353
15274
|
.zen-tab-item.zen-tab-item--disabled:hover,
|
|
15354
15275
|
.zen-tab-item.zen-tab-item--disabled:focus {
|
|
@@ -15390,8 +15311,8 @@ html:lang(ar) .zen-tab-item {
|
|
|
15390
15311
|
color: var(--text-reverse-primary);
|
|
15391
15312
|
min-width: 16px;
|
|
15392
15313
|
border-radius: 16px;
|
|
15393
|
-
padding:
|
|
15394
|
-
margin-
|
|
15314
|
+
padding: 0 4px;
|
|
15315
|
+
margin-inline-start: 8px;
|
|
15395
15316
|
}
|
|
15396
15317
|
html:lang(ar) .zen-tab-item__content-quantity {
|
|
15397
15318
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15399,7 +15320,7 @@ html:lang(ar) .zen-tab-item__content-quantity {
|
|
|
15399
15320
|
.zen-tab-item__content-icon {
|
|
15400
15321
|
display: flex;
|
|
15401
15322
|
align-items: center;
|
|
15402
|
-
margin-
|
|
15323
|
+
margin-inline-end: 10px;
|
|
15403
15324
|
max-height: 16px;
|
|
15404
15325
|
}
|
|
15405
15326
|
.zen-tab-item__content-icon--active {
|
|
@@ -15417,7 +15338,7 @@ html:lang(ar) .zen-tab-item__content-quantity {
|
|
|
15417
15338
|
overflow: hidden;
|
|
15418
15339
|
text-overflow: ellipsis;
|
|
15419
15340
|
white-space: nowrap;
|
|
15420
|
-
|
|
15341
|
+
overflow-wrap: normal;
|
|
15421
15342
|
max-width: 130px;
|
|
15422
15343
|
}
|
|
15423
15344
|
html:lang(ar) .zen-tab-item__content-text {
|
|
@@ -15539,8 +15460,7 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15539
15460
|
}
|
|
15540
15461
|
.zen-filters-toolbar__scrollable {
|
|
15541
15462
|
display: flex;
|
|
15542
|
-
overflow
|
|
15543
|
-
overflow-y: hidden;
|
|
15463
|
+
overflow: auto hidden;
|
|
15544
15464
|
height: 100%;
|
|
15545
15465
|
scrollbar-width: none;
|
|
15546
15466
|
-ms-overflow-style: none;
|
|
@@ -15582,7 +15502,7 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15582
15502
|
content: "";
|
|
15583
15503
|
margin-inline-start: -2.5rem;
|
|
15584
15504
|
height: 100%;
|
|
15585
|
-
|
|
15505
|
+
inset-block-start: 0;
|
|
15586
15506
|
width: 2.5rem;
|
|
15587
15507
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15588
15508
|
}
|
|
@@ -15594,7 +15514,7 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15594
15514
|
content: "";
|
|
15595
15515
|
margin-inline-start: 2.5rem;
|
|
15596
15516
|
height: 100%;
|
|
15597
|
-
|
|
15517
|
+
inset-block-start: 0;
|
|
15598
15518
|
width: 2.5rem;
|
|
15599
15519
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15600
15520
|
}
|
|
@@ -15694,7 +15614,7 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15694
15614
|
content: "";
|
|
15695
15615
|
margin-inline-start: 3.5rem;
|
|
15696
15616
|
height: 100%;
|
|
15697
|
-
|
|
15617
|
+
inset-block-start: 0;
|
|
15698
15618
|
width: 3.25rem;
|
|
15699
15619
|
z-index: 1000;
|
|
15700
15620
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
@@ -15709,7 +15629,7 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15709
15629
|
content: "";
|
|
15710
15630
|
margin-inline-start: -3.25rem;
|
|
15711
15631
|
height: 100%;
|
|
15712
|
-
|
|
15632
|
+
inset-block-start: 0;
|
|
15713
15633
|
width: 3.25rem;
|
|
15714
15634
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15715
15635
|
}
|
|
@@ -15718,7 +15638,7 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15718
15638
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15719
15639
|
}
|
|
15720
15640
|
.zen-side-panel-parent--open {
|
|
15721
|
-
max-height:
|
|
15641
|
+
max-height: 100vb;
|
|
15722
15642
|
overflow-y: hidden;
|
|
15723
15643
|
}
|
|
15724
15644
|
.zen-filters-bar-dropdown {
|
|
@@ -15897,7 +15817,7 @@ html:lang(ar) .zen-range-field {
|
|
|
15897
15817
|
text-decoration: none;
|
|
15898
15818
|
color: var(--text-error-message);
|
|
15899
15819
|
fill: var(--text-error-message);
|
|
15900
|
-
margin-
|
|
15820
|
+
margin-block-start: 0.25rem;
|
|
15901
15821
|
}
|
|
15902
15822
|
html:lang(ar) .zen-range-field__error {
|
|
15903
15823
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15938,7 +15858,7 @@ html:lang(ar) .zen-range-field__label--mobile {
|
|
|
15938
15858
|
}
|
|
15939
15859
|
.zen-range-field__input::-webkit-inner-spin-button,
|
|
15940
15860
|
.zen-range-field__input::-webkit-outer-spin-button {
|
|
15941
|
-
|
|
15861
|
+
appearance: none;
|
|
15942
15862
|
margin: 0;
|
|
15943
15863
|
}
|
|
15944
15864
|
.zen-range-field__input--mobile {
|
|
@@ -15957,7 +15877,7 @@ html:lang(ar) .zen-range-field__label--mobile {
|
|
|
15957
15877
|
text-transform: none;
|
|
15958
15878
|
text-decoration: none;
|
|
15959
15879
|
color: var(--text-primary);
|
|
15960
|
-
text-align:
|
|
15880
|
+
text-align: end;
|
|
15961
15881
|
}
|
|
15962
15882
|
html:lang(ar) .zen-range-field__sense {
|
|
15963
15883
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -16008,11 +15928,9 @@ html:lang(ar) .zen-range {
|
|
|
16008
15928
|
min-width: 18.5rem;
|
|
16009
15929
|
max-width: 20.5rem;
|
|
16010
15930
|
display: grid;
|
|
16011
|
-
|
|
16012
|
-
justify-items: start;
|
|
15931
|
+
place-items: center start;
|
|
16013
15932
|
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);
|
|
16014
|
-
|
|
16015
|
-
column-gap: 0.5rem;
|
|
15933
|
+
gap: 0.25rem 0.5rem;
|
|
16016
15934
|
}
|
|
16017
15935
|
.zen-range__fields-container--column {
|
|
16018
15936
|
min-width: 12.5rem;
|
|
@@ -16021,8 +15939,7 @@ html:lang(ar) .zen-range {
|
|
|
16021
15939
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
16022
15940
|
grid-template-rows: auto auto;
|
|
16023
15941
|
gap: 0.25rem 0.5rem;
|
|
16024
|
-
|
|
16025
|
-
justify-items: start;
|
|
15942
|
+
place-items: center start;
|
|
16026
15943
|
}
|
|
16027
15944
|
.zen-range__trigger-button {
|
|
16028
15945
|
max-width: 12.5rem;
|
|
@@ -16044,8 +15961,8 @@ html:lang(ar) .zen-range {
|
|
|
16044
15961
|
text-transform: none;
|
|
16045
15962
|
text-decoration: none;
|
|
16046
15963
|
color: var(--text-secondary);
|
|
16047
|
-
padding: 0.75rem 1rem 0.6875rem
|
|
16048
|
-
border-
|
|
15964
|
+
padding: 0.75rem 1rem 0.6875rem;
|
|
15965
|
+
border-block-end: 1px solid var(--backgrounds-content-1);
|
|
16049
15966
|
}
|
|
16050
15967
|
html:lang(ar) .zen-range__label {
|
|
16051
15968
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -16061,14 +15978,13 @@ html:lang(ar) .zen-range__label {
|
|
|
16061
15978
|
.zen-range__footer {
|
|
16062
15979
|
display: flex;
|
|
16063
15980
|
justify-content: flex-start;
|
|
16064
|
-
border-
|
|
15981
|
+
border-block-start: var(--border-width-default) solid var(--borders-general);
|
|
16065
15982
|
}
|
|
16066
15983
|
.zen-range__clear-button,
|
|
16067
15984
|
.zen-range__cancel-button,
|
|
16068
15985
|
.zen-range__apply-button {
|
|
16069
15986
|
margin-inline-end: 0.5rem;
|
|
16070
|
-
margin-
|
|
16071
|
-
margin-bottom: 0.25rem;
|
|
15987
|
+
margin-block: 0.5rem 0.25rem;
|
|
16072
15988
|
}
|
|
16073
15989
|
.zen-range__clear-button {
|
|
16074
15990
|
margin-inline-start: 0.5rem;
|
|
@@ -16106,17 +16022,14 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
|
|
|
16106
16022
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
16107
16023
|
grid-template-rows: auto auto;
|
|
16108
16024
|
gap: 0.25rem 0.5rem;
|
|
16109
|
-
|
|
16110
|
-
justify-items: start;
|
|
16025
|
+
place-items: center start;
|
|
16111
16026
|
}
|
|
16112
16027
|
.zen-filters-bar-side-panel-range__items-container--row {
|
|
16113
16028
|
max-width: 18.5rem;
|
|
16114
16029
|
display: grid;
|
|
16115
|
-
|
|
16116
|
-
justify-items: start;
|
|
16030
|
+
place-items: center start;
|
|
16117
16031
|
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);
|
|
16118
|
-
|
|
16119
|
-
column-gap: 0.5rem;
|
|
16032
|
+
gap: 0.25rem 0.5rem;
|
|
16120
16033
|
}
|
|
16121
16034
|
.zen-filters-bar-side-panel-range__item--column {
|
|
16122
16035
|
min-width: 8.5rem;
|
|
@@ -16146,11 +16059,10 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
|
|
|
16146
16059
|
}
|
|
16147
16060
|
.zen-header-button--with-dropdown.zen-header-button--mobile .zen-caption__pre-content,
|
|
16148
16061
|
.zen-header-button--with-dropdown.zen-header-button--hidden-name .zen-caption__pre-content {
|
|
16149
|
-
margin-
|
|
16062
|
+
margin-inline-end: 0;
|
|
16150
16063
|
}
|
|
16151
16064
|
.zen-header-button--with-dropdown.zen-header-button-with-dropdown--drive-tablet {
|
|
16152
|
-
padding-
|
|
16153
|
-
padding-bottom: 12px;
|
|
16065
|
+
padding-block: 12px;
|
|
16154
16066
|
}
|
|
16155
16067
|
.zen-filters-saved-popup__content {
|
|
16156
16068
|
margin: 1px;
|
|
@@ -16221,12 +16133,12 @@ html:lang(ar) .zen-filters-saved-popup__content {
|
|
|
16221
16133
|
border: none;
|
|
16222
16134
|
color: var(--text-primary);
|
|
16223
16135
|
flex-grow: 1;
|
|
16224
|
-
text-align:
|
|
16136
|
+
text-align: start;
|
|
16225
16137
|
cursor: pointer;
|
|
16226
16138
|
overflow: hidden;
|
|
16227
16139
|
text-overflow: ellipsis;
|
|
16228
16140
|
white-space: nowrap;
|
|
16229
|
-
|
|
16141
|
+
overflow-wrap: normal;
|
|
16230
16142
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
16231
16143
|
font-size: 0.875rem;
|
|
16232
16144
|
font-style: normal;
|
|
@@ -16491,8 +16403,7 @@ html:lang(ar) .zen-side-panel-filters__title--mobile {
|
|
|
16491
16403
|
fill: var(--text-primary);
|
|
16492
16404
|
}
|
|
16493
16405
|
.zen-side-panel-filters__content {
|
|
16494
|
-
overflow
|
|
16495
|
-
overflow-y: auto;
|
|
16406
|
+
overflow: hidden auto;
|
|
16496
16407
|
flex: 1 1 auto;
|
|
16497
16408
|
}
|
|
16498
16409
|
.zen-side-panel-filters__item {
|
|
@@ -16594,7 +16505,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
|
|
|
16594
16505
|
min-width: 22.5rem;
|
|
16595
16506
|
max-width: 22.5rem;
|
|
16596
16507
|
}
|
|
16597
|
-
@media (
|
|
16508
|
+
@media (width <= 640px) {
|
|
16598
16509
|
.zen-side-panel-filters.zen-side-panel-filters {
|
|
16599
16510
|
width: 100%;
|
|
16600
16511
|
max-width: 100%;
|
|
@@ -16731,8 +16642,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
|
|
|
16731
16642
|
padding: 0.0625rem;
|
|
16732
16643
|
width: 100%;
|
|
16733
16644
|
display: flex;
|
|
16734
|
-
flex-
|
|
16735
|
-
flex-wrap: nowrap;
|
|
16645
|
+
flex-flow: row nowrap;
|
|
16736
16646
|
}
|
|
16737
16647
|
.zen-filters-select__list-item-wrapper--expanded {
|
|
16738
16648
|
z-index: 2;
|
|
@@ -16919,8 +16829,7 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
|
|
|
16919
16829
|
}
|
|
16920
16830
|
.zen-side-panel-filters-bar__content {
|
|
16921
16831
|
padding-block-start: 0.5rem;
|
|
16922
|
-
overflow
|
|
16923
|
-
overflow-y: auto;
|
|
16832
|
+
overflow: hidden auto;
|
|
16924
16833
|
flex: 1 1 auto;
|
|
16925
16834
|
}
|
|
16926
16835
|
.zen-side-panel-filters-bar__apply-button--desktop {
|
|
@@ -16956,7 +16865,7 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
|
|
|
16956
16865
|
min-width: 20rem;
|
|
16957
16866
|
max-width: 20rem;
|
|
16958
16867
|
}
|
|
16959
|
-
@media (
|
|
16868
|
+
@media (width <= 640px) {
|
|
16960
16869
|
.zen-side-panel-filters-bar.zen-side-panel-filters-bar {
|
|
16961
16870
|
width: 100%;
|
|
16962
16871
|
max-width: 100%;
|
|
@@ -17011,7 +16920,7 @@ html:lang(ar) .zen-form-layout-title {
|
|
|
17011
16920
|
min-width: fit-content;
|
|
17012
16921
|
max-width: fit-content;
|
|
17013
16922
|
}
|
|
17014
|
-
@media (
|
|
16923
|
+
@media (width >= 1025px) {
|
|
17015
16924
|
.zen-grid {
|
|
17016
16925
|
display: grid;
|
|
17017
16926
|
grid-template-columns: repeat(12, 1fr);
|
|
@@ -17134,14 +17043,14 @@ html:lang(ar) .zen-form-layout-title {
|
|
|
17134
17043
|
max-width: fit-content;
|
|
17135
17044
|
}
|
|
17136
17045
|
}
|
|
17137
|
-
@media (
|
|
17046
|
+
@media (width >= 1440px) {
|
|
17138
17047
|
.zen-grid {
|
|
17139
17048
|
margin: 0 auto;
|
|
17140
17049
|
max-width: 1440px;
|
|
17141
17050
|
width: 100%;
|
|
17142
17051
|
}
|
|
17143
17052
|
}
|
|
17144
|
-
@media (
|
|
17053
|
+
@media (width <= 1024px) {
|
|
17145
17054
|
.zen-grid {
|
|
17146
17055
|
display: grid;
|
|
17147
17056
|
grid-template-columns: repeat(8, 1fr);
|
|
@@ -17234,7 +17143,7 @@ html:lang(ar) .zen-form-layout-title {
|
|
|
17234
17143
|
max-width: fit-content;
|
|
17235
17144
|
}
|
|
17236
17145
|
}
|
|
17237
|
-
@media (
|
|
17146
|
+
@media (width <= 640px) {
|
|
17238
17147
|
.zen-grid {
|
|
17239
17148
|
margin: 0 0.75rem;
|
|
17240
17149
|
grid-template-columns: repeat(4, 1fr);
|
|
@@ -17336,13 +17245,17 @@ html:lang(ar) .zen-form-layout-secondary {
|
|
|
17336
17245
|
.zen-form-layout {
|
|
17337
17246
|
padding: 0;
|
|
17338
17247
|
grid-template-rows: repeat(auto-fit, minmax(0, max-content));
|
|
17339
|
-
}
|
|
17340
|
-
.zen-form-layout:not(.zen-form-layout--has-wrapper) {
|
|
17341
17248
|
height: max-content;
|
|
17342
17249
|
}
|
|
17343
|
-
.zen-form-layout
|
|
17250
|
+
.zen-form-layout--has-wrapper {
|
|
17251
|
+
height: auto;
|
|
17252
|
+
}
|
|
17253
|
+
.zen-form-layout-stepper {
|
|
17344
17254
|
margin-block-end: 2.5rem;
|
|
17345
17255
|
}
|
|
17256
|
+
.zen-form-layout-stepper--with-banner {
|
|
17257
|
+
margin-block-end: 0;
|
|
17258
|
+
}
|
|
17346
17259
|
.zen-form-separator {
|
|
17347
17260
|
margin-block: 2rem;
|
|
17348
17261
|
margin-inline: 0;
|
|
@@ -17466,7 +17379,7 @@ html:lang(ar) .zen-form-layout-secondary {
|
|
|
17466
17379
|
.zen-mobile-search-control--expanded {
|
|
17467
17380
|
display: flex;
|
|
17468
17381
|
width: 100%;
|
|
17469
|
-
padding: 6px 12px
|
|
17382
|
+
padding: 6px 12px;
|
|
17470
17383
|
gap: 8px;
|
|
17471
17384
|
}
|
|
17472
17385
|
.zen-mobile-search-control__search {
|
|
@@ -17477,8 +17390,8 @@ html:lang(ar) .zen-form-layout-secondary {
|
|
|
17477
17390
|
}
|
|
17478
17391
|
.zen-mobile-filter-control__counter-wrapper {
|
|
17479
17392
|
position: absolute;
|
|
17480
|
-
|
|
17481
|
-
|
|
17393
|
+
inset-block-start: 0;
|
|
17394
|
+
inset-inline-end: 0;
|
|
17482
17395
|
}
|
|
17483
17396
|
.zen-mobile-filter-control__counter {
|
|
17484
17397
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -17511,8 +17424,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17511
17424
|
display: flex;
|
|
17512
17425
|
justify-content: space-between;
|
|
17513
17426
|
gap: 4px;
|
|
17514
|
-
|
|
17515
|
-
align-items: center;
|
|
17427
|
+
place-items: center center;
|
|
17516
17428
|
height: 56px;
|
|
17517
17429
|
width: 100%;
|
|
17518
17430
|
}
|
|
@@ -17529,8 +17441,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17529
17441
|
gap: 8px;
|
|
17530
17442
|
align-items: center;
|
|
17531
17443
|
flex-shrink: 0;
|
|
17532
|
-
padding-
|
|
17533
|
-
padding-left: 4px;
|
|
17444
|
+
padding-inline: 4px;
|
|
17534
17445
|
height: 100%;
|
|
17535
17446
|
}
|
|
17536
17447
|
.zen-header__section--middle {
|
|
@@ -17631,9 +17542,18 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17631
17542
|
.zen-layout__middle-element {
|
|
17632
17543
|
height: 0;
|
|
17633
17544
|
}
|
|
17634
|
-
.zen-layout .zen-layout__content--full-screen >
|
|
17545
|
+
.zen-layout .zen-layout__content--full-screen > * {
|
|
17635
17546
|
display: none;
|
|
17636
17547
|
}
|
|
17548
|
+
.zen-layout .zen-layout__content--full-screen > .zen-layout__full-screen-element--visible {
|
|
17549
|
+
display: block;
|
|
17550
|
+
}
|
|
17551
|
+
.zen-layout .zen-layout__content--full-screen > .zen-layout__full-screen-element--visible * {
|
|
17552
|
+
display: initial;
|
|
17553
|
+
}
|
|
17554
|
+
.zen-layout .zen-layout__content--full-screen > [data-full-screen-parent="true"] {
|
|
17555
|
+
display: block;
|
|
17556
|
+
}
|
|
17637
17557
|
.zen-layout .zen-layout__content:has(> :first-child > :first-child .zen-data-grid-actions),
|
|
17638
17558
|
.zen-layout .zen-layout__content:has(> :first-child > :first-child.zen-data-grid-actions),
|
|
17639
17559
|
.zen-layout .zen-layout__content--full-screen:has(.zen-layout__full-screen-element--visible .zen-data-grid-actions) {
|
|
@@ -17656,8 +17576,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17656
17576
|
box-sizing: border-box;
|
|
17657
17577
|
}
|
|
17658
17578
|
.zen-card-deck--mobile {
|
|
17659
|
-
padding-block
|
|
17660
|
-
padding-block-end: 0.0625rem;
|
|
17579
|
+
padding-block: 0.125rem 0.0625rem;
|
|
17661
17580
|
padding-inline: 0.75rem;
|
|
17662
17581
|
}
|
|
17663
17582
|
.zen-card-deck__cards {
|
|
@@ -17702,8 +17621,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17702
17621
|
background-color: transparent;
|
|
17703
17622
|
display: flex;
|
|
17704
17623
|
justify-content: space-between;
|
|
17705
|
-
flex-
|
|
17706
|
-
flex-wrap: nowrap;
|
|
17624
|
+
flex-flow: row nowrap;
|
|
17707
17625
|
align-items: flex-start;
|
|
17708
17626
|
gap: 1.5rem;
|
|
17709
17627
|
}
|
|
@@ -17719,8 +17637,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17719
17637
|
}
|
|
17720
17638
|
.zen-page-header-component__actions {
|
|
17721
17639
|
display: flex;
|
|
17722
|
-
flex-
|
|
17723
|
-
flex-wrap: nowrap;
|
|
17640
|
+
flex-flow: row nowrap;
|
|
17724
17641
|
align-items: center;
|
|
17725
17642
|
gap: 0.75rem;
|
|
17726
17643
|
}
|
|
@@ -17749,10 +17666,9 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17749
17666
|
.zen-legend-list--flexible {
|
|
17750
17667
|
display: flex;
|
|
17751
17668
|
gap: 0.625rem;
|
|
17752
|
-
flex-
|
|
17669
|
+
flex-flow: row wrap;
|
|
17753
17670
|
margin: 0;
|
|
17754
17671
|
padding: 0;
|
|
17755
|
-
flex-wrap: wrap;
|
|
17756
17672
|
}
|
|
17757
17673
|
.zen-legend-list__item {
|
|
17758
17674
|
display: flex;
|
|
@@ -17781,7 +17697,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17781
17697
|
font-size: 1rem;
|
|
17782
17698
|
line-height: 1.125rem;
|
|
17783
17699
|
}
|
|
17784
|
-
@media (
|
|
17700
|
+
@media (width <= 640px) {
|
|
17785
17701
|
.zen-legend-list.zen-legend-list--drive .zen-legend-list__item-text {
|
|
17786
17702
|
font-size: 0.875rem;
|
|
17787
17703
|
}
|
|
@@ -17876,8 +17792,7 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17876
17792
|
}
|
|
17877
17793
|
.zen-nav__content {
|
|
17878
17794
|
flex: 1 1 auto;
|
|
17879
|
-
overflow
|
|
17880
|
-
overflow-x: hidden;
|
|
17795
|
+
overflow: hidden auto;
|
|
17881
17796
|
position: relative;
|
|
17882
17797
|
}
|
|
17883
17798
|
.zen-nav__content--has-scrollbar {
|
|
@@ -17983,6 +17898,7 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17983
17898
|
background-color: initial;
|
|
17984
17899
|
}
|
|
17985
17900
|
}
|
|
17901
|
+
/* stylelint-disable-next-line selector-not-notation */
|
|
17986
17902
|
.zen-nav-popup.zen-nav-popup:not(.zen-nav-popup .zen-nav-popup):not(.zen-nav-popup--mobile) {
|
|
17987
17903
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
17988
17904
|
font-size: 0.875rem;
|
|
@@ -17992,7 +17908,7 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17992
17908
|
line-height: 1rem;
|
|
17993
17909
|
text-transform: none;
|
|
17994
17910
|
text-decoration: none;
|
|
17995
|
-
box-shadow:
|
|
17911
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
17996
17912
|
border-radius: var(--border-radius-default);
|
|
17997
17913
|
box-sizing: border-box;
|
|
17998
17914
|
max-height: 50rem;
|
|
@@ -18075,13 +17991,14 @@ html:lang(ar) .zen-nav-popup.zen-nav-popup:not(.zen-nav-popup .zen-nav-popup):no
|
|
|
18075
17991
|
html:lang(ar) .zen-nav-item--active .zen-nav-item__title-text {
|
|
18076
17992
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
18077
17993
|
}
|
|
18078
|
-
.zen-nav-item
|
|
17994
|
+
.zen-nav-item .zen-nav-item__main {
|
|
18079
17995
|
min-height: 36px;
|
|
18080
17996
|
}
|
|
18081
17997
|
.zen-nav-item--collapsed {
|
|
18082
17998
|
width: auto;
|
|
18083
17999
|
}
|
|
18084
18000
|
.zen-nav-item--collapsed .zen-nav-item__main {
|
|
18001
|
+
min-height: auto;
|
|
18085
18002
|
padding: 0;
|
|
18086
18003
|
width: auto;
|
|
18087
18004
|
display: inline-flex;
|
|
@@ -18094,8 +18011,8 @@ html:lang(ar) .zen-nav-item--active .zen-nav-item__title-text {
|
|
|
18094
18011
|
.zen-nav-item--collapsed .zen-nav-item__icon--with-counter::before {
|
|
18095
18012
|
content: "";
|
|
18096
18013
|
position: absolute;
|
|
18097
|
-
|
|
18098
|
-
|
|
18014
|
+
inset-block-start: 4px;
|
|
18015
|
+
inset-inline-end: 4px;
|
|
18099
18016
|
width: 8px;
|
|
18100
18017
|
height: 8px;
|
|
18101
18018
|
background-color: var(--action-destructive--default);
|
|
@@ -18108,12 +18025,12 @@ html:lang(ar) .zen-nav-item--active .zen-nav-item__title-text {
|
|
|
18108
18025
|
.zen-nav-item--button .zen-nav-item__main {
|
|
18109
18026
|
border: 0;
|
|
18110
18027
|
background: transparent;
|
|
18111
|
-
text-align:
|
|
18028
|
+
text-align: start;
|
|
18112
18029
|
}
|
|
18113
18030
|
.zen-nav-item--link .zen-nav-item__main {
|
|
18114
18031
|
text-decoration: none;
|
|
18115
18032
|
}
|
|
18116
|
-
.zen-nav-item--nested
|
|
18033
|
+
.zen-nav-item--nested .zen-nav-item__main {
|
|
18117
18034
|
min-height: 32px;
|
|
18118
18035
|
border-radius: 4px;
|
|
18119
18036
|
padding: 4px;
|
|
@@ -18160,7 +18077,7 @@ html:lang(ar) .zen-nav-item__main {
|
|
|
18160
18077
|
fill: var(--accents-general--detail);
|
|
18161
18078
|
border-radius: 1rem;
|
|
18162
18079
|
padding: 6px 8px;
|
|
18163
|
-
margin-
|
|
18080
|
+
margin-inline-end: 4px;
|
|
18164
18081
|
display: flex;
|
|
18165
18082
|
align-items: center;
|
|
18166
18083
|
flex: 0 0 auto;
|
|
@@ -18184,7 +18101,7 @@ html:lang(ar) .zen-nav-item__main {
|
|
|
18184
18101
|
overflow: hidden;
|
|
18185
18102
|
text-overflow: ellipsis;
|
|
18186
18103
|
white-space: nowrap;
|
|
18187
|
-
|
|
18104
|
+
overflow-wrap: normal;
|
|
18188
18105
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
18189
18106
|
font-size: 0.875rem;
|
|
18190
18107
|
font-style: normal;
|
|
@@ -18278,7 +18195,7 @@ html:lang(ar) .zen-nav-item__title-text {
|
|
|
18278
18195
|
display: flex;
|
|
18279
18196
|
align-items: center;
|
|
18280
18197
|
flex: 1 1 100%;
|
|
18281
|
-
margin-
|
|
18198
|
+
margin-block-end: -3px;
|
|
18282
18199
|
/* Adjust for visual centering (compensate y letter shift) */
|
|
18283
18200
|
}
|
|
18284
18201
|
.zen-nav-header--collapsed {
|
|
@@ -18325,7 +18242,7 @@ html:lang(ar) .zen-nav-item__title-text {
|
|
|
18325
18242
|
gap: 8px;
|
|
18326
18243
|
padding: 3px 12px;
|
|
18327
18244
|
background: var(--backgrounds-content-0);
|
|
18328
|
-
border-
|
|
18245
|
+
border-block-start: 1px solid var(--borders-general);
|
|
18329
18246
|
}
|
|
18330
18247
|
.zen-nav-edit-footer {
|
|
18331
18248
|
display: flex;
|
|
@@ -18336,7 +18253,7 @@ html:lang(ar) .zen-nav-item__title-text {
|
|
|
18336
18253
|
width: calc(50% - 4px);
|
|
18337
18254
|
}
|
|
18338
18255
|
.zen-nav-edit-footer__button--with-margin {
|
|
18339
|
-
margin-
|
|
18256
|
+
margin-block-end: 8px;
|
|
18340
18257
|
}
|
|
18341
18258
|
.zen-nav-edit-footer--mobile {
|
|
18342
18259
|
flex-direction: column;
|
|
@@ -18370,7 +18287,7 @@ html:lang(ar) .zen-nav-edit-list__header {
|
|
|
18370
18287
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
18371
18288
|
}
|
|
18372
18289
|
.zen-nav-edit-list__header--no-gap {
|
|
18373
|
-
margin-
|
|
18290
|
+
margin-block-end: calc(var(--nav-items-gap) * -1);
|
|
18374
18291
|
}
|
|
18375
18292
|
.zen-nav-edit-list .zen-nav-edit-list__item--placeholder {
|
|
18376
18293
|
list-style-type: none;
|
|
@@ -18391,7 +18308,7 @@ html:lang(ar) .zen-nav-edit-list__header {
|
|
|
18391
18308
|
line-height: 1rem;
|
|
18392
18309
|
text-transform: none;
|
|
18393
18310
|
text-decoration: none;
|
|
18394
|
-
box-shadow:
|
|
18311
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
18395
18312
|
position: relative;
|
|
18396
18313
|
display: flex;
|
|
18397
18314
|
flex-direction: row;
|
|
@@ -18410,7 +18327,7 @@ html:lang(ar) .zen-push {
|
|
|
18410
18327
|
.zen-push::before {
|
|
18411
18328
|
content: "";
|
|
18412
18329
|
position: absolute;
|
|
18413
|
-
|
|
18330
|
+
inset-block-start: 0;
|
|
18414
18331
|
inset-inline-start: -0.375rem;
|
|
18415
18332
|
width: 0.4375rem;
|
|
18416
18333
|
height: 100%;
|
|
@@ -18447,7 +18364,7 @@ html:lang(ar) .zen-push__header {
|
|
|
18447
18364
|
text-transform: none;
|
|
18448
18365
|
text-decoration: none;
|
|
18449
18366
|
flex-grow: 1;
|
|
18450
|
-
padding-
|
|
18367
|
+
padding-block-start: 0.5rem;
|
|
18451
18368
|
display: flex;
|
|
18452
18369
|
flex-direction: column;
|
|
18453
18370
|
}
|
|
@@ -18464,12 +18381,11 @@ html:lang(ar) .zen-push__body {
|
|
|
18464
18381
|
}
|
|
18465
18382
|
.zen-push__text {
|
|
18466
18383
|
font-size: 0.75rem;
|
|
18467
|
-
padding-
|
|
18384
|
+
padding-block-end: 1rem;
|
|
18468
18385
|
}
|
|
18469
18386
|
.zen-push__title {
|
|
18470
18387
|
font-style: normal;
|
|
18471
|
-
padding-
|
|
18472
|
-
padding-top: 0.125rem;
|
|
18388
|
+
padding-block: 0.125rem 0.5rem;
|
|
18473
18389
|
}
|
|
18474
18390
|
.zen-push__title--error {
|
|
18475
18391
|
color: var(--accents-error--detail);
|
|
@@ -18661,7 +18577,7 @@ html:lang(ar) .zen-push__body {
|
|
|
18661
18577
|
background-color: var(--accents-warning--detail);
|
|
18662
18578
|
border-color: var(--accents-warning--detail);
|
|
18663
18579
|
}
|
|
18664
|
-
@media (
|
|
18580
|
+
@media (width <= 540px) {
|
|
18665
18581
|
.zen-push {
|
|
18666
18582
|
min-width: 9.375rem;
|
|
18667
18583
|
}
|
|
@@ -18755,7 +18671,7 @@ html:lang(ar) .zen-overview__label {
|
|
|
18755
18671
|
color: var(--text-primary);
|
|
18756
18672
|
align-items: center;
|
|
18757
18673
|
justify-content: space-between;
|
|
18758
|
-
padding: 0.25rem 0.75rem
|
|
18674
|
+
padding: 0.25rem 0.75rem;
|
|
18759
18675
|
border-radius: 1.875rem;
|
|
18760
18676
|
background: var(--backgrounds-content-1);
|
|
18761
18677
|
}
|
|
@@ -18829,7 +18745,7 @@ html:lang(ar) .zen-pill {
|
|
|
18829
18745
|
fill: var(--accents-general--main);
|
|
18830
18746
|
}
|
|
18831
18747
|
.zen-pill--closable {
|
|
18832
|
-
padding-
|
|
18748
|
+
padding-inline-end: 0.25rem;
|
|
18833
18749
|
}
|
|
18834
18750
|
.zen-pill--long {
|
|
18835
18751
|
min-width: 12.5rem;
|
|
@@ -18846,7 +18762,7 @@ html:lang(ar) .zen-pill {
|
|
|
18846
18762
|
border-radius: 0.9375rem;
|
|
18847
18763
|
padding: 0;
|
|
18848
18764
|
margin: 0;
|
|
18849
|
-
margin-
|
|
18765
|
+
margin-inline-start: 8px;
|
|
18850
18766
|
cursor: pointer;
|
|
18851
18767
|
}
|
|
18852
18768
|
.zen-pill__close-button:active,
|
|
@@ -18866,8 +18782,7 @@ html:lang(ar) .zen-pill {
|
|
|
18866
18782
|
}
|
|
18867
18783
|
.zen-page-layout {
|
|
18868
18784
|
box-sizing: border-box;
|
|
18869
|
-
overflow
|
|
18870
|
-
overflow-y: auto;
|
|
18785
|
+
overflow: hidden auto;
|
|
18871
18786
|
z-index: 1000;
|
|
18872
18787
|
margin: 0;
|
|
18873
18788
|
touch-action: manipulation;
|
|
@@ -18947,7 +18862,7 @@ html:lang(ar) .zen-page-section__title {
|
|
|
18947
18862
|
color: var(--text-primary);
|
|
18948
18863
|
align-items: center;
|
|
18949
18864
|
justify-content: space-between;
|
|
18950
|
-
padding: 0.25rem 0.75rem
|
|
18865
|
+
padding: 0.25rem 0.75rem;
|
|
18951
18866
|
border-radius: 1.875rem;
|
|
18952
18867
|
background: var(--backgrounds-content-1);
|
|
18953
18868
|
}
|
|
@@ -18956,12 +18871,12 @@ html:lang(ar) .zen-pill-actionable__block {
|
|
|
18956
18871
|
}
|
|
18957
18872
|
.zen-pill-actionable__icon {
|
|
18958
18873
|
display: none;
|
|
18959
|
-
margin-
|
|
18960
|
-
margin-
|
|
18874
|
+
margin-block-start: 2px;
|
|
18875
|
+
margin-inline-end: 8px;
|
|
18961
18876
|
}
|
|
18962
18877
|
.zen-pill-actionable__input {
|
|
18963
18878
|
position: absolute;
|
|
18964
|
-
|
|
18879
|
+
inset-inline-start: -5000px;
|
|
18965
18880
|
}
|
|
18966
18881
|
.zen-pill-actionable__input:hover + .zen-pill-actionable__block--actionable {
|
|
18967
18882
|
background-color: var(--backgrounds-content-2);
|
|
@@ -19024,7 +18939,6 @@ html:lang(ar) .zen-pill-actionable__block {
|
|
|
19024
18939
|
.zen-sort-container__button {
|
|
19025
18940
|
display: flex;
|
|
19026
18941
|
padding: 0.4375rem 1rem;
|
|
19027
|
-
border-color: var(--borders-general);
|
|
19028
18942
|
border: 1px solid var(--borders-general);
|
|
19029
18943
|
border-radius: var(--border-radius-default);
|
|
19030
18944
|
justify-content: center;
|
|
@@ -19152,9 +19066,12 @@ html:lang(ar) .zen-sort-container__text-block {
|
|
|
19152
19066
|
html:lang(ar) .zen-stepper-field {
|
|
19153
19067
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
19154
19068
|
}
|
|
19155
|
-
.zen-stepper-field:
|
|
19069
|
+
.zen-stepper-field:hover .zen-stepper-field__controls {
|
|
19156
19070
|
visibility: visible;
|
|
19157
19071
|
}
|
|
19072
|
+
.zen-stepper-field--disabled:hover .zen-stepper-field__controls {
|
|
19073
|
+
visibility: hidden;
|
|
19074
|
+
}
|
|
19158
19075
|
.zen-stepper-field__input-wrapper {
|
|
19159
19076
|
position: relative;
|
|
19160
19077
|
}
|
|
@@ -19169,7 +19086,7 @@ html:lang(ar) .zen-stepper-field {
|
|
|
19169
19086
|
width: 1rem;
|
|
19170
19087
|
height: 1rem;
|
|
19171
19088
|
position: absolute;
|
|
19172
|
-
|
|
19089
|
+
inset-block-start: 0.375rem;
|
|
19173
19090
|
}
|
|
19174
19091
|
.zen-stepper-field__controls:not(:hover),
|
|
19175
19092
|
.zen-stepper-field__controls:not(:active) {
|
|
@@ -19187,11 +19104,11 @@ html:lang(ar) .zen-stepper-field {
|
|
|
19187
19104
|
}
|
|
19188
19105
|
.zen-stepper-field__input::-webkit-outer-spin-button,
|
|
19189
19106
|
.zen-stepper-field__input::-webkit-inner-spin-button {
|
|
19190
|
-
|
|
19107
|
+
appearance: none;
|
|
19191
19108
|
margin: 0;
|
|
19192
19109
|
}
|
|
19193
19110
|
.zen-stepper-field__input[type="number"] {
|
|
19194
|
-
|
|
19111
|
+
appearance: textfield;
|
|
19195
19112
|
}
|
|
19196
19113
|
.zen-stepper-field__input:hover:not(:disabled) + .zen-stepper-field__controls,
|
|
19197
19114
|
.zen-stepper-field__input:active:not(:disabled) + .zen-stepper-field__controls {
|
|
@@ -19231,15 +19148,12 @@ html:lang(ar) .zen-stepper-field {
|
|
|
19231
19148
|
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__controls {
|
|
19232
19149
|
width: 1.25rem;
|
|
19233
19150
|
height: 1.25rem;
|
|
19151
|
+
inset-block-start: 0.875rem;
|
|
19234
19152
|
}
|
|
19235
19153
|
.zen-stepper-field.zen-stepper-field--drive .zen-stepper-field__input,
|
|
19236
19154
|
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__input {
|
|
19237
19155
|
min-height: 3rem;
|
|
19238
19156
|
}
|
|
19239
|
-
.zen-stepper-field.zen-stepper-field--drive .zen-stepper-field__controls,
|
|
19240
|
-
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__controls {
|
|
19241
|
-
top: 0.875rem;
|
|
19242
|
-
}
|
|
19243
19157
|
.zen-stepper-field.zen-stepper-field--drive.zen-stepper-field--drive .zen-text-input,
|
|
19244
19158
|
.zen-stepper-field.zen-stepper-field--drive-tablet.zen-stepper-field--drive .zen-text-input {
|
|
19245
19159
|
padding-inline-end: 1.625rem;
|
|
@@ -19264,38 +19178,31 @@ html:lang(ar) .zen-stepper-field.zen-stepper-field--mobile {
|
|
|
19264
19178
|
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__controls {
|
|
19265
19179
|
width: 1.25rem;
|
|
19266
19180
|
height: 1.25rem;
|
|
19181
|
+
inset-block-start: 0.875rem;
|
|
19267
19182
|
}
|
|
19268
19183
|
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__input {
|
|
19269
19184
|
min-height: 3rem;
|
|
19270
19185
|
}
|
|
19271
|
-
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__controls {
|
|
19272
|
-
top: 0.875rem;
|
|
19273
|
-
}
|
|
19274
19186
|
.zen-stepper-field.zen-stepper-field--mobile.zen-stepper-field--mobile .zen-text-input {
|
|
19275
19187
|
padding-inline-end: 1.625rem;
|
|
19276
19188
|
}
|
|
19277
19189
|
.zen-summaries__row {
|
|
19278
19190
|
display: flex;
|
|
19279
19191
|
align-items: top;
|
|
19280
|
-
flex-
|
|
19281
|
-
|
|
19282
|
-
row-gap: 2rem;
|
|
19283
|
-
column-gap: 3.5rem;
|
|
19192
|
+
flex-flow: row wrap;
|
|
19193
|
+
gap: 2rem 3.5rem;
|
|
19284
19194
|
}
|
|
19285
19195
|
.zen-summaries__column,
|
|
19286
19196
|
.zen-summaries__two-columns {
|
|
19287
19197
|
display: flex;
|
|
19288
|
-
flex-
|
|
19289
|
-
flex-wrap: wrap;
|
|
19198
|
+
flex-flow: column wrap;
|
|
19290
19199
|
align-items: flex-start;
|
|
19291
|
-
|
|
19292
|
-
|
|
19293
|
-
max-height: 100vh;
|
|
19200
|
+
gap: 2rem;
|
|
19201
|
+
max-height: 100vb;
|
|
19294
19202
|
}
|
|
19295
19203
|
.zen-summaries__two-columns-container {
|
|
19296
19204
|
display: flex;
|
|
19297
|
-
|
|
19298
|
-
column-gap: 2rem;
|
|
19205
|
+
gap: 2rem;
|
|
19299
19206
|
}
|
|
19300
19207
|
.zen-tab-bar-content {
|
|
19301
19208
|
box-sizing: border-box;
|
|
@@ -19436,8 +19343,8 @@ html:lang(ar) .zen-toolbar__trigger-button {
|
|
|
19436
19343
|
text-transform: none;
|
|
19437
19344
|
text-decoration: none;
|
|
19438
19345
|
box-sizing: border-box;
|
|
19439
|
-
--
|
|
19440
|
-
--
|
|
19346
|
+
--background-switcher: var(--action-primary--default);
|
|
19347
|
+
--background-runner: var(--backgrounds-main);
|
|
19441
19348
|
display: flex;
|
|
19442
19349
|
align-items: center;
|
|
19443
19350
|
}
|
|
@@ -19483,7 +19390,7 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19483
19390
|
min-height: 1rem;
|
|
19484
19391
|
border-radius: 1rem;
|
|
19485
19392
|
padding: 0.125rem;
|
|
19486
|
-
background-color: var(--
|
|
19393
|
+
background-color: var(--background-switcher);
|
|
19487
19394
|
overflow: visible;
|
|
19488
19395
|
position: relative;
|
|
19489
19396
|
cursor: pointer;
|
|
@@ -19497,8 +19404,8 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19497
19404
|
min-height: 1.625rem;
|
|
19498
19405
|
border-radius: 50%;
|
|
19499
19406
|
opacity: 0.4;
|
|
19500
|
-
|
|
19501
|
-
background-color: var(--
|
|
19407
|
+
inset-block-start: -0.3125rem;
|
|
19408
|
+
background-color: var(--background-switcher);
|
|
19502
19409
|
inset-inline-start: -0.3125rem;
|
|
19503
19410
|
}
|
|
19504
19411
|
.zen-two-options-switcher-control__runner {
|
|
@@ -19507,7 +19414,7 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19507
19414
|
height: 0.75rem;
|
|
19508
19415
|
min-height: 0.75rem;
|
|
19509
19416
|
border-radius: 50%;
|
|
19510
|
-
background-color: var(--
|
|
19417
|
+
background-color: var(--background-runner);
|
|
19511
19418
|
}
|
|
19512
19419
|
.zen-two-options-switcher-control--disabled {
|
|
19513
19420
|
opacity: 0.6;
|