@geotab/zenith 3.14.0-beta.0 → 3.14.0-beta.2
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/dist/commonStyles/caption/caption.less +5 -3
- package/dist/commonStyles/colors/colors.less +19 -4
- package/dist/commonStyles/columnsList.less +0 -1
- package/dist/commonStyles/common.less +2 -1
- 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 +4 -0
- package/dist/commonStyles/pillStyles/pillContent.less +2 -6
- package/dist/commonStyles/pillStyles/pillStyles.less +1 -1
- package/dist/commonStyles/pillStyles/pillTextContent.less +0 -3
- package/dist/commonStyles/pillStyles/pillTypes.less +0 -10
- package/dist/commonStyles/rangeFieldMixin.less +6 -3
- package/dist/commonStyles/shadows/shadows.less +3 -3
- package/dist/commonStyles/typography/typography.less +24 -24
- package/dist/index.css +519 -402
- package/package.json +1 -10
package/dist/index.css
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family: Roboto;
|
|
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: Roboto;
|
|
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: Roboto;
|
|
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: Roboto;
|
|
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: Roboto;
|
|
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: Roboto;
|
|
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: Roboto;
|
|
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 (width
|
|
512
|
+
@media (max-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 (width
|
|
761
|
+
@media (max-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 (width
|
|
896
|
+
@media (max-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 (width
|
|
941
|
+
@media (max-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 (width
|
|
986
|
+
@media (max-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 (width
|
|
1031
|
+
@media (max-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 (width
|
|
1076
|
+
@media (max-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 (width
|
|
1121
|
+
@media (max-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 (width
|
|
1166
|
+
@media (max-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 (width
|
|
1226
|
+
@media (max-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 (width
|
|
1329
|
+
@media (max-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 (width
|
|
1374
|
+
@media (max-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 (width
|
|
1419
|
+
@media (max-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 (width
|
|
1464
|
+
@media (max-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 (width
|
|
1509
|
+
@media (max-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 (width
|
|
1580
|
+
@media (max-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 (width
|
|
1715
|
+
@media (max-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 (width
|
|
1760
|
+
@media (max-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 (width
|
|
1805
|
+
@media (max-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 (width
|
|
1850
|
+
@media (max-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: #ffffff;
|
|
1874
1874
|
--text-reverse-primary-button: var(--text-reverse-primary);
|
|
1875
|
-
--backgrounds-main: #
|
|
1875
|
+
--backgrounds-main: #ffffff;
|
|
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: #ffffff;
|
|
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: #ffffff;
|
|
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-right: 0;
|
|
1995
1995
|
}
|
|
1996
1996
|
.zen-caption--full-width {
|
|
1997
1997
|
width: 100%;
|
|
@@ -2000,14 +2000,15 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2000
2000
|
line-height: 16px;
|
|
2001
2001
|
font-weight: 400;
|
|
2002
2002
|
white-space: nowrap;
|
|
2003
|
-
margin-
|
|
2003
|
+
margin-left: 0;
|
|
2004
|
+
margin-right: auto;
|
|
2004
2005
|
}
|
|
2005
2006
|
.zen-caption--hidden {
|
|
2006
2007
|
display: none;
|
|
2007
2008
|
}
|
|
2008
2009
|
.zen-caption--wrapped .zen-caption__content {
|
|
2009
2010
|
white-space: normal;
|
|
2010
|
-
|
|
2011
|
+
word-wrap: break-word;
|
|
2011
2012
|
}
|
|
2012
2013
|
.zen-caption.zen-caption {
|
|
2013
2014
|
display: inline-flex;
|
|
@@ -2016,20 +2017,24 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2016
2017
|
overflow: hidden;
|
|
2017
2018
|
text-overflow: ellipsis;
|
|
2018
2019
|
white-space: nowrap;
|
|
2019
|
-
|
|
2020
|
+
word-wrap: normal;
|
|
2020
2021
|
}
|
|
2021
2022
|
.zen-not-selectable {
|
|
2022
2023
|
-webkit-touch-callout: none;
|
|
2024
|
+
-webkit-user-select: none;
|
|
2025
|
+
-khtml-user-select: none;
|
|
2026
|
+
-moz-user-select: none;
|
|
2027
|
+
-ms-user-select: none;
|
|
2023
2028
|
user-select: none;
|
|
2024
2029
|
}
|
|
2025
2030
|
.zen-shadow-dropdown-default {
|
|
2026
|
-
box-shadow:
|
|
2031
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
2027
2032
|
}
|
|
2028
2033
|
.zen-card-shadow {
|
|
2029
|
-
box-shadow:
|
|
2034
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
|
|
2030
2035
|
}
|
|
2031
2036
|
.zen-chip-shadow {
|
|
2032
|
-
box-shadow:
|
|
2037
|
+
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
|
|
2033
2038
|
}
|
|
2034
2039
|
.zenIcons_pdf {
|
|
2035
2040
|
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");
|
|
@@ -2046,7 +2051,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2046
2051
|
cursor: pointer;
|
|
2047
2052
|
background: none;
|
|
2048
2053
|
border: none;
|
|
2049
|
-
|
|
2054
|
+
word-wrap: break-word;
|
|
2050
2055
|
}
|
|
2051
2056
|
.zen-link:hover,
|
|
2052
2057
|
.zen-link:focus,
|
|
@@ -2092,7 +2097,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2092
2097
|
overflow: hidden;
|
|
2093
2098
|
text-overflow: ellipsis;
|
|
2094
2099
|
white-space: nowrap;
|
|
2095
|
-
|
|
2100
|
+
word-wrap: normal;
|
|
2096
2101
|
}
|
|
2097
2102
|
.zen-select-button {
|
|
2098
2103
|
display: flex;
|
|
@@ -2109,7 +2114,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2109
2114
|
overflow: hidden;
|
|
2110
2115
|
text-overflow: ellipsis;
|
|
2111
2116
|
white-space: nowrap;
|
|
2112
|
-
|
|
2117
|
+
word-wrap: normal;
|
|
2113
2118
|
}
|
|
2114
2119
|
.zen-select-button:hover,
|
|
2115
2120
|
.zen-select-button:focus {
|
|
@@ -2133,13 +2138,16 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2133
2138
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
2134
2139
|
grid-template-rows: auto auto;
|
|
2135
2140
|
gap: 0.25rem 0.5rem;
|
|
2136
|
-
|
|
2141
|
+
align-items: center;
|
|
2142
|
+
justify-items: start;
|
|
2137
2143
|
}
|
|
2138
2144
|
.zen-range-field-wrapper-row {
|
|
2139
2145
|
display: grid;
|
|
2140
|
-
|
|
2146
|
+
align-items: center;
|
|
2147
|
+
justify-items: start;
|
|
2141
2148
|
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);
|
|
2142
|
-
gap: 0.25rem
|
|
2149
|
+
row-gap: 0.25rem;
|
|
2150
|
+
column-gap: 0.5rem;
|
|
2143
2151
|
}
|
|
2144
2152
|
:root {
|
|
2145
2153
|
--border-width-default: 1px;
|
|
@@ -2149,6 +2157,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2149
2157
|
--mobile: 640px;
|
|
2150
2158
|
}
|
|
2151
2159
|
.zen-visually-hidden {
|
|
2160
|
+
clip: rect(0 0 0 0);
|
|
2152
2161
|
clip-path: inset(50%);
|
|
2153
2162
|
height: 1px;
|
|
2154
2163
|
overflow: hidden;
|
|
@@ -2683,8 +2692,8 @@ html:lang(ar) .zen-button--mobile {
|
|
|
2683
2692
|
}
|
|
2684
2693
|
.zen-calculate-position {
|
|
2685
2694
|
position: absolute;
|
|
2686
|
-
|
|
2687
|
-
|
|
2695
|
+
left: 0;
|
|
2696
|
+
top: 0;
|
|
2688
2697
|
opacity: 0.01;
|
|
2689
2698
|
max-height: 1px;
|
|
2690
2699
|
}
|
|
@@ -2770,7 +2779,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2770
2779
|
background-color: var(--backgrounds-content-1);
|
|
2771
2780
|
font-size: 14px;
|
|
2772
2781
|
line-height: 16px;
|
|
2773
|
-
border:
|
|
2782
|
+
border: 0px;
|
|
2774
2783
|
font-style: normal;
|
|
2775
2784
|
font-weight: 400;
|
|
2776
2785
|
letter-spacing: 0.02rem;
|
|
@@ -2785,7 +2794,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2785
2794
|
}
|
|
2786
2795
|
.zen-accordion__header-button .zen-accordion__header-arrow {
|
|
2787
2796
|
fill: var(--action-secondary--default);
|
|
2788
|
-
margin-
|
|
2797
|
+
margin-left: auto;
|
|
2789
2798
|
}
|
|
2790
2799
|
.zen-accordion__header-button .zen-accordion__header-arrow--rotated {
|
|
2791
2800
|
transform: rotate(180deg);
|
|
@@ -2816,7 +2825,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2816
2825
|
}
|
|
2817
2826
|
.zen-accordion--legacy .zen-accordion__header-button {
|
|
2818
2827
|
background-color: var(--backgrounds-main);
|
|
2819
|
-
border-radius:
|
|
2828
|
+
border-radius: 0px;
|
|
2820
2829
|
color: var(--text-primary);
|
|
2821
2830
|
fill: var(--action-secondary--default);
|
|
2822
2831
|
}
|
|
@@ -2900,7 +2909,6 @@ html:lang(ar) .zen-accordion {
|
|
|
2900
2909
|
}
|
|
2901
2910
|
.zen-banner__block--multiline {
|
|
2902
2911
|
height: unset;
|
|
2903
|
-
flex-wrap: wrap;
|
|
2904
2912
|
}
|
|
2905
2913
|
.zen-banner__block--XXL {
|
|
2906
2914
|
max-width: 100%;
|
|
@@ -2925,6 +2933,9 @@ html:lang(ar) .zen-accordion {
|
|
|
2925
2933
|
max-width: 22.5rem;
|
|
2926
2934
|
min-width: 16.75rem;
|
|
2927
2935
|
}
|
|
2936
|
+
.zen-banner__block--multiline {
|
|
2937
|
+
flex-wrap: wrap;
|
|
2938
|
+
}
|
|
2928
2939
|
.zen-banner__multiline-container {
|
|
2929
2940
|
display: flex;
|
|
2930
2941
|
align-items: center;
|
|
@@ -2994,7 +3005,7 @@ html:lang(ar) .zen-banner__header {
|
|
|
2994
3005
|
overflow: hidden;
|
|
2995
3006
|
text-overflow: ellipsis;
|
|
2996
3007
|
white-space: nowrap;
|
|
2997
|
-
|
|
3008
|
+
word-wrap: normal;
|
|
2998
3009
|
text-align: start;
|
|
2999
3010
|
margin-inline-end: auto;
|
|
3000
3011
|
max-width: 64.6875rem;
|
|
@@ -3010,7 +3021,7 @@ html:lang(ar) .zen-banner__message {
|
|
|
3010
3021
|
.zen-banner__message--drive,
|
|
3011
3022
|
.zen-banner__message--drive-tablet {
|
|
3012
3023
|
max-width: 28.25rem;
|
|
3013
|
-
padding-
|
|
3024
|
+
padding-top: 0.25rem;
|
|
3014
3025
|
}
|
|
3015
3026
|
.zen-banner__message--drive {
|
|
3016
3027
|
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -3034,6 +3045,7 @@ html:lang(ar) .zen-banner__message {
|
|
|
3034
3045
|
}
|
|
3035
3046
|
.zen-banner__message--mobile {
|
|
3036
3047
|
max-width: unset;
|
|
3048
|
+
overflow: unset;
|
|
3037
3049
|
text-overflow: unset;
|
|
3038
3050
|
white-space: unset;
|
|
3039
3051
|
display: -webkit-box;
|
|
@@ -3214,7 +3226,7 @@ html:lang(ar) .zen-banner .zen-banner__summary-error-link {
|
|
|
3214
3226
|
line-height: 1rem;
|
|
3215
3227
|
text-transform: none;
|
|
3216
3228
|
text-decoration: none;
|
|
3217
|
-
box-shadow:
|
|
3229
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
3218
3230
|
display: flex;
|
|
3219
3231
|
position: absolute;
|
|
3220
3232
|
background-color: var(--backgrounds-content-1);
|
|
@@ -3370,8 +3382,10 @@ html:lang(ar) .zen-tooltip__title {
|
|
|
3370
3382
|
.zen-shield {
|
|
3371
3383
|
box-sizing: border-box;
|
|
3372
3384
|
position: fixed;
|
|
3373
|
-
|
|
3374
|
-
|
|
3385
|
+
top: 0;
|
|
3386
|
+
bottom: 0;
|
|
3387
|
+
left: 0;
|
|
3388
|
+
right: 0;
|
|
3375
3389
|
z-index: 10006;
|
|
3376
3390
|
background-color: #000;
|
|
3377
3391
|
opacity: 0.1;
|
|
@@ -3415,7 +3429,7 @@ html:lang(ar) .zen-tooltip__title {
|
|
|
3415
3429
|
justify-content: center;
|
|
3416
3430
|
}
|
|
3417
3431
|
.zen-text-icon-button .zen-caption__content {
|
|
3418
|
-
margin-
|
|
3432
|
+
margin-right: 0;
|
|
3419
3433
|
}
|
|
3420
3434
|
.zen-field-label {
|
|
3421
3435
|
display: flex;
|
|
@@ -3465,7 +3479,6 @@ html:lang(ar) .zen-field-label__text {
|
|
|
3465
3479
|
}
|
|
3466
3480
|
.zen-card-container--absolute {
|
|
3467
3481
|
flex-shrink: 0;
|
|
3468
|
-
min-width: unset;
|
|
3469
3482
|
}
|
|
3470
3483
|
.zen-card-container--extra-extra-large {
|
|
3471
3484
|
min-height: 26.125rem;
|
|
@@ -3522,7 +3535,7 @@ html:lang(ar) .zen-field-label__text {
|
|
|
3522
3535
|
min-width: 0;
|
|
3523
3536
|
max-width: unset;
|
|
3524
3537
|
}
|
|
3525
|
-
@media (width
|
|
3538
|
+
@media (max-width: 640px) {
|
|
3526
3539
|
.zen-card-container {
|
|
3527
3540
|
max-width: unset;
|
|
3528
3541
|
}
|
|
@@ -3813,7 +3826,8 @@ html:lang(ar) .zen-card__secondary {
|
|
|
3813
3826
|
overflow: hidden;
|
|
3814
3827
|
}
|
|
3815
3828
|
.zen-card__content--overflow-scroll {
|
|
3816
|
-
overflow: hidden
|
|
3829
|
+
overflow-x: hidden;
|
|
3830
|
+
overflow-y: auto;
|
|
3817
3831
|
}
|
|
3818
3832
|
.zen-card__header-right {
|
|
3819
3833
|
margin-inline-start: auto;
|
|
@@ -3979,7 +3993,8 @@ html:lang(ar) .zen-menu-button__action {
|
|
|
3979
3993
|
overflow: hidden;
|
|
3980
3994
|
text-overflow: ellipsis;
|
|
3981
3995
|
white-space: nowrap;
|
|
3982
|
-
margin-inline: 0
|
|
3996
|
+
margin-inline-start: 0;
|
|
3997
|
+
margin-inline-end: auto;
|
|
3983
3998
|
}
|
|
3984
3999
|
.zen-menu-button__action--drive,
|
|
3985
4000
|
.zen-menu-button__action--drive-tablet {
|
|
@@ -4034,13 +4049,13 @@ html:lang(ar) .zen-menu-button__action {
|
|
|
4034
4049
|
line-height: 1rem;
|
|
4035
4050
|
text-transform: none;
|
|
4036
4051
|
text-decoration: none;
|
|
4037
|
-
box-shadow:
|
|
4052
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
4038
4053
|
border-radius: var(--border-radius-default);
|
|
4039
4054
|
box-sizing: border-box;
|
|
4040
4055
|
background-color: var(--backgrounds-main);
|
|
4041
4056
|
padding: 0.25rem 0;
|
|
4042
|
-
max-height:
|
|
4043
|
-
border:
|
|
4057
|
+
max-height: 90vh;
|
|
4058
|
+
border: 0px;
|
|
4044
4059
|
min-height: 1.875rem;
|
|
4045
4060
|
min-width: 10.625rem;
|
|
4046
4061
|
max-width: 26.25rem;
|
|
@@ -4063,17 +4078,18 @@ html:lang(ar) .zen-popup {
|
|
|
4063
4078
|
}
|
|
4064
4079
|
.zen-popup--block {
|
|
4065
4080
|
padding: 0.25rem 0;
|
|
4066
|
-
box-shadow:
|
|
4081
|
+
box-shadow: 0px 2px 6px rgba(11, 32, 50, 0.2);
|
|
4067
4082
|
border-radius: var(--border-radius-default);
|
|
4068
4083
|
}
|
|
4069
|
-
@media (width
|
|
4084
|
+
@media (max-width: 640px) {
|
|
4070
4085
|
.zen-popup {
|
|
4071
4086
|
max-width: 100%;
|
|
4072
4087
|
}
|
|
4073
4088
|
}
|
|
4074
4089
|
.zen-menu-separator {
|
|
4075
|
-
list-style-type: none;
|
|
4076
4090
|
border-block-start: 1px solid var(--borders-general);
|
|
4091
|
+
list-style-type: none;
|
|
4092
|
+
border-top: 1px solid var(--borders-general);
|
|
4077
4093
|
height: 0;
|
|
4078
4094
|
}
|
|
4079
4095
|
.zen-side-panel {
|
|
@@ -4127,7 +4143,8 @@ html:lang(ar) .zen-side-panel {
|
|
|
4127
4143
|
display: flex;
|
|
4128
4144
|
}
|
|
4129
4145
|
.zen-side-panel--left-positioned {
|
|
4130
|
-
inset-inline: 0
|
|
4146
|
+
inset-inline-start: 0;
|
|
4147
|
+
inset-inline-end: auto;
|
|
4131
4148
|
transform: translateX(-100%);
|
|
4132
4149
|
border-start-start-radius: 0;
|
|
4133
4150
|
border-end-start-radius: 0;
|
|
@@ -4167,12 +4184,13 @@ html:lang(ar) .zen-side-panel {
|
|
|
4167
4184
|
border-start-end-radius: var(--border-radius-default);
|
|
4168
4185
|
border-end-end-radius: 0;
|
|
4169
4186
|
transform: translateY(100%);
|
|
4170
|
-
inset-block: auto
|
|
4187
|
+
inset-block-start: auto;
|
|
4188
|
+
inset-block-end: 0;
|
|
4171
4189
|
}
|
|
4172
4190
|
.zen-side-panel.zen-side-panel--bottom-positioned.zen-side-panel--shown {
|
|
4173
4191
|
transform: translateY(0);
|
|
4174
4192
|
}
|
|
4175
|
-
@media (width
|
|
4193
|
+
@media (max-width: 640px) {
|
|
4176
4194
|
.zen-side-panel {
|
|
4177
4195
|
width: 100%;
|
|
4178
4196
|
min-width: 100%;
|
|
@@ -4209,18 +4227,21 @@ html:lang(ar) .zen-side-panel {
|
|
|
4209
4227
|
text-transform: none;
|
|
4210
4228
|
text-decoration: none;
|
|
4211
4229
|
color: var(--text-primary);
|
|
4212
|
-
margin-block: 0
|
|
4230
|
+
margin-block-start: 0;
|
|
4213
4231
|
margin-inline: 0;
|
|
4232
|
+
margin-block-end: 1rem;
|
|
4214
4233
|
}
|
|
4215
4234
|
html:lang(ar) .zen-side-panel-cell__title {
|
|
4216
4235
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
4217
4236
|
}
|
|
4218
4237
|
.zen-side-panel-cell__footer {
|
|
4219
|
-
margin-block: 1rem
|
|
4238
|
+
margin-block-start: 1rem;
|
|
4220
4239
|
margin-inline: 0;
|
|
4240
|
+
margin-block-end: 0;
|
|
4221
4241
|
}
|
|
4222
4242
|
.zen-side-panel-cell--no-padding {
|
|
4223
|
-
padding-inline: 0;
|
|
4243
|
+
padding-inline-start: 0;
|
|
4244
|
+
padding-inline-end: 0;
|
|
4224
4245
|
}
|
|
4225
4246
|
.zen-side-panel-cell--no-padding .zen-side-panel-cell__title {
|
|
4226
4247
|
padding-inline-start: 1rem;
|
|
@@ -4348,7 +4369,7 @@ html:lang(ar) .zen-toast__header {
|
|
|
4348
4369
|
overflow: hidden;
|
|
4349
4370
|
text-overflow: ellipsis;
|
|
4350
4371
|
white-space: nowrap;
|
|
4351
|
-
|
|
4372
|
+
word-wrap: normal;
|
|
4352
4373
|
justify-self: end;
|
|
4353
4374
|
}
|
|
4354
4375
|
.zen-toast__progress {
|
|
@@ -4356,7 +4377,7 @@ html:lang(ar) .zen-toast__header {
|
|
|
4356
4377
|
transition: width 0.3s linear;
|
|
4357
4378
|
}
|
|
4358
4379
|
.zen-toast__progress--active {
|
|
4359
|
-
border-radius: 4px 0 0;
|
|
4380
|
+
border-radius: 4px 0 0 0;
|
|
4360
4381
|
}
|
|
4361
4382
|
.zen-toast__progress--info {
|
|
4362
4383
|
background-color: var(--accents-general--detail);
|
|
@@ -4374,7 +4395,7 @@ html:lang(ar) .zen-toast__header {
|
|
|
4374
4395
|
line-height: 1.75rem;
|
|
4375
4396
|
text-transform: none;
|
|
4376
4397
|
text-decoration: none;
|
|
4377
|
-
box-shadow:
|
|
4398
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
4378
4399
|
position: relative;
|
|
4379
4400
|
display: flex;
|
|
4380
4401
|
flex-direction: row;
|
|
@@ -4399,7 +4420,7 @@ html:lang(ar) .zen-alert {
|
|
|
4399
4420
|
.zen-alert::before {
|
|
4400
4421
|
content: "";
|
|
4401
4422
|
position: absolute;
|
|
4402
|
-
|
|
4423
|
+
top: 0;
|
|
4403
4424
|
inset-inline-start: -0.25rem;
|
|
4404
4425
|
width: 0.5rem;
|
|
4405
4426
|
height: 100%;
|
|
@@ -4444,7 +4465,7 @@ html:lang(ar) .zen-alert__body {
|
|
|
4444
4465
|
overflow: hidden;
|
|
4445
4466
|
text-overflow: ellipsis;
|
|
4446
4467
|
white-space: nowrap;
|
|
4447
|
-
|
|
4468
|
+
word-wrap: normal;
|
|
4448
4469
|
}
|
|
4449
4470
|
.zen-alert__text {
|
|
4450
4471
|
display: -webkit-box;
|
|
@@ -4462,7 +4483,7 @@ html:lang(ar) .zen-alert__body {
|
|
|
4462
4483
|
-webkit-box-orient: vertical;
|
|
4463
4484
|
overflow: hidden;
|
|
4464
4485
|
text-overflow: ellipsis;
|
|
4465
|
-
padding-
|
|
4486
|
+
padding-top: 0.125rem;
|
|
4466
4487
|
color: var(--text-primary);
|
|
4467
4488
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
4468
4489
|
font-size: 0.875rem;
|
|
@@ -4588,7 +4609,7 @@ html:lang(ar) .zen-alert__title {
|
|
|
4588
4609
|
text-decoration: none;
|
|
4589
4610
|
}
|
|
4590
4611
|
.zen-alert--drive .zen-alert__icon {
|
|
4591
|
-
padding-
|
|
4612
|
+
padding-top: 0.125rem;
|
|
4592
4613
|
}
|
|
4593
4614
|
.zen-alert--mobile {
|
|
4594
4615
|
max-width: 100%;
|
|
@@ -4639,7 +4660,8 @@ html:lang(ar) .zen-alert__title {
|
|
|
4639
4660
|
text-decoration: none;
|
|
4640
4661
|
color: var(--text-secondary);
|
|
4641
4662
|
padding-block: 0.75rem;
|
|
4642
|
-
padding-inline: 0.75rem
|
|
4663
|
+
padding-inline-start: 0.75rem;
|
|
4664
|
+
padding-inline-end: 0.5rem;
|
|
4643
4665
|
display: flex;
|
|
4644
4666
|
justify-content: space-between;
|
|
4645
4667
|
align-items: center;
|
|
@@ -4705,7 +4727,7 @@ html:lang(ar) .zen-mobile-sheet__title {
|
|
|
4705
4727
|
min-width: 32.5rem;
|
|
4706
4728
|
inset-inline-start: calc(50% - (260 / 16rem));
|
|
4707
4729
|
}
|
|
4708
|
-
@media (width
|
|
4730
|
+
@media (max-width: 520px) {
|
|
4709
4731
|
.zen-mobile-sheet-wrapper--drive.zen-mobile-sheet-wrapper--drive,
|
|
4710
4732
|
.zen-mobile-sheet-wrapper--drive-tablet.zen-mobile-sheet-wrapper--drive-tablet {
|
|
4711
4733
|
max-width: 100%;
|
|
@@ -4750,10 +4772,12 @@ html:lang(ar) .zen-mobile-sheet__title {
|
|
|
4750
4772
|
z-index: 11007;
|
|
4751
4773
|
}
|
|
4752
4774
|
.zen-card-button--drive-tablet {
|
|
4753
|
-
padding-block: 0.75rem;
|
|
4775
|
+
padding-block-start: 0.75rem;
|
|
4776
|
+
padding-block-end: 0.75rem;
|
|
4754
4777
|
}
|
|
4755
4778
|
.zen-card-button--drive {
|
|
4756
|
-
padding-block: 0.6875rem;
|
|
4779
|
+
padding-block-start: 0.6875rem;
|
|
4780
|
+
padding-block-end: 0.6875rem;
|
|
4757
4781
|
}
|
|
4758
4782
|
.zen-favorite-button {
|
|
4759
4783
|
display: flex;
|
|
@@ -4837,12 +4861,13 @@ html:lang(ar) .zen-data-feed {
|
|
|
4837
4861
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
4838
4862
|
}
|
|
4839
4863
|
.zen-data-feed__item-container {
|
|
4840
|
-
box-shadow:
|
|
4864
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
|
|
4841
4865
|
display: flex;
|
|
4842
4866
|
}
|
|
4843
4867
|
.zen-data-feed__action-container {
|
|
4844
4868
|
padding-block-start: 0.5rem;
|
|
4845
|
-
padding-inline: 0.
|
|
4869
|
+
padding-inline-end: 0.5rem;
|
|
4870
|
+
padding-inline-start: 0.25rem;
|
|
4846
4871
|
}
|
|
4847
4872
|
.zen-data-feed__content {
|
|
4848
4873
|
flex: 1 1 auto;
|
|
@@ -4879,6 +4904,7 @@ html:lang(ar) .zen-data-feed {
|
|
|
4879
4904
|
.zen-data-grid-not-interactive-mixin {
|
|
4880
4905
|
pointer-events: none;
|
|
4881
4906
|
user-select: none;
|
|
4907
|
+
-webkit-user-select: none;
|
|
4882
4908
|
-webkit-user-drag: none;
|
|
4883
4909
|
}
|
|
4884
4910
|
.zen-data-grid-loading-mixin {
|
|
@@ -5028,6 +5054,7 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5028
5054
|
.zen-data-grid__row-cell--loading {
|
|
5029
5055
|
pointer-events: none;
|
|
5030
5056
|
user-select: none;
|
|
5057
|
+
-webkit-user-select: none;
|
|
5031
5058
|
-webkit-user-drag: none;
|
|
5032
5059
|
filter: blur(7px);
|
|
5033
5060
|
animation: load-column 1s linear infinite alternate;
|
|
@@ -5050,20 +5077,22 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5050
5077
|
}
|
|
5051
5078
|
.zen-data-grid--horizontal-scroll .zen-data-grid__header-cell--first {
|
|
5052
5079
|
border-inline-end: 1px solid var(--borders-general);
|
|
5053
|
-
box-shadow: 1px
|
|
5080
|
+
box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
|
|
5054
5081
|
}
|
|
5055
5082
|
.zen-data-grid--horizontal-scroll .zen-data-grid__row-cell--first {
|
|
5056
5083
|
border-inline-end: 1px solid var(--borders-general);
|
|
5057
|
-
box-shadow: 1px
|
|
5084
|
+
box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
|
|
5058
5085
|
}
|
|
5059
5086
|
.zen-data-grid--not-interactive .zen-data-grid__table {
|
|
5060
5087
|
pointer-events: none;
|
|
5061
5088
|
user-select: none;
|
|
5089
|
+
-webkit-user-select: none;
|
|
5062
5090
|
-webkit-user-drag: none;
|
|
5063
5091
|
}
|
|
5064
5092
|
.zen-data-grid--loading .zen-data-grid__table {
|
|
5065
5093
|
pointer-events: none;
|
|
5066
5094
|
user-select: none;
|
|
5095
|
+
-webkit-user-select: none;
|
|
5067
5096
|
-webkit-user-drag: none;
|
|
5068
5097
|
}
|
|
5069
5098
|
.zen-data-grid--loading .zen-data-grid__row-cell {
|
|
@@ -5077,7 +5106,7 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5077
5106
|
overflow: hidden;
|
|
5078
5107
|
text-overflow: ellipsis;
|
|
5079
5108
|
white-space: nowrap;
|
|
5080
|
-
|
|
5109
|
+
word-wrap: normal;
|
|
5081
5110
|
}
|
|
5082
5111
|
.zen-data-grid-header--multiline {
|
|
5083
5112
|
white-space: normal;
|
|
@@ -5087,7 +5116,7 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5087
5116
|
-webkit-box-orient: vertical;
|
|
5088
5117
|
overflow: hidden;
|
|
5089
5118
|
text-overflow: ellipsis;
|
|
5090
|
-
|
|
5119
|
+
word-break: break-word;
|
|
5091
5120
|
}
|
|
5092
5121
|
.zen-actions-column {
|
|
5093
5122
|
display: flex;
|
|
@@ -5207,6 +5236,7 @@ html:lang(ar) .zen-feed-item__identifier {
|
|
|
5207
5236
|
align-items: baseline;
|
|
5208
5237
|
gap: 0.25rem;
|
|
5209
5238
|
overflow-wrap: break-word;
|
|
5239
|
+
word-wrap: break-word;
|
|
5210
5240
|
width: 100%;
|
|
5211
5241
|
}
|
|
5212
5242
|
.zen-feed-item__label {
|
|
@@ -5499,7 +5529,7 @@ html:lang(ar) .zen-checkbox__label-text {
|
|
|
5499
5529
|
overflow: hidden;
|
|
5500
5530
|
text-overflow: ellipsis;
|
|
5501
5531
|
white-space: nowrap;
|
|
5502
|
-
|
|
5532
|
+
word-wrap: normal;
|
|
5503
5533
|
}
|
|
5504
5534
|
.zen-select-list[aria-disabled="true"] {
|
|
5505
5535
|
cursor: not-allowed;
|
|
@@ -5623,7 +5653,7 @@ html:lang(ar) .zen-select-item {
|
|
|
5623
5653
|
overflow: hidden;
|
|
5624
5654
|
text-overflow: ellipsis;
|
|
5625
5655
|
white-space: nowrap;
|
|
5626
|
-
|
|
5656
|
+
word-wrap: normal;
|
|
5627
5657
|
color: var(--text-primary);
|
|
5628
5658
|
max-width: 100%;
|
|
5629
5659
|
}
|
|
@@ -5657,7 +5687,7 @@ html:lang(ar) .zen-link-column__name {
|
|
|
5657
5687
|
overflow: hidden;
|
|
5658
5688
|
text-overflow: ellipsis;
|
|
5659
5689
|
white-space: nowrap;
|
|
5660
|
-
|
|
5690
|
+
word-wrap: normal;
|
|
5661
5691
|
color: var(--text-secondary);
|
|
5662
5692
|
max-width: 100%;
|
|
5663
5693
|
}
|
|
@@ -5924,6 +5954,7 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
5924
5954
|
.zen-flexible-column__content {
|
|
5925
5955
|
width: 100%;
|
|
5926
5956
|
text-align: start;
|
|
5957
|
+
-webkit-user-select: none;
|
|
5927
5958
|
user-select: none;
|
|
5928
5959
|
}
|
|
5929
5960
|
.zen-flexible-column:hover .zen-flexible-column__draggable-icon {
|
|
@@ -5947,14 +5978,14 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
5947
5978
|
box-sizing: border-box;
|
|
5948
5979
|
}
|
|
5949
5980
|
.zen-resizer--invisible {
|
|
5950
|
-
opacity: 0
|
|
5981
|
+
opacity: 0%;
|
|
5951
5982
|
}
|
|
5952
5983
|
.zen-resizer--invisible:hover,
|
|
5953
5984
|
.zen-resizer--invisible:focus {
|
|
5954
|
-
opacity:
|
|
5985
|
+
opacity: 100%;
|
|
5955
5986
|
}
|
|
5956
5987
|
.zen-resizer--manual-focus {
|
|
5957
|
-
opacity:
|
|
5988
|
+
opacity: 100%;
|
|
5958
5989
|
background-color: var(--borders-form-field--active);
|
|
5959
5990
|
}
|
|
5960
5991
|
.zen-resizer--vertical {
|
|
@@ -6001,7 +6032,7 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
6001
6032
|
position: absolute;
|
|
6002
6033
|
background-color: var(--backgrounds-main);
|
|
6003
6034
|
z-index: 5001;
|
|
6004
|
-
box-shadow:
|
|
6035
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
|
|
6005
6036
|
border-spacing: 0;
|
|
6006
6037
|
overflow: hidden;
|
|
6007
6038
|
contain: strict;
|
|
@@ -6084,7 +6115,7 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
6084
6115
|
display: flex;
|
|
6085
6116
|
align-items: center;
|
|
6086
6117
|
justify-content: center;
|
|
6087
|
-
padding: 0.5rem;
|
|
6118
|
+
padding: 0.5rem 0.5rem;
|
|
6088
6119
|
cursor: pointer;
|
|
6089
6120
|
border-radius: var(--border-radius-default);
|
|
6090
6121
|
}
|
|
@@ -6105,7 +6136,8 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
6105
6136
|
.zen-empty-state {
|
|
6106
6137
|
box-sizing: border-box;
|
|
6107
6138
|
display: grid;
|
|
6108
|
-
|
|
6139
|
+
justify-content: center;
|
|
6140
|
+
align-content: center;
|
|
6109
6141
|
text-align: center;
|
|
6110
6142
|
gap: 0.625rem;
|
|
6111
6143
|
grid-auto-flow: row;
|
|
@@ -6120,7 +6152,8 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
6120
6152
|
.zen-empty-state__image {
|
|
6121
6153
|
width: 180px;
|
|
6122
6154
|
height: 180px;
|
|
6123
|
-
|
|
6155
|
+
align-self: center;
|
|
6156
|
+
justify-self: center;
|
|
6124
6157
|
justify-content: center;
|
|
6125
6158
|
display: flex;
|
|
6126
6159
|
align-items: center;
|
|
@@ -6205,7 +6238,7 @@ html:lang(ar) .zen-empty-state__description {
|
|
|
6205
6238
|
display: flex;
|
|
6206
6239
|
gap: 0.75rem;
|
|
6207
6240
|
}
|
|
6208
|
-
@media (width
|
|
6241
|
+
@media (min-width: 641px) {
|
|
6209
6242
|
.zen-data-grid-actions__post-actions {
|
|
6210
6243
|
margin-inline-end: 1rem;
|
|
6211
6244
|
}
|
|
@@ -6275,7 +6308,7 @@ html:lang(ar) .zen-empty-state__description {
|
|
|
6275
6308
|
overflow: hidden;
|
|
6276
6309
|
text-overflow: ellipsis;
|
|
6277
6310
|
white-space: nowrap;
|
|
6278
|
-
|
|
6311
|
+
word-wrap: normal;
|
|
6279
6312
|
}
|
|
6280
6313
|
html:lang(ar) .zen-bulk-actions__number-of-selected {
|
|
6281
6314
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -6332,7 +6365,8 @@ html:lang(ar) .zen-bulk-actions__number-of-selected {
|
|
|
6332
6365
|
border-block-start: 1px solid var(--borders-general);
|
|
6333
6366
|
background: var(--backgrounds-main);
|
|
6334
6367
|
padding: 0.75rem 1rem;
|
|
6335
|
-
inset-inline: 0;
|
|
6368
|
+
inset-inline-end: 0;
|
|
6369
|
+
inset-inline-start: 0;
|
|
6336
6370
|
inset-block-end: 0;
|
|
6337
6371
|
}
|
|
6338
6372
|
.zen-bulk-actions--screen-panel .zen-bulk-actions__button-close {
|
|
@@ -6402,7 +6436,8 @@ html:lang(ar) .zen-pagination__text {
|
|
|
6402
6436
|
}
|
|
6403
6437
|
.zen-table__detail-panel--header-content {
|
|
6404
6438
|
justify-content: space-between;
|
|
6405
|
-
|
|
6439
|
+
justify-items: center;
|
|
6440
|
+
align-items: center;
|
|
6406
6441
|
}
|
|
6407
6442
|
.zen-table__detail-panel--header-description {
|
|
6408
6443
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -6531,6 +6566,9 @@ html:lang(ar) .zen-table__detail-panel--header-details {
|
|
|
6531
6566
|
flex: 1;
|
|
6532
6567
|
padding: 0.75rem;
|
|
6533
6568
|
}
|
|
6569
|
+
.zen-table__detail-panel-footer {
|
|
6570
|
+
padding: 0.75rem;
|
|
6571
|
+
}
|
|
6534
6572
|
.zen-table__detail-panel .zen-page-header__page-name {
|
|
6535
6573
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6536
6574
|
font-size: 1rem;
|
|
@@ -6545,7 +6583,6 @@ html:lang(ar) .zen-table__detail-panel .zen-page-header__page-name {
|
|
|
6545
6583
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6546
6584
|
}
|
|
6547
6585
|
.zen-table__detail-panel-footer {
|
|
6548
|
-
padding: 0.75rem;
|
|
6549
6586
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6550
6587
|
font-size: 0.875rem;
|
|
6551
6588
|
font-style: normal;
|
|
@@ -6594,7 +6631,7 @@ html:lang(ar) .zen-table__detail-panel-footer {
|
|
|
6594
6631
|
cursor: pointer;
|
|
6595
6632
|
background: 0 0;
|
|
6596
6633
|
border: 0;
|
|
6597
|
-
|
|
6634
|
+
word-wrap: break-word;
|
|
6598
6635
|
}
|
|
6599
6636
|
html:lang(ar) .zen-table-link {
|
|
6600
6637
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -6792,6 +6829,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6792
6829
|
max-width: 17rem;
|
|
6793
6830
|
}
|
|
6794
6831
|
.zen-summary-tile--default {
|
|
6832
|
+
background-color: var(--backgrounds-content-1);
|
|
6795
6833
|
fill: var(--text-primary);
|
|
6796
6834
|
border: var(--border-width-default) solid var(--text-button-disabled);
|
|
6797
6835
|
background: var(--backgrounds-main);
|
|
@@ -6800,7 +6838,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6800
6838
|
fill: var(--text-secondary);
|
|
6801
6839
|
}
|
|
6802
6840
|
.zen-summary-tile--default:hover {
|
|
6803
|
-
box-shadow:
|
|
6841
|
+
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
|
|
6804
6842
|
}
|
|
6805
6843
|
.zen-summary-tile--error {
|
|
6806
6844
|
background-color: var(--accents-error--main);
|
|
@@ -6808,7 +6846,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6808
6846
|
border: var(--border-width-default) solid var(--accents-error--detail);
|
|
6809
6847
|
}
|
|
6810
6848
|
.zen-summary-tile--error:hover {
|
|
6811
|
-
box-shadow:
|
|
6849
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
|
|
6812
6850
|
}
|
|
6813
6851
|
.zen-summary-tile--success {
|
|
6814
6852
|
background-color: var(--accents-success--main);
|
|
@@ -6816,7 +6854,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6816
6854
|
border: var(--border-width-default) solid var(--accents-success--detail);
|
|
6817
6855
|
}
|
|
6818
6856
|
.zen-summary-tile--success:hover {
|
|
6819
|
-
box-shadow:
|
|
6857
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
|
|
6820
6858
|
}
|
|
6821
6859
|
.zen-summary-tile--warning {
|
|
6822
6860
|
background-color: var(--accents-warning--main);
|
|
@@ -6824,7 +6862,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6824
6862
|
border: var(--border-width-default) solid var(--accents-warning--detail);
|
|
6825
6863
|
}
|
|
6826
6864
|
.zen-summary-tile--warning:hover {
|
|
6827
|
-
box-shadow:
|
|
6865
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
|
|
6828
6866
|
}
|
|
6829
6867
|
.zen-summary-tile--active {
|
|
6830
6868
|
background-color: var(--accents-general--main);
|
|
@@ -6832,7 +6870,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6832
6870
|
border: var(--border-width-default) solid var(--borders-form-field--active);
|
|
6833
6871
|
}
|
|
6834
6872
|
.zen-summary-tile--active:hover {
|
|
6835
|
-
box-shadow:
|
|
6873
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
|
|
6836
6874
|
}
|
|
6837
6875
|
.zen-form-step-marker-inner {
|
|
6838
6876
|
display: flex;
|
|
@@ -7012,7 +7050,7 @@ html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
|
|
|
7012
7050
|
padding: 0;
|
|
7013
7051
|
}
|
|
7014
7052
|
.zen-form-step__connector {
|
|
7015
|
-
border-
|
|
7053
|
+
border-top: 2px solid;
|
|
7016
7054
|
flex-grow: 1;
|
|
7017
7055
|
min-width: 0.6875rem;
|
|
7018
7056
|
width: 100%;
|
|
@@ -7082,6 +7120,7 @@ html:lang(ar) .zen-form-stepper .zen-form-stepper__mobile-label {
|
|
|
7082
7120
|
text-transform: none;
|
|
7083
7121
|
text-decoration: none;
|
|
7084
7122
|
padding-inline-start: 0.25rem;
|
|
7123
|
+
display: -webkit-box;
|
|
7085
7124
|
-webkit-box-orient: vertical;
|
|
7086
7125
|
-webkit-line-clamp: 1;
|
|
7087
7126
|
text-overflow: ellipsis;
|
|
@@ -7196,8 +7235,8 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7196
7235
|
.zen-toggler-component--drive::before {
|
|
7197
7236
|
content: "";
|
|
7198
7237
|
position: absolute;
|
|
7199
|
-
|
|
7200
|
-
|
|
7238
|
+
top: 50%;
|
|
7239
|
+
left: 50%;
|
|
7201
7240
|
transform: translate(-50%, -50%);
|
|
7202
7241
|
width: var(--zen-toggler-tap-area-width-drive);
|
|
7203
7242
|
height: var(--zen-toggler-tap-area-height-drive);
|
|
@@ -7207,7 +7246,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7207
7246
|
min-width: var(--zen-toggler-runner-size-drive);
|
|
7208
7247
|
height: var(--zen-toggler-runner-size-drive);
|
|
7209
7248
|
min-height: var(--zen-toggler-runner-size-drive);
|
|
7210
|
-
margin-
|
|
7249
|
+
margin-top: 0.0625rem;
|
|
7211
7250
|
margin-inline-start: 0.0625rem;
|
|
7212
7251
|
}
|
|
7213
7252
|
.zen-toggler-component--drive .zen-toggler-component__focus {
|
|
@@ -7215,7 +7254,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7215
7254
|
min-width: var(--zen-toggler-runner-focus-size-drive);
|
|
7216
7255
|
height: var(--zen-toggler-runner-focus-size-drive);
|
|
7217
7256
|
min-height: var(--zen-toggler-runner-focus-size-drive);
|
|
7218
|
-
|
|
7257
|
+
top: -0.25rem;
|
|
7219
7258
|
inset-inline-start: -0.25rem;
|
|
7220
7259
|
}
|
|
7221
7260
|
.zen-toggler-component--drive-tablet {
|
|
@@ -7228,8 +7267,8 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7228
7267
|
.zen-toggler-component--drive-tablet::before {
|
|
7229
7268
|
content: "";
|
|
7230
7269
|
position: absolute;
|
|
7231
|
-
|
|
7232
|
-
|
|
7270
|
+
top: 50%;
|
|
7271
|
+
left: 50%;
|
|
7233
7272
|
transform: translate(-50%, -50%);
|
|
7234
7273
|
width: var(--zen-toggler-tap-area-width-drive);
|
|
7235
7274
|
height: var(--zen-toggler-tap-area-height-drive);
|
|
@@ -7239,7 +7278,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7239
7278
|
min-width: var(--zen-toggler-runner-size-drive);
|
|
7240
7279
|
height: var(--zen-toggler-runner-size-drive);
|
|
7241
7280
|
min-height: var(--zen-toggler-runner-size-drive);
|
|
7242
|
-
margin-
|
|
7281
|
+
margin-top: 0.0625rem;
|
|
7243
7282
|
margin-inline-start: 0.0625rem;
|
|
7244
7283
|
}
|
|
7245
7284
|
.zen-toggler-component--drive-tablet .zen-toggler-component__focus {
|
|
@@ -7247,7 +7286,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7247
7286
|
min-width: var(--zen-toggler-runner-focus-size-drive);
|
|
7248
7287
|
height: var(--zen-toggler-runner-focus-size-drive);
|
|
7249
7288
|
min-height: var(--zen-toggler-runner-focus-size-drive);
|
|
7250
|
-
|
|
7289
|
+
top: -0.25rem;
|
|
7251
7290
|
inset-inline-start: -0.25rem;
|
|
7252
7291
|
}
|
|
7253
7292
|
.zen-toggler-component__runner {
|
|
@@ -7267,7 +7306,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7267
7306
|
min-height: var(--zen-toggler-runner-focus-size);
|
|
7268
7307
|
border-radius: 50%;
|
|
7269
7308
|
opacity: 0.4;
|
|
7270
|
-
|
|
7309
|
+
top: -0.3125rem;
|
|
7271
7310
|
background-color: var(--action-secondary--default);
|
|
7272
7311
|
inset-inline-start: -0.3125rem;
|
|
7273
7312
|
}
|
|
@@ -7321,7 +7360,8 @@ html:lang(ar) .zen-toggler__label-text {
|
|
|
7321
7360
|
flex-direction: row-reverse;
|
|
7322
7361
|
}
|
|
7323
7362
|
.zen-toggler__label--reverted .zen-toggler__label-text {
|
|
7324
|
-
margin-inline: 0
|
|
7363
|
+
margin-inline-end: 0.5rem;
|
|
7364
|
+
margin-inline-start: 0;
|
|
7325
7365
|
}
|
|
7326
7366
|
.zen-toggler__input:focus-visible + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__focus,
|
|
7327
7367
|
.zen-toggler__input:hover + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__focus {
|
|
@@ -7479,7 +7519,7 @@ html:lang(ar) .zen-toggler__label-text {
|
|
|
7479
7519
|
color: var(--text-primary);
|
|
7480
7520
|
align-items: center;
|
|
7481
7521
|
justify-content: space-between;
|
|
7482
|
-
padding: 0.25rem 0.75rem;
|
|
7522
|
+
padding: 0.25rem 0.75rem 0.25rem 0.75rem;
|
|
7483
7523
|
border-radius: 1.875rem;
|
|
7484
7524
|
background: var(--backgrounds-content-1);
|
|
7485
7525
|
}
|
|
@@ -7522,22 +7562,22 @@ html:lang(ar) .zen-pill-content {
|
|
|
7522
7562
|
.zen-pill-actionable {
|
|
7523
7563
|
padding: 0 0.5rem;
|
|
7524
7564
|
-webkit-touch-callout: none;
|
|
7565
|
+
-webkit-user-select: none;
|
|
7566
|
+
-khtml-user-select: none;
|
|
7567
|
+
-moz-user-select: none;
|
|
7568
|
+
-ms-user-select: none;
|
|
7525
7569
|
user-select: none;
|
|
7526
7570
|
}
|
|
7527
|
-
.zen-pill-actionable:hover {
|
|
7571
|
+
.zen-pill-actionable:not(.zen-pill-actionable--disabled):not(.zen-pill-actionable--readonly):hover {
|
|
7528
7572
|
cursor: pointer;
|
|
7529
7573
|
}
|
|
7530
|
-
.zen-pill-actionable--disabled:hover,
|
|
7531
|
-
.zen-pill-actionable--readonly:hover {
|
|
7532
|
-
cursor: default;
|
|
7533
|
-
}
|
|
7534
7574
|
.zen-pill-actionable:has(.zen-pill-actionable__input:focus-visible) {
|
|
7535
7575
|
outline: 1px solid var(--borders-form-field--active);
|
|
7536
7576
|
outline-offset: 2px;
|
|
7537
7577
|
}
|
|
7538
7578
|
.zen-pill-actionable__input {
|
|
7539
7579
|
position: absolute;
|
|
7540
|
-
|
|
7580
|
+
left: -5000px;
|
|
7541
7581
|
}
|
|
7542
7582
|
.zen-pill-actionable__content-wrapper {
|
|
7543
7583
|
margin: 0;
|
|
@@ -7584,6 +7624,7 @@ html:lang(ar) .zen-pill-content {
|
|
|
7584
7624
|
line-height: 1rem;
|
|
7585
7625
|
text-transform: none;
|
|
7586
7626
|
text-decoration: none;
|
|
7627
|
+
display: flex;
|
|
7587
7628
|
align-items: center;
|
|
7588
7629
|
justify-content: space-between;
|
|
7589
7630
|
border-radius: 1.875rem;
|
|
@@ -7809,8 +7850,9 @@ html:lang(ar) .zen-form-field-error {
|
|
|
7809
7850
|
flex: 0 0 auto;
|
|
7810
7851
|
}
|
|
7811
7852
|
.zen-form-field-error__icon-container {
|
|
7812
|
-
padding-block: 0.0625rem
|
|
7853
|
+
padding-block-start: 0.0625rem;
|
|
7813
7854
|
padding-inline: 0.125rem;
|
|
7855
|
+
padding-block-end: 0;
|
|
7814
7856
|
height: 1rem;
|
|
7815
7857
|
}
|
|
7816
7858
|
.zen-form-field-error.zen-form-field-error--drive .zen-form-field-error__icon-container,
|
|
@@ -7884,7 +7926,7 @@ html:lang(ar) .zen-form-field-error {
|
|
|
7884
7926
|
}
|
|
7885
7927
|
.zen-form-field__input-container:has(.zen-radio-group--horizontal) .zen-form-field__trailing-text {
|
|
7886
7928
|
align-self: flex-start;
|
|
7887
|
-
margin-
|
|
7929
|
+
margin-top: 0.75rem;
|
|
7888
7930
|
}
|
|
7889
7931
|
.zen-form-field.zen-form-field--form-item .zen-radio {
|
|
7890
7932
|
padding-block-end: 0.75rem;
|
|
@@ -7923,7 +7965,7 @@ html:lang(ar) .zen-form-field__trailing-text {
|
|
|
7923
7965
|
overflow: hidden;
|
|
7924
7966
|
text-overflow: ellipsis;
|
|
7925
7967
|
white-space: normal;
|
|
7926
|
-
|
|
7968
|
+
word-wrap: normal;
|
|
7927
7969
|
}
|
|
7928
7970
|
html:lang(ar) .zen-form-field__text {
|
|
7929
7971
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -7964,7 +8006,7 @@ html:lang(ar) .zen-form-field__text {
|
|
|
7964
8006
|
overflow: hidden;
|
|
7965
8007
|
text-overflow: ellipsis;
|
|
7966
8008
|
white-space: nowrap;
|
|
7967
|
-
|
|
8009
|
+
word-wrap: normal;
|
|
7968
8010
|
white-space: break-spaces;
|
|
7969
8011
|
}
|
|
7970
8012
|
.zen-form-field__length {
|
|
@@ -8036,7 +8078,7 @@ html:lang(ar) .zen-form-field__length {
|
|
|
8036
8078
|
max-width: 100%;
|
|
8037
8079
|
}
|
|
8038
8080
|
.zen-dropdown--mobile .zen-mobile-sheet__title {
|
|
8039
|
-
border-
|
|
8081
|
+
border-bottom: none;
|
|
8040
8082
|
}
|
|
8041
8083
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__search-container {
|
|
8042
8084
|
padding-block: 1rem;
|
|
@@ -8044,7 +8086,7 @@ html:lang(ar) .zen-form-field__length {
|
|
|
8044
8086
|
}
|
|
8045
8087
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__checkbox-container {
|
|
8046
8088
|
padding: 1rem;
|
|
8047
|
-
border-
|
|
8089
|
+
border-bottom: var(--border-width-default) solid var(--borders-general);
|
|
8048
8090
|
}
|
|
8049
8091
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__search {
|
|
8050
8092
|
width: 100%;
|
|
@@ -8056,11 +8098,11 @@ html:lang(ar) .zen-form-field__length {
|
|
|
8056
8098
|
.zen-dropdown-popup__search-container .zen-input-adornments {
|
|
8057
8099
|
border-radius: 0;
|
|
8058
8100
|
border: none;
|
|
8059
|
-
border-
|
|
8101
|
+
border-bottom: var(--border-width-default) solid var(--borders-general);
|
|
8060
8102
|
}
|
|
8061
8103
|
.zen-checkbox-list-with-action {
|
|
8062
8104
|
box-sizing: border-box;
|
|
8063
|
-
margin-
|
|
8105
|
+
margin-bottom: 1rem;
|
|
8064
8106
|
}
|
|
8065
8107
|
.zen-checkbox-list-with-action * {
|
|
8066
8108
|
box-sizing: border-box;
|
|
@@ -8101,7 +8143,8 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
8101
8143
|
}
|
|
8102
8144
|
.zen-checkbox-list-with-action__action-item--action .zen-checkbox__label {
|
|
8103
8145
|
padding-inline-end: 0.5rem;
|
|
8104
|
-
padding-
|
|
8146
|
+
padding-bottom: 0.75rem;
|
|
8147
|
+
padding-top: 0.75rem;
|
|
8105
8148
|
}
|
|
8106
8149
|
.zen-checkbox-list-with-action__singled {
|
|
8107
8150
|
font-weight: 700;
|
|
@@ -8118,7 +8161,7 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
8118
8161
|
overflow: hidden;
|
|
8119
8162
|
text-overflow: ellipsis;
|
|
8120
8163
|
white-space: nowrap;
|
|
8121
|
-
|
|
8164
|
+
word-wrap: normal;
|
|
8122
8165
|
width: 100%;
|
|
8123
8166
|
}
|
|
8124
8167
|
.zen-checkbox-list-with-action__action-checkbox--full-width .zen-checkbox__label {
|
|
@@ -8141,7 +8184,8 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
8141
8184
|
color: var(--text-primary);
|
|
8142
8185
|
width: 100%;
|
|
8143
8186
|
padding-block: 0.4375rem;
|
|
8144
|
-
padding-inline: 0.25rem
|
|
8187
|
+
padding-inline-start: 0.25rem;
|
|
8188
|
+
padding-inline-end: 0.5rem;
|
|
8145
8189
|
}
|
|
8146
8190
|
html:lang(ar) .zen-checkbox-list-with-action__label {
|
|
8147
8191
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -8324,20 +8368,20 @@ html:lang(ar) .zen-dropdown-list__label {
|
|
|
8324
8368
|
.zen-dropdown-list__checkbox-container {
|
|
8325
8369
|
padding-block: 0.5rem;
|
|
8326
8370
|
padding-inline: 1rem;
|
|
8327
|
-
border-
|
|
8371
|
+
border-bottom: var(--border-width-default) solid var(--borders-general);
|
|
8328
8372
|
}
|
|
8329
8373
|
.zen-dropdown-list__checkbox-container .zen-checkbox__label-text {
|
|
8330
8374
|
overflow: hidden;
|
|
8331
8375
|
text-overflow: ellipsis;
|
|
8332
8376
|
white-space: nowrap;
|
|
8333
|
-
|
|
8377
|
+
word-wrap: normal;
|
|
8334
8378
|
}
|
|
8335
8379
|
.zen-dropdown-list__item-wrapper {
|
|
8336
8380
|
display: flex;
|
|
8337
8381
|
flex-wrap: nowrap;
|
|
8338
8382
|
align-items: center;
|
|
8339
8383
|
margin: 1px;
|
|
8340
|
-
border-
|
|
8384
|
+
border-bottom: var(--border-width-default) solid var(--borders-general);
|
|
8341
8385
|
}
|
|
8342
8386
|
.zen-dropdown-list__item {
|
|
8343
8387
|
display: flex;
|
|
@@ -8376,7 +8420,7 @@ html:lang(ar) .zen-dropdown-list__label {
|
|
|
8376
8420
|
}
|
|
8377
8421
|
.zen-dropdown-list__sentinel-item {
|
|
8378
8422
|
position: "absolute";
|
|
8379
|
-
|
|
8423
|
+
left: "-9999px";
|
|
8380
8424
|
width: "1px";
|
|
8381
8425
|
height: "1px";
|
|
8382
8426
|
opacity: 0;
|
|
@@ -8429,7 +8473,7 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
8429
8473
|
.zen-dropdown-list__footer {
|
|
8430
8474
|
display: flex;
|
|
8431
8475
|
justify-content: flex-start;
|
|
8432
|
-
border-
|
|
8476
|
+
border-top: var(--border-width-default) solid var(--borders-general);
|
|
8433
8477
|
}
|
|
8434
8478
|
.zen-dropdown-list__action-button-back {
|
|
8435
8479
|
padding-block: 0.4375rem;
|
|
@@ -8444,7 +8488,8 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
8444
8488
|
.zen-dropdown-list__cancel-button,
|
|
8445
8489
|
.zen-dropdown-list__apply-button {
|
|
8446
8490
|
margin-inline-end: 0.5rem;
|
|
8447
|
-
margin-block: 0.5rem
|
|
8491
|
+
margin-block-start: 0.5rem;
|
|
8492
|
+
margin-block-end: 0.25rem;
|
|
8448
8493
|
}
|
|
8449
8494
|
.zen-dropdown-list__clear-button {
|
|
8450
8495
|
margin-inline-start: 0.5rem;
|
|
@@ -8559,7 +8604,7 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
8559
8604
|
min-width: var(--chip-min-width-default);
|
|
8560
8605
|
max-width: var(--chip-max-width-default);
|
|
8561
8606
|
width: fit-content;
|
|
8562
|
-
box-shadow:
|
|
8607
|
+
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
|
|
8563
8608
|
border-radius: var(--chip-border-radius);
|
|
8564
8609
|
gap: 0.125rem;
|
|
8565
8610
|
}
|
|
@@ -8573,19 +8618,13 @@ html:lang(ar) .zen-chip {
|
|
|
8573
8618
|
outline: 1px solid var(--borders-form-field--active);
|
|
8574
8619
|
outline-offset: 1px;
|
|
8575
8620
|
}
|
|
8621
|
+
.zen-chip--default {
|
|
8622
|
+
max-width: var(--chip-max-width-default);
|
|
8623
|
+
width: fit-content;
|
|
8624
|
+
}
|
|
8576
8625
|
.zen-chip.zen-chip--drive {
|
|
8577
8626
|
border-radius: 0.5rem;
|
|
8578
8627
|
}
|
|
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
|
-
}
|
|
8589
8628
|
.zen-chip:not(.zen-chip--disabled):not(.zen-chip--readonly):hover {
|
|
8590
8629
|
cursor: pointer;
|
|
8591
8630
|
}
|
|
@@ -8594,11 +8633,12 @@ html:lang(ar) .zen-chip {
|
|
|
8594
8633
|
}
|
|
8595
8634
|
.zen-chip__input {
|
|
8596
8635
|
position: absolute;
|
|
8597
|
-
|
|
8636
|
+
left: -5000px;
|
|
8598
8637
|
}
|
|
8599
8638
|
.zen-chip__content-wrapper {
|
|
8600
8639
|
margin: 0;
|
|
8601
8640
|
gap: 0.25rem;
|
|
8641
|
+
display: flex;
|
|
8602
8642
|
align-items: center;
|
|
8603
8643
|
justify-content: space-between;
|
|
8604
8644
|
display: grid;
|
|
@@ -8606,8 +8646,6 @@ html:lang(ar) .zen-chip {
|
|
|
8606
8646
|
min-height: 16px;
|
|
8607
8647
|
}
|
|
8608
8648
|
.zen-chip--default {
|
|
8609
|
-
max-width: var(--chip-max-width-default);
|
|
8610
|
-
width: fit-content;
|
|
8611
8649
|
background-color: var(--backgrounds-main);
|
|
8612
8650
|
border: 1px solid var(--borders-general);
|
|
8613
8651
|
color: var(--text-secondary);
|
|
@@ -8775,12 +8813,22 @@ html:lang(ar) .zen-chip__quantity {
|
|
|
8775
8813
|
text-transform: none;
|
|
8776
8814
|
text-decoration: none;
|
|
8777
8815
|
}
|
|
8816
|
+
.zen-chip.zen-chip--drive .zen-chip__quantity {
|
|
8817
|
+
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
8818
|
+
font-size: 1.25rem;
|
|
8819
|
+
font-style: normal;
|
|
8820
|
+
font-weight: 400;
|
|
8821
|
+
letter-spacing: 0rem;
|
|
8822
|
+
line-height: 1.875rem;
|
|
8823
|
+
text-transform: none;
|
|
8824
|
+
text-decoration: none;
|
|
8825
|
+
}
|
|
8778
8826
|
.zen-chip-content {
|
|
8779
8827
|
display: flex;
|
|
8780
8828
|
color: var(--text-primary);
|
|
8781
8829
|
align-items: center;
|
|
8782
8830
|
justify-content: space-between;
|
|
8783
|
-
padding: 0.25rem 0.75rem;
|
|
8831
|
+
padding: 0.25rem 0.75rem 0.25rem 0.75rem;
|
|
8784
8832
|
border-radius: 0.5rem;
|
|
8785
8833
|
background: var(--backgrounds-content-1);
|
|
8786
8834
|
}
|
|
@@ -9082,6 +9130,7 @@ html:lang(ar) .zen-filter-button.zen-filter-button--mobile .zen-filter-button__q
|
|
|
9082
9130
|
outline: none;
|
|
9083
9131
|
padding-block: 0;
|
|
9084
9132
|
padding-inline: 0 0.3125rem;
|
|
9133
|
+
-webkit-appearance: none;
|
|
9085
9134
|
appearance: none;
|
|
9086
9135
|
background-color: inherit;
|
|
9087
9136
|
color: inherit;
|
|
@@ -9091,6 +9140,7 @@ html:lang(ar) .zen-dropdown-searchable-trigger .zen-dropdown-searchable-trigger_
|
|
|
9091
9140
|
}
|
|
9092
9141
|
.zen-dropdown-searchable-trigger__popup-trigger {
|
|
9093
9142
|
display: flex;
|
|
9143
|
+
border-color: var(--borders-general);
|
|
9094
9144
|
border: 1px solid var(--borders-general);
|
|
9095
9145
|
border-radius: var(--border-radius-default);
|
|
9096
9146
|
justify-content: center;
|
|
@@ -9325,7 +9375,7 @@ html:lang(ar) .zen-dropdown-searchable-trigger__counter {
|
|
|
9325
9375
|
box-sizing: border-box;
|
|
9326
9376
|
border: var(--border-width-default) solid var(--borders-general);
|
|
9327
9377
|
border-radius: var(--border-radius-default);
|
|
9328
|
-
appearance: none;
|
|
9378
|
+
-webkit-appearance: none;
|
|
9329
9379
|
outline: none;
|
|
9330
9380
|
background-color: var(--backgrounds-main);
|
|
9331
9381
|
color: var(--text-primary);
|
|
@@ -9415,6 +9465,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9415
9465
|
outline: 0;
|
|
9416
9466
|
padding: 0;
|
|
9417
9467
|
padding-inline-start: 0.25rem;
|
|
9468
|
+
-webkit-appearance: none;
|
|
9418
9469
|
appearance: none;
|
|
9419
9470
|
background-color: inherit;
|
|
9420
9471
|
color: var(--text-primary);
|
|
@@ -9431,7 +9482,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9431
9482
|
overflow: hidden;
|
|
9432
9483
|
padding: 0.5rem;
|
|
9433
9484
|
display: grid;
|
|
9434
|
-
gap: 0.5rem;
|
|
9485
|
+
grid-gap: 0.5rem;
|
|
9435
9486
|
align-items: center;
|
|
9436
9487
|
}
|
|
9437
9488
|
.zen-input-adornments * {
|
|
@@ -9473,6 +9524,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9473
9524
|
fill: var(--text-placeholder);
|
|
9474
9525
|
}
|
|
9475
9526
|
.zen-input-adornments__input {
|
|
9527
|
+
height: 100%;
|
|
9476
9528
|
width: 100%;
|
|
9477
9529
|
height: 1rem;
|
|
9478
9530
|
}
|
|
@@ -9489,6 +9541,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9489
9541
|
outline: 0;
|
|
9490
9542
|
padding: 0;
|
|
9491
9543
|
padding-inline-start: 0.25rem;
|
|
9544
|
+
-webkit-appearance: none;
|
|
9492
9545
|
appearance: none;
|
|
9493
9546
|
background-color: inherit;
|
|
9494
9547
|
color: var(--text-primary);
|
|
@@ -9503,7 +9556,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9503
9556
|
.zen-input-adornments.zen-input-adornments--drive {
|
|
9504
9557
|
height: 2.75rem;
|
|
9505
9558
|
display: grid;
|
|
9506
|
-
gap: 0.5rem;
|
|
9559
|
+
grid-gap: 0.5rem;
|
|
9507
9560
|
align-items: center;
|
|
9508
9561
|
}
|
|
9509
9562
|
.zen-input-adornments.zen-input-adornments--drive.zen-input-adornments--has-start,
|
|
@@ -9533,8 +9586,9 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9533
9586
|
.zen-input-adornments.zen-input-adornments--mobile {
|
|
9534
9587
|
height: 2.75rem;
|
|
9535
9588
|
display: grid;
|
|
9536
|
-
gap: 0.5rem;
|
|
9589
|
+
grid-gap: 0.5rem;
|
|
9537
9590
|
align-items: center;
|
|
9591
|
+
font-size: 1.0625rem;
|
|
9538
9592
|
}
|
|
9539
9593
|
.zen-input-adornments.zen-input-adornments--mobile.zen-input-adornments--has-start,
|
|
9540
9594
|
.zen-input-adornments.zen-input-adornments--mobile.zen-input-adornments--has-end {
|
|
@@ -9563,7 +9617,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9563
9617
|
.zen-input-adornments.zen-input-adornments--drive-tablet {
|
|
9564
9618
|
height: 2.875rem;
|
|
9565
9619
|
display: grid;
|
|
9566
|
-
gap: 0.5rem;
|
|
9620
|
+
grid-gap: 0.5rem;
|
|
9567
9621
|
align-items: center;
|
|
9568
9622
|
}
|
|
9569
9623
|
.zen-input-adornments.zen-input-adornments--drive-tablet.zen-input-adornments--has-start,
|
|
@@ -9664,8 +9718,9 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9664
9718
|
width: 100%;
|
|
9665
9719
|
height: auto;
|
|
9666
9720
|
max-height: 100%;
|
|
9667
|
-
|
|
9668
|
-
|
|
9721
|
+
left: 0;
|
|
9722
|
+
top: auto;
|
|
9723
|
+
bottom: 0;
|
|
9669
9724
|
z-index: 11005;
|
|
9670
9725
|
background-color: var(--backgrounds-main);
|
|
9671
9726
|
}
|
|
@@ -9812,7 +9867,7 @@ html:lang(ar) .zen-group-button {
|
|
|
9812
9867
|
width: 1px;
|
|
9813
9868
|
height: 1px;
|
|
9814
9869
|
margin: -1px;
|
|
9815
|
-
clip
|
|
9870
|
+
clip: rect(0, 0, 0, 0);
|
|
9816
9871
|
position: absolute;
|
|
9817
9872
|
}
|
|
9818
9873
|
.zen-group-button__input:checked + .zen-group-button__label {
|
|
@@ -9979,7 +10034,7 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
9979
10034
|
}
|
|
9980
10035
|
.zen-modal {
|
|
9981
10036
|
box-sizing: border-box;
|
|
9982
|
-
box-shadow:
|
|
10037
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
9983
10038
|
position: absolute;
|
|
9984
10039
|
width: 100%;
|
|
9985
10040
|
height: 100%;
|
|
@@ -10011,8 +10066,9 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10011
10066
|
background-color: var(--backgrounds-main);
|
|
10012
10067
|
color: var(--text-primary);
|
|
10013
10068
|
padding: 0;
|
|
10014
|
-
box-shadow:
|
|
10015
|
-
max-height:
|
|
10069
|
+
box-shadow: 0px 2px 6px rgba(11, 32, 50, 0.2);
|
|
10070
|
+
max-height: 90vh;
|
|
10071
|
+
max-height: 90dvh;
|
|
10016
10072
|
border-radius: 4px;
|
|
10017
10073
|
overflow: hidden;
|
|
10018
10074
|
}
|
|
@@ -10049,8 +10105,10 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10049
10105
|
}
|
|
10050
10106
|
.zen-modal-content__body {
|
|
10051
10107
|
overflow: auto;
|
|
10052
|
-
padding-block: 0.75rem
|
|
10053
|
-
padding-
|
|
10108
|
+
padding-block-start: 0.75rem;
|
|
10109
|
+
padding-block-end: 2rem;
|
|
10110
|
+
padding-inline-start: 1.5rem;
|
|
10111
|
+
padding-inline-end: 1.5rem;
|
|
10054
10112
|
}
|
|
10055
10113
|
.zen-modal-content__body--no-footer {
|
|
10056
10114
|
padding-block-end: 1rem;
|
|
@@ -10265,7 +10323,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10265
10323
|
border-color: var(--borders-form-field--active);
|
|
10266
10324
|
}
|
|
10267
10325
|
.zen-status-pill__text {
|
|
10268
|
-
margin-
|
|
10326
|
+
margin-right: 4px;
|
|
10269
10327
|
color: var(--text-primary);
|
|
10270
10328
|
flex-shrink: 1;
|
|
10271
10329
|
min-width: 0;
|
|
@@ -10289,11 +10347,11 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10289
10347
|
color: var(--text-reverse-primary);
|
|
10290
10348
|
}
|
|
10291
10349
|
.zen-status-pill__text--centered {
|
|
10292
|
-
margin-
|
|
10350
|
+
margin-right: 0;
|
|
10293
10351
|
}
|
|
10294
10352
|
.zen-status-pill__expand-button {
|
|
10295
10353
|
padding: 0;
|
|
10296
|
-
margin-
|
|
10354
|
+
margin-left: auto;
|
|
10297
10355
|
flex-shrink: 0;
|
|
10298
10356
|
}
|
|
10299
10357
|
.zen-status-pill__expand-button--default {
|
|
@@ -10324,7 +10382,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10324
10382
|
display: flex;
|
|
10325
10383
|
align-items: center;
|
|
10326
10384
|
height: 12px;
|
|
10327
|
-
margin-
|
|
10385
|
+
margin-right: 4px;
|
|
10328
10386
|
flex-shrink: 0;
|
|
10329
10387
|
}
|
|
10330
10388
|
.zen-status-pill__icon--large {
|
|
@@ -10355,13 +10413,13 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10355
10413
|
color: var(--text-reverse-primary);
|
|
10356
10414
|
}
|
|
10357
10415
|
.zen-status-pill__icon--standalone {
|
|
10358
|
-
margin-
|
|
10416
|
+
margin-right: 0;
|
|
10359
10417
|
}
|
|
10360
10418
|
.zen-absolute:has(.zen-status-pill-popup) {
|
|
10361
10419
|
overflow: visible;
|
|
10362
10420
|
}
|
|
10363
10421
|
.zen-status-pill-popup {
|
|
10364
|
-
box-shadow:
|
|
10422
|
+
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
|
|
10365
10423
|
border-radius: 0.25rem;
|
|
10366
10424
|
background-color: white;
|
|
10367
10425
|
max-height: 560px;
|
|
@@ -10390,7 +10448,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10390
10448
|
align-items: center;
|
|
10391
10449
|
padding: 0.75rem 0.5rem;
|
|
10392
10450
|
gap: 1rem;
|
|
10393
|
-
border-
|
|
10451
|
+
border-bottom: 1px solid var(--borders-general);
|
|
10394
10452
|
}
|
|
10395
10453
|
.zen-status-pill-popup__title-item-text {
|
|
10396
10454
|
flex: 1;
|
|
@@ -10459,7 +10517,7 @@ html:lang(ar) .zen-status-pill-popup__header-text {
|
|
|
10459
10517
|
text-decoration: none;
|
|
10460
10518
|
}
|
|
10461
10519
|
.zen-status-pill-popup__header-text--left {
|
|
10462
|
-
margin-
|
|
10520
|
+
margin-left: auto;
|
|
10463
10521
|
}
|
|
10464
10522
|
.zen-status-pill-popup__description {
|
|
10465
10523
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -10505,11 +10563,11 @@ html:lang(ar) .zen-status-pill-popup__description {
|
|
|
10505
10563
|
background-color: var(--borders-general);
|
|
10506
10564
|
}
|
|
10507
10565
|
.zen-status-pill-popup--mobile .zen-mobile-sheet__title {
|
|
10508
|
-
border-
|
|
10566
|
+
border-bottom: 1px solid var(--borders-general);
|
|
10509
10567
|
}
|
|
10510
10568
|
.zen-status-pill-popup--mobile .zen-mobile-sheet__content {
|
|
10511
10569
|
padding: 1rem;
|
|
10512
|
-
max-height:
|
|
10570
|
+
max-height: 90vh;
|
|
10513
10571
|
overflow-y: auto;
|
|
10514
10572
|
}
|
|
10515
10573
|
.zen-status-pill-popup__mobile-title {
|
|
@@ -10572,6 +10630,7 @@ html:lang(ar) .zen-status-pill-popup__view-more-badge {
|
|
|
10572
10630
|
background: 0 0;
|
|
10573
10631
|
padding: 0.5rem;
|
|
10574
10632
|
vertical-align: middle;
|
|
10633
|
+
border-width: 0;
|
|
10575
10634
|
margin: 0.0625rem;
|
|
10576
10635
|
border: none;
|
|
10577
10636
|
background-color: transparent;
|
|
@@ -10620,7 +10679,7 @@ html:lang(ar) .zen-select {
|
|
|
10620
10679
|
transform: rotateZ(180deg);
|
|
10621
10680
|
}
|
|
10622
10681
|
.zen-select__popup {
|
|
10623
|
-
box-shadow:
|
|
10682
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
10624
10683
|
border-radius: var(--border-radius-default);
|
|
10625
10684
|
background-color: var(--backgrounds-main);
|
|
10626
10685
|
}
|
|
@@ -10712,6 +10771,10 @@ html:lang(ar) .zen-calendar__year-name {
|
|
|
10712
10771
|
.zen-calendar__table {
|
|
10713
10772
|
width: 100%;
|
|
10714
10773
|
-webkit-touch-callout: none;
|
|
10774
|
+
-webkit-user-select: none;
|
|
10775
|
+
-khtml-user-select: none;
|
|
10776
|
+
-moz-user-select: none;
|
|
10777
|
+
-ms-user-select: none;
|
|
10715
10778
|
user-select: none;
|
|
10716
10779
|
border-collapse: separate;
|
|
10717
10780
|
border-spacing: 0;
|
|
@@ -10767,7 +10830,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10767
10830
|
position: absolute;
|
|
10768
10831
|
padding: 0;
|
|
10769
10832
|
margin: 0;
|
|
10770
|
-
|
|
10833
|
+
top: 0;
|
|
10771
10834
|
z-index: 1;
|
|
10772
10835
|
border-color: var(--action-primary--default);
|
|
10773
10836
|
background-color: var(--accents-general--main);
|
|
@@ -10778,7 +10841,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10778
10841
|
border: 1px solid var(--action-primary--default);
|
|
10779
10842
|
background-color: var(--accents-general--main);
|
|
10780
10843
|
position: absolute;
|
|
10781
|
-
|
|
10844
|
+
top: 0;
|
|
10782
10845
|
z-index: 1;
|
|
10783
10846
|
width: 2rem;
|
|
10784
10847
|
border-radius: 1.5rem;
|
|
@@ -10799,7 +10862,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10799
10862
|
.zen-calendar__month-end {
|
|
10800
10863
|
position: absolute;
|
|
10801
10864
|
height: 1.5rem;
|
|
10802
|
-
|
|
10865
|
+
top: 0;
|
|
10803
10866
|
width: 1rem;
|
|
10804
10867
|
z-index: 1;
|
|
10805
10868
|
border-block: 1px solid var(--action-primary--default);
|
|
@@ -10843,7 +10906,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10843
10906
|
height: 1.5rem;
|
|
10844
10907
|
text-align: center;
|
|
10845
10908
|
position: absolute;
|
|
10846
|
-
|
|
10909
|
+
top: 0;
|
|
10847
10910
|
z-index: 2;
|
|
10848
10911
|
border: 1px solid transparent;
|
|
10849
10912
|
}
|
|
@@ -11035,7 +11098,7 @@ html:lang(ar) .zen-calendar__day {
|
|
|
11035
11098
|
text-transform: none;
|
|
11036
11099
|
text-decoration: none;
|
|
11037
11100
|
}
|
|
11038
|
-
@media (width
|
|
11101
|
+
@media (max-width: 520px) {
|
|
11039
11102
|
.zen-calendar .zen-calendar__year {
|
|
11040
11103
|
max-width: calc(100% - 7.875rem);
|
|
11041
11104
|
}
|
|
@@ -11059,7 +11122,7 @@ html:lang(ar) .zen-calendar__day {
|
|
|
11059
11122
|
z-index: 11010;
|
|
11060
11123
|
width: 100%;
|
|
11061
11124
|
}
|
|
11062
|
-
@media (width
|
|
11125
|
+
@media (max-width: 640px) {
|
|
11063
11126
|
.zen-parallel-selection-popup {
|
|
11064
11127
|
width: 100%;
|
|
11065
11128
|
}
|
|
@@ -11110,8 +11173,9 @@ html:lang(ar) .zen-chart__x-axis {
|
|
|
11110
11173
|
--pie-center-label-font-weight: 400;
|
|
11111
11174
|
}
|
|
11112
11175
|
.zen-chart--legend-right {
|
|
11113
|
-
flex-
|
|
11176
|
+
flex-direction: row;
|
|
11114
11177
|
align-items: center;
|
|
11178
|
+
flex-wrap: wrap;
|
|
11115
11179
|
}
|
|
11116
11180
|
.zen-chart--legend-right .zen-chart__chart {
|
|
11117
11181
|
flex: 0 0 auto;
|
|
@@ -11121,7 +11185,8 @@ html:lang(ar) .zen-chart__x-axis {
|
|
|
11121
11185
|
.zen-chart--legend-right .zen-chart__legend {
|
|
11122
11186
|
flex: 1 1 auto;
|
|
11123
11187
|
padding-inline-start: 1rem;
|
|
11124
|
-
overflow:
|
|
11188
|
+
overflow-y: auto;
|
|
11189
|
+
overflow-x: hidden;
|
|
11125
11190
|
}
|
|
11126
11191
|
@container (max-width: 640px) {
|
|
11127
11192
|
.zen-chart--legend-right .zen-chart__chart {
|
|
@@ -11244,7 +11309,7 @@ html:lang(ar) .zen-pie-legend__item-percentage {
|
|
|
11244
11309
|
font-size: 1rem;
|
|
11245
11310
|
line-height: 1.125rem;
|
|
11246
11311
|
}
|
|
11247
|
-
@media (width
|
|
11312
|
+
@media (max-width: 640px) {
|
|
11248
11313
|
.zen-pie-legend--drive .zen-pie-legend__item-label,
|
|
11249
11314
|
.zen-pie-legend--drive .zen-pie-legend__item-value,
|
|
11250
11315
|
.zen-pie-legend--drive .zen-pie-legend__item-percentage {
|
|
@@ -11260,6 +11325,7 @@ html:lang(ar) .zen-pie-legend__item-percentage {
|
|
|
11260
11325
|
line-height: 1rem;
|
|
11261
11326
|
text-decoration: none;
|
|
11262
11327
|
box-sizing: border-box;
|
|
11328
|
+
background-color: var(--backgrounds-content-1);
|
|
11263
11329
|
background: var(--backgrounds-main);
|
|
11264
11330
|
border-radius: 8px;
|
|
11265
11331
|
color: var(--text-primary);
|
|
@@ -11307,7 +11373,7 @@ html:lang(ar) .zen-summary__header {
|
|
|
11307
11373
|
border-radius: 50%;
|
|
11308
11374
|
display: inline-block;
|
|
11309
11375
|
height: 0.5rem;
|
|
11310
|
-
margin: 0.125rem;
|
|
11376
|
+
margin: 0.125rem 0.125rem;
|
|
11311
11377
|
min-height: 0.5rem;
|
|
11312
11378
|
min-width: 0.5rem;
|
|
11313
11379
|
padding-inline: 0;
|
|
@@ -11446,7 +11512,7 @@ html:lang(ar) .zen-summary__content {
|
|
|
11446
11512
|
position: absolute;
|
|
11447
11513
|
z-index: 11100;
|
|
11448
11514
|
border: 1px solid var(--borders-general);
|
|
11449
|
-
box-shadow:
|
|
11515
|
+
box-shadow: 0px 1px 3px 0px rgba(0, 17, 30, 0.15);
|
|
11450
11516
|
}
|
|
11451
11517
|
.zen-chart-tooltip__header {
|
|
11452
11518
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11495,7 +11561,7 @@ html:lang(ar) .zen-chart-tooltip__subheader {
|
|
|
11495
11561
|
overflow: hidden;
|
|
11496
11562
|
text-overflow: ellipsis;
|
|
11497
11563
|
white-space: nowrap;
|
|
11498
|
-
|
|
11564
|
+
word-wrap: normal;
|
|
11499
11565
|
}
|
|
11500
11566
|
html:lang(ar) .zen-chart-tooltip__label {
|
|
11501
11567
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11563,29 +11629,29 @@ html:lang(ar) .zen-chart-tooltip__note {
|
|
|
11563
11629
|
}
|
|
11564
11630
|
.zen-chart-tooltip__arrow--top {
|
|
11565
11631
|
inset: -0.375rem auto auto calc(50% - 0.9375rem);
|
|
11566
|
-
/*
|
|
11632
|
+
/*rtl:ignore*/
|
|
11567
11633
|
transform: rotate(45deg);
|
|
11568
11634
|
}
|
|
11569
11635
|
.zen-chart-tooltip__arrow--bottom {
|
|
11570
11636
|
inset: auto auto -0.375rem calc(50% - 0.9375rem);
|
|
11571
|
-
/*
|
|
11637
|
+
/*rtl:ignore*/
|
|
11572
11638
|
transform: rotate(225deg);
|
|
11573
11639
|
}
|
|
11574
11640
|
.zen-chart-tooltip__arrow--right {
|
|
11575
11641
|
inset: calc(50% - 0.9375rem) -0.375rem auto auto;
|
|
11576
|
-
/*
|
|
11642
|
+
/*rtl:ignore*/
|
|
11577
11643
|
transform: rotate(135deg);
|
|
11578
11644
|
}
|
|
11579
11645
|
.zen-chart-tooltip__arrow--left {
|
|
11580
11646
|
inset: calc(50% - 0.9375rem) auto auto -0.375rem;
|
|
11581
|
-
/*
|
|
11647
|
+
/*rtl:ignore*/
|
|
11582
11648
|
transform: rotate(315deg);
|
|
11583
11649
|
}
|
|
11584
11650
|
.zen-chart-insight {
|
|
11585
11651
|
display: flex;
|
|
11586
11652
|
gap: 4px;
|
|
11587
11653
|
max-width: 560px;
|
|
11588
|
-
margin-
|
|
11654
|
+
margin-bottom: 8px;
|
|
11589
11655
|
}
|
|
11590
11656
|
.zen-chart-insight__icon {
|
|
11591
11657
|
fill: var(--text-primary);
|
|
@@ -11607,7 +11673,8 @@ html:lang(ar) .zen-chart-insight__text {
|
|
|
11607
11673
|
}
|
|
11608
11674
|
.zen-legend {
|
|
11609
11675
|
display: flex;
|
|
11610
|
-
gap:
|
|
11676
|
+
column-gap: 16px;
|
|
11677
|
+
row-gap: 8px;
|
|
11611
11678
|
margin: 0;
|
|
11612
11679
|
padding: 0;
|
|
11613
11680
|
flex-wrap: wrap;
|
|
@@ -11644,7 +11711,7 @@ html:lang(ar) .zen-chart-insight__text {
|
|
|
11644
11711
|
overflow: hidden;
|
|
11645
11712
|
text-overflow: ellipsis;
|
|
11646
11713
|
white-space: nowrap;
|
|
11647
|
-
|
|
11714
|
+
word-wrap: normal;
|
|
11648
11715
|
}
|
|
11649
11716
|
html:lang(ar) .zen-legend__item-label {
|
|
11650
11717
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11676,7 +11743,7 @@ html:lang(ar) .zen-legend__item-value {
|
|
|
11676
11743
|
font-size: 1rem;
|
|
11677
11744
|
line-height: 1.125rem;
|
|
11678
11745
|
}
|
|
11679
|
-
@media (width
|
|
11746
|
+
@media (max-width: 640px) {
|
|
11680
11747
|
.zen-legend.zen-legend--drive .zen-legend-list__item-text {
|
|
11681
11748
|
font-size: 0.875rem;
|
|
11682
11749
|
}
|
|
@@ -11684,7 +11751,8 @@ html:lang(ar) .zen-legend__item-value {
|
|
|
11684
11751
|
.zen-chart-axis {
|
|
11685
11752
|
display: flex;
|
|
11686
11753
|
justify-content: space-between;
|
|
11687
|
-
gap:
|
|
11754
|
+
column-gap: 1rem;
|
|
11755
|
+
row-gap: 0.25rem;
|
|
11688
11756
|
flex-wrap: wrap;
|
|
11689
11757
|
margin: 0 0.625rem;
|
|
11690
11758
|
}
|
|
@@ -11751,7 +11819,7 @@ html:lang(ar) .zen-chart-axis__value {
|
|
|
11751
11819
|
flex-basis: 100%;
|
|
11752
11820
|
justify-content: flex-end;
|
|
11753
11821
|
}
|
|
11754
|
-
@media (width
|
|
11822
|
+
@media (max-width: 640px) {
|
|
11755
11823
|
.zen-chart-axis__item--wide {
|
|
11756
11824
|
flex: 0 0 auto;
|
|
11757
11825
|
}
|
|
@@ -11763,7 +11831,7 @@ html:lang(ar) .zen-chart-axis__value {
|
|
|
11763
11831
|
margin: -1px;
|
|
11764
11832
|
padding: 0;
|
|
11765
11833
|
overflow: hidden;
|
|
11766
|
-
clip
|
|
11834
|
+
clip: rect(0, 0, 0, 0);
|
|
11767
11835
|
border: 0;
|
|
11768
11836
|
}
|
|
11769
11837
|
.zen-columns-filter {
|
|
@@ -11891,6 +11959,7 @@ html:lang(ar) .zen-columns-filter__item {
|
|
|
11891
11959
|
.zen-flexible-column__content {
|
|
11892
11960
|
width: 100%;
|
|
11893
11961
|
text-align: start;
|
|
11962
|
+
-webkit-user-select: none;
|
|
11894
11963
|
user-select: none;
|
|
11895
11964
|
}
|
|
11896
11965
|
.zen-flexible-column:hover .zen-flexible-column__draggable-icon {
|
|
@@ -11956,6 +12025,10 @@ html:lang(ar) .zen-date-input-popup__header {
|
|
|
11956
12025
|
padding: 0 0.5rem;
|
|
11957
12026
|
border-block-start: 1px solid var(--backgrounds-content-1);
|
|
11958
12027
|
}
|
|
12028
|
+
.zen-date-input-popup.zen-date-input-popup--drive-tablet {
|
|
12029
|
+
width: 20rem;
|
|
12030
|
+
min-width: 20rem;
|
|
12031
|
+
}
|
|
11959
12032
|
.zen-date-input-popup.zen-date-input-popup--drive .zen-date-input-popup__header {
|
|
11960
12033
|
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
11961
12034
|
font-size: 1rem;
|
|
@@ -11966,6 +12039,16 @@ html:lang(ar) .zen-date-input-popup__header {
|
|
|
11966
12039
|
text-transform: none;
|
|
11967
12040
|
text-decoration: none;
|
|
11968
12041
|
}
|
|
12042
|
+
.zen-date-input-popup.zen-date-input-popup--drive-tablet .zen-date-input-popup__header {
|
|
12043
|
+
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
12044
|
+
font-size: 1rem;
|
|
12045
|
+
font-style: normal;
|
|
12046
|
+
font-weight: 700;
|
|
12047
|
+
letter-spacing: 0.02rem;
|
|
12048
|
+
line-height: 1.375rem;
|
|
12049
|
+
text-transform: none;
|
|
12050
|
+
text-decoration: none;
|
|
12051
|
+
}
|
|
11969
12052
|
.zen-date-input-mobile-sheet .zen-mobile-sheet__title {
|
|
11970
12053
|
border-block-end: none;
|
|
11971
12054
|
}
|
|
@@ -12077,7 +12160,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12077
12160
|
width: 76px;
|
|
12078
12161
|
height: 160px;
|
|
12079
12162
|
}
|
|
12080
|
-
@media (width
|
|
12163
|
+
@media (max-width: 640px) {
|
|
12081
12164
|
.zen-time-select {
|
|
12082
12165
|
width: 100%;
|
|
12083
12166
|
}
|
|
@@ -12111,13 +12194,10 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12111
12194
|
.zen-time-picker__trigger--error {
|
|
12112
12195
|
border: 1px solid var(--text-error-message);
|
|
12113
12196
|
}
|
|
12114
|
-
.zen-time-picker__trigger.zen-form-field__input {
|
|
12197
|
+
.zen-time-picker__trigger.zen-form-field__input:not(.zen-time-picker__trigger--full-width) {
|
|
12115
12198
|
width: unset;
|
|
12116
12199
|
}
|
|
12117
|
-
|
|
12118
|
-
width: 100%;
|
|
12119
|
-
}
|
|
12120
|
-
@media (width <= 640px) {
|
|
12200
|
+
@media (max-width: 640px) {
|
|
12121
12201
|
.zen-time-picker__popup {
|
|
12122
12202
|
width: 100%;
|
|
12123
12203
|
}
|
|
@@ -12147,7 +12227,6 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12147
12227
|
width: 2rem;
|
|
12148
12228
|
cursor: pointer;
|
|
12149
12229
|
flex-shrink: 0;
|
|
12150
|
-
/* stylelint-disable-next-line selector-not-notation */
|
|
12151
12230
|
}
|
|
12152
12231
|
.zen-date-range-wrapper .zen-date-range__stepper--left {
|
|
12153
12232
|
margin-inline-end: -1px;
|
|
@@ -12224,7 +12303,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12224
12303
|
overflow: hidden;
|
|
12225
12304
|
text-overflow: ellipsis;
|
|
12226
12305
|
white-space: nowrap;
|
|
12227
|
-
|
|
12306
|
+
word-wrap: normal;
|
|
12228
12307
|
}
|
|
12229
12308
|
.zen-date-range--with-stepper.zen-date-range--with-stepper:hover,
|
|
12230
12309
|
.zen-date-range--with-stepper.zen-date-range--with-stepper:focus {
|
|
@@ -12471,8 +12550,8 @@ html:lang(ar) .zen-radio__label {
|
|
|
12471
12550
|
.zen-radio--drive .zen-radio__input::before {
|
|
12472
12551
|
width: 0.875rem;
|
|
12473
12552
|
height: 0.875rem;
|
|
12474
|
-
|
|
12475
|
-
|
|
12553
|
+
top: calc(50% - 0.875rem / 2);
|
|
12554
|
+
left: calc(50% - 0.875rem / 2);
|
|
12476
12555
|
}
|
|
12477
12556
|
.zen-radio__wrapper--mobile .zen-radio__label {
|
|
12478
12557
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -12495,8 +12574,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12495
12574
|
.zen-radio__wrapper--mobile .zen-radio__input::before {
|
|
12496
12575
|
width: 0.875rem;
|
|
12497
12576
|
height: 0.875rem;
|
|
12498
|
-
|
|
12499
|
-
|
|
12577
|
+
top: calc(50% - 0.875rem / 2);
|
|
12578
|
+
left: calc(50% - 0.875rem / 2);
|
|
12500
12579
|
}
|
|
12501
12580
|
.zen-radio--drive-tablet .zen-radio__label {
|
|
12502
12581
|
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -12516,10 +12595,11 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12516
12595
|
.zen-radio--drive-tablet .zen-radio__input::before {
|
|
12517
12596
|
width: 0.875rem;
|
|
12518
12597
|
height: 0.875rem;
|
|
12519
|
-
|
|
12520
|
-
|
|
12598
|
+
top: calc(50% - 0.875rem / 2);
|
|
12599
|
+
left: calc(50% - 0.875rem / 2);
|
|
12521
12600
|
}
|
|
12522
12601
|
.zen-radio__input {
|
|
12602
|
+
-webkit-appearance: none;
|
|
12523
12603
|
appearance: none;
|
|
12524
12604
|
position: relative;
|
|
12525
12605
|
cursor: pointer;
|
|
@@ -12542,8 +12622,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12542
12622
|
width: 0.625rem;
|
|
12543
12623
|
height: 0.625rem;
|
|
12544
12624
|
position: absolute;
|
|
12545
|
-
|
|
12546
|
-
|
|
12625
|
+
top: calc(50% - 0.625rem / 2);
|
|
12626
|
+
left: calc(50% - 0.625rem / 2);
|
|
12547
12627
|
border-radius: 50%;
|
|
12548
12628
|
transform: scale(0);
|
|
12549
12629
|
transition: 120ms transform ease-in-out;
|
|
@@ -12626,7 +12706,10 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12626
12706
|
position: absolute;
|
|
12627
12707
|
width: 100%;
|
|
12628
12708
|
height: 100%;
|
|
12629
|
-
|
|
12709
|
+
top: 0;
|
|
12710
|
+
bottom: 0;
|
|
12711
|
+
left: 0;
|
|
12712
|
+
right: 0;
|
|
12630
12713
|
display: flex;
|
|
12631
12714
|
align-items: center;
|
|
12632
12715
|
justify-content: center;
|
|
@@ -12637,7 +12720,10 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12637
12720
|
.zen-dialog__shield {
|
|
12638
12721
|
box-sizing: border-box;
|
|
12639
12722
|
position: absolute;
|
|
12640
|
-
|
|
12723
|
+
top: 0;
|
|
12724
|
+
bottom: 0;
|
|
12725
|
+
left: 0;
|
|
12726
|
+
right: 0;
|
|
12641
12727
|
z-index: 11000;
|
|
12642
12728
|
background-color: var(--backgrounds-hover);
|
|
12643
12729
|
opacity: 0.5;
|
|
@@ -12654,8 +12740,9 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12654
12740
|
background-color: var(--backgrounds-main);
|
|
12655
12741
|
color: var(--text-primary);
|
|
12656
12742
|
padding: 0;
|
|
12657
|
-
box-shadow:
|
|
12658
|
-
max-height:
|
|
12743
|
+
box-shadow: 0px 2px 6px rgba(11, 32, 50, 0.2);
|
|
12744
|
+
max-height: 90vh;
|
|
12745
|
+
max-height: 90dvh;
|
|
12659
12746
|
border-radius: var(--border-radius-default);
|
|
12660
12747
|
overflow: hidden;
|
|
12661
12748
|
}
|
|
@@ -12672,6 +12759,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12672
12759
|
}
|
|
12673
12760
|
.zen-dialog-content__header-title {
|
|
12674
12761
|
flex-grow: 2;
|
|
12762
|
+
padding-right: 12px;
|
|
12675
12763
|
padding: 12px 24px;
|
|
12676
12764
|
}
|
|
12677
12765
|
.zen-dialog-content__header-close-button {
|
|
@@ -12679,7 +12767,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12679
12767
|
align-items: center;
|
|
12680
12768
|
justify-content: center;
|
|
12681
12769
|
flex-shrink: 0;
|
|
12682
|
-
margin-
|
|
12770
|
+
margin-right: 12px;
|
|
12683
12771
|
width: 24px;
|
|
12684
12772
|
height: 24px;
|
|
12685
12773
|
fill: var(--text-reverse-primary);
|
|
@@ -12703,11 +12791,11 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12703
12791
|
display: flex;
|
|
12704
12792
|
justify-content: space-between;
|
|
12705
12793
|
padding: 12px;
|
|
12706
|
-
border-
|
|
12794
|
+
border-top: 1px solid var(--borders-general);
|
|
12707
12795
|
min-height: auto;
|
|
12708
12796
|
}
|
|
12709
12797
|
.zen-dialog-content__footer-item {
|
|
12710
|
-
margin-
|
|
12798
|
+
margin-right: 8px;
|
|
12711
12799
|
}
|
|
12712
12800
|
.zen-dialog-content--small {
|
|
12713
12801
|
max-width: 400px;
|
|
@@ -12716,7 +12804,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12716
12804
|
max-width: 600px;
|
|
12717
12805
|
}
|
|
12718
12806
|
.zen-popup-default {
|
|
12719
|
-
box-shadow:
|
|
12807
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
12720
12808
|
border-radius: var(--border-radius-default);
|
|
12721
12809
|
}
|
|
12722
12810
|
.zen-popup-body.zen-popup-body {
|
|
@@ -12727,36 +12815,38 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12727
12815
|
}
|
|
12728
12816
|
.zen-alerts {
|
|
12729
12817
|
position: fixed;
|
|
12730
|
-
|
|
12731
|
-
|
|
12818
|
+
top: 0;
|
|
12819
|
+
right: 0;
|
|
12732
12820
|
z-index: 11020;
|
|
12733
12821
|
display: grid;
|
|
12734
12822
|
gap: 16px;
|
|
12735
|
-
margin-
|
|
12736
|
-
padding-
|
|
12823
|
+
margin-top: 48px;
|
|
12824
|
+
padding-right: 24px;
|
|
12737
12825
|
}
|
|
12738
12826
|
.zen-alerts--mobile {
|
|
12739
12827
|
width: 100%;
|
|
12740
12828
|
gap: 8px;
|
|
12741
|
-
margin-
|
|
12742
|
-
padding-
|
|
12829
|
+
margin-top: 40px;
|
|
12830
|
+
padding-right: 12px;
|
|
12831
|
+
padding-left: 12px;
|
|
12743
12832
|
box-sizing: border-box;
|
|
12744
12833
|
}
|
|
12745
12834
|
.zen-toasts {
|
|
12746
12835
|
position: fixed;
|
|
12747
|
-
|
|
12748
|
-
|
|
12836
|
+
bottom: 0;
|
|
12837
|
+
right: 0;
|
|
12749
12838
|
z-index: 11020;
|
|
12750
12839
|
display: grid;
|
|
12751
12840
|
gap: 16px;
|
|
12752
|
-
margin-
|
|
12753
|
-
padding-
|
|
12841
|
+
margin-bottom: 32px;
|
|
12842
|
+
padding-right: 24px;
|
|
12754
12843
|
}
|
|
12755
12844
|
.zen-toasts--mobile {
|
|
12756
12845
|
width: 100%;
|
|
12757
12846
|
gap: 8px;
|
|
12758
|
-
margin-
|
|
12759
|
-
padding-
|
|
12847
|
+
margin-bottom: 16px;
|
|
12848
|
+
padding-right: 12px;
|
|
12849
|
+
padding-left: 12px;
|
|
12760
12850
|
box-sizing: border-box;
|
|
12761
12851
|
}
|
|
12762
12852
|
@keyframes waiting {
|
|
@@ -12770,8 +12860,10 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12770
12860
|
.zen-waiting {
|
|
12771
12861
|
box-sizing: border-box;
|
|
12772
12862
|
position: absolute;
|
|
12773
|
-
|
|
12774
|
-
|
|
12863
|
+
top: 0;
|
|
12864
|
+
bottom: 0;
|
|
12865
|
+
left: 0;
|
|
12866
|
+
right: 0;
|
|
12775
12867
|
overflow: hidden;
|
|
12776
12868
|
z-index: 10005;
|
|
12777
12869
|
}
|
|
@@ -12821,11 +12913,13 @@ html:lang(ar) .zen-waiting__spinner-text {
|
|
|
12821
12913
|
}
|
|
12822
12914
|
.zen-waiting__overlay {
|
|
12823
12915
|
position: absolute;
|
|
12824
|
-
|
|
12825
|
-
|
|
12916
|
+
top: 0;
|
|
12917
|
+
bottom: 0;
|
|
12918
|
+
left: 0;
|
|
12919
|
+
right: 0;
|
|
12826
12920
|
background-color: var(--backgrounds-overlay);
|
|
12827
12921
|
opacity: 0.12;
|
|
12828
|
-
text-align:
|
|
12922
|
+
text-align: left;
|
|
12829
12923
|
overflow: hidden;
|
|
12830
12924
|
}
|
|
12831
12925
|
.zen-waiting__overlay--hidden {
|
|
@@ -12860,7 +12954,7 @@ html:lang(ar) .zen-waiting__spinner-text {
|
|
|
12860
12954
|
max-width: 2.5rem;
|
|
12861
12955
|
max-height: 2.5rem;
|
|
12862
12956
|
}
|
|
12863
|
-
@media (width
|
|
12957
|
+
@media (max-width: 640px) {
|
|
12864
12958
|
.zen-waiting__spinner {
|
|
12865
12959
|
max-width: 2.5rem;
|
|
12866
12960
|
max-height: 2.5rem;
|
|
@@ -13124,7 +13218,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13124
13218
|
.zen-file-upload__remove-button {
|
|
13125
13219
|
flex-shrink: 0;
|
|
13126
13220
|
}
|
|
13127
|
-
@media (width
|
|
13221
|
+
@media (max-width: 640px) {
|
|
13128
13222
|
.zen-file-upload--mobile .zen-file-upload__drop-zone-text {
|
|
13129
13223
|
text-align: center;
|
|
13130
13224
|
}
|
|
@@ -13172,7 +13266,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13172
13266
|
.zen-filters__main-row {
|
|
13173
13267
|
display: flex;
|
|
13174
13268
|
align-items: center;
|
|
13175
|
-
box-shadow:
|
|
13269
|
+
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
|
|
13176
13270
|
border-radius: 999px;
|
|
13177
13271
|
border: var(--border-width-default) solid var(--borders-general);
|
|
13178
13272
|
background-color: var(--backgrounds-main);
|
|
@@ -13221,7 +13315,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13221
13315
|
overflow: hidden;
|
|
13222
13316
|
text-overflow: ellipsis;
|
|
13223
13317
|
white-space: nowrap;
|
|
13224
|
-
|
|
13318
|
+
word-wrap: normal;
|
|
13225
13319
|
}
|
|
13226
13320
|
.zen-filters__select-caption {
|
|
13227
13321
|
width: auto;
|
|
@@ -13351,7 +13445,8 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13351
13445
|
.zen-filters-container__mobile-scroll-wrapper {
|
|
13352
13446
|
padding: 0.125rem;
|
|
13353
13447
|
display: flex;
|
|
13354
|
-
flex-
|
|
13448
|
+
flex-direction: row;
|
|
13449
|
+
flex-wrap: nowrap;
|
|
13355
13450
|
align-items: center;
|
|
13356
13451
|
gap: 0.5rem;
|
|
13357
13452
|
width: 100%;
|
|
@@ -13425,7 +13520,8 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13425
13520
|
height: 3rem;
|
|
13426
13521
|
}
|
|
13427
13522
|
.zen-groups-filter-menu__groups-box {
|
|
13428
|
-
overflow:
|
|
13523
|
+
overflow-y: auto;
|
|
13524
|
+
overflow-x: hidden;
|
|
13429
13525
|
max-height: 16.25rem;
|
|
13430
13526
|
}
|
|
13431
13527
|
.zen-groups-filter-menu__groups-list--no-space,
|
|
@@ -13510,7 +13606,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13510
13606
|
padding-inline-end: 0;
|
|
13511
13607
|
}
|
|
13512
13608
|
.zen-groups-filter-menu__item--underlined {
|
|
13513
|
-
border-
|
|
13609
|
+
border-bottom: 1px solid;
|
|
13514
13610
|
}
|
|
13515
13611
|
.zen-groups-filter-menu__item--inline {
|
|
13516
13612
|
display: inline-block;
|
|
@@ -13555,7 +13651,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13555
13651
|
overflow: hidden;
|
|
13556
13652
|
text-overflow: ellipsis;
|
|
13557
13653
|
white-space: nowrap;
|
|
13558
|
-
|
|
13654
|
+
word-wrap: normal;
|
|
13559
13655
|
}
|
|
13560
13656
|
.zen-groups-filter-menu__advanced-button,
|
|
13561
13657
|
.zen-groups-filter-menu__action-button-home {
|
|
@@ -13663,13 +13759,14 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13663
13759
|
border: none;
|
|
13664
13760
|
outline: none;
|
|
13665
13761
|
padding-inline-end: 0.3125rem;
|
|
13762
|
+
-webkit-appearance: none;
|
|
13666
13763
|
appearance: none;
|
|
13667
13764
|
background-color: inherit;
|
|
13668
13765
|
color: inherit;
|
|
13669
13766
|
overflow: hidden;
|
|
13670
13767
|
text-overflow: ellipsis;
|
|
13671
13768
|
white-space: nowrap;
|
|
13672
|
-
|
|
13769
|
+
word-wrap: normal;
|
|
13673
13770
|
}
|
|
13674
13771
|
.zen-groups-filter .zen-groups-filter__input:hover {
|
|
13675
13772
|
background-color: var(--backgrounds-hover);
|
|
@@ -13696,6 +13793,7 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
|
|
|
13696
13793
|
}
|
|
13697
13794
|
.zen-groups-filter__popup-trigger {
|
|
13698
13795
|
display: flex;
|
|
13796
|
+
border-color: var(--borders-general);
|
|
13699
13797
|
border: 1px solid var(--borders-general);
|
|
13700
13798
|
border-radius: var(--border-radius-default);
|
|
13701
13799
|
justify-content: center;
|
|
@@ -13797,7 +13895,7 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
|
|
|
13797
13895
|
display: flex;
|
|
13798
13896
|
}
|
|
13799
13897
|
.zen-item-data {
|
|
13800
|
-
padding: 0.75rem 0.75rem 0.6875rem;
|
|
13898
|
+
padding: 0.75rem 0.75rem 0.6875rem 0.75rem;
|
|
13801
13899
|
background-color: var(--backgrounds-main);
|
|
13802
13900
|
border-block-end: 1px solid var(--borders-general);
|
|
13803
13901
|
display: flex;
|
|
@@ -13901,7 +13999,7 @@ html:lang(ar) .zen-item-data__identifier {
|
|
|
13901
13999
|
overflow: hidden;
|
|
13902
14000
|
text-overflow: ellipsis;
|
|
13903
14001
|
white-space: nowrap;
|
|
13904
|
-
|
|
14002
|
+
word-wrap: normal;
|
|
13905
14003
|
color: var(--text-primary);
|
|
13906
14004
|
flex: 1 1 auto;
|
|
13907
14005
|
}
|
|
@@ -13920,7 +14018,7 @@ html:lang(ar) .zen-item-data__name {
|
|
|
13920
14018
|
overflow: hidden;
|
|
13921
14019
|
text-overflow: ellipsis;
|
|
13922
14020
|
white-space: nowrap;
|
|
13923
|
-
|
|
14021
|
+
word-wrap: normal;
|
|
13924
14022
|
color: var(--text-hyperlink);
|
|
13925
14023
|
flex: 1 1 auto;
|
|
13926
14024
|
width: 100%;
|
|
@@ -14171,7 +14269,7 @@ html:lang(ar) .zen-item-data__data-value {
|
|
|
14171
14269
|
flex: 0 0 auto;
|
|
14172
14270
|
}
|
|
14173
14271
|
.zen-list-item-compact {
|
|
14174
|
-
padding: 0.5rem 0 0.4375rem;
|
|
14272
|
+
padding: 0.5rem 0 0.4375rem 0;
|
|
14175
14273
|
background-color: var(--backgrounds-main);
|
|
14176
14274
|
border-block-end: 1px solid var(--borders-general);
|
|
14177
14275
|
display: flex;
|
|
@@ -14201,7 +14299,7 @@ html:lang(ar) .zen-item-data__data-value {
|
|
|
14201
14299
|
overflow: hidden;
|
|
14202
14300
|
text-overflow: ellipsis;
|
|
14203
14301
|
white-space: nowrap;
|
|
14204
|
-
|
|
14302
|
+
word-wrap: normal;
|
|
14205
14303
|
}
|
|
14206
14304
|
html:lang(ar) .zen-list-item-compact__name {
|
|
14207
14305
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -14308,15 +14406,15 @@ html:lang(ar) .zen-list-item-compact__data {
|
|
|
14308
14406
|
max-width: 31.25rem;
|
|
14309
14407
|
}
|
|
14310
14408
|
.zen-list-item {
|
|
14311
|
-
padding: 0.5rem 1rem 0.4375rem;
|
|
14409
|
+
padding: 0.5rem 1rem 0.4375rem 1rem;
|
|
14312
14410
|
background-color: var(--backgrounds-main);
|
|
14313
14411
|
border-block-end: 1px solid var(--borders-general);
|
|
14314
14412
|
display: flex;
|
|
14315
14413
|
gap: 0.5rem;
|
|
14316
14414
|
align-items: center;
|
|
14317
14415
|
width: 100%;
|
|
14318
|
-
box-sizing: border-box;
|
|
14319
14416
|
min-height: 3rem;
|
|
14417
|
+
box-sizing: border-box;
|
|
14320
14418
|
}
|
|
14321
14419
|
.zen-list-item:hover {
|
|
14322
14420
|
background-color: var(--backgrounds-content-1);
|
|
@@ -14363,7 +14461,7 @@ html:lang(ar) .zen-list-item__identifier {
|
|
|
14363
14461
|
overflow: hidden;
|
|
14364
14462
|
text-overflow: ellipsis;
|
|
14365
14463
|
white-space: nowrap;
|
|
14366
|
-
|
|
14464
|
+
word-wrap: normal;
|
|
14367
14465
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
14368
14466
|
font-size: 0.875rem;
|
|
14369
14467
|
font-style: normal;
|
|
@@ -14390,7 +14488,7 @@ html:lang(ar) .zen-list-item__name {
|
|
|
14390
14488
|
overflow: hidden;
|
|
14391
14489
|
text-overflow: ellipsis;
|
|
14392
14490
|
white-space: nowrap;
|
|
14393
|
-
|
|
14491
|
+
word-wrap: normal;
|
|
14394
14492
|
}
|
|
14395
14493
|
html:lang(ar) .zen-list-item__secondary {
|
|
14396
14494
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -14439,7 +14537,7 @@ html:lang(ar) .zen-list-item__secondary {
|
|
|
14439
14537
|
-webkit-line-clamp: 2;
|
|
14440
14538
|
-webkit-box-orient: vertical;
|
|
14441
14539
|
}
|
|
14442
|
-
@media (width
|
|
14540
|
+
@media (max-width: 640px) {
|
|
14443
14541
|
.zen-list-item__identifier {
|
|
14444
14542
|
flex-direction: column;
|
|
14445
14543
|
align-items: initial;
|
|
@@ -14714,7 +14812,7 @@ html:lang(ar) .zen-filters-search-list__header-title {
|
|
|
14714
14812
|
align-items: center;
|
|
14715
14813
|
justify-content: center;
|
|
14716
14814
|
content: "\00d7";
|
|
14717
|
-
|
|
14815
|
+
top: 0;
|
|
14718
14816
|
inset-inline-end: 0.5rem;
|
|
14719
14817
|
width: 1.25rem;
|
|
14720
14818
|
height: 100%;
|
|
@@ -14921,13 +15019,14 @@ html:lang(ar) .zen-search-item-data-wrapper--mobile .zen-search-item-data__secon
|
|
|
14921
15019
|
padding-inline: 1rem;
|
|
14922
15020
|
align-items: center;
|
|
14923
15021
|
height: 3.8125rem;
|
|
14924
|
-
margin-inline: 0.25rem;
|
|
15022
|
+
margin-inline-end: 0.25rem;
|
|
15023
|
+
margin-inline-start: 0.25rem;
|
|
14925
15024
|
}
|
|
14926
15025
|
.zen-page-header__page-name {
|
|
14927
15026
|
overflow: hidden;
|
|
14928
15027
|
text-overflow: ellipsis;
|
|
14929
15028
|
white-space: nowrap;
|
|
14930
|
-
|
|
15029
|
+
word-wrap: normal;
|
|
14931
15030
|
max-width: 41rem;
|
|
14932
15031
|
padding: 0;
|
|
14933
15032
|
margin: 0;
|
|
@@ -14959,7 +15058,8 @@ html:lang(ar) .zen-page-header__page-name {
|
|
|
14959
15058
|
flex: 0 0 auto;
|
|
14960
15059
|
}
|
|
14961
15060
|
.zen-page-header__left-aligned-tool {
|
|
14962
|
-
margin-inline:
|
|
15061
|
+
margin-inline-end: auto;
|
|
15062
|
+
margin-inline-start: 0.375rem;
|
|
14963
15063
|
}
|
|
14964
15064
|
.zen-page-header__sub-line {
|
|
14965
15065
|
align-items: flex-start;
|
|
@@ -15028,7 +15128,6 @@ html:lang(ar) .zen-page-header--new .zen-page-header__main-line {
|
|
|
15028
15128
|
}
|
|
15029
15129
|
.zen-page-header--mobile .zen-page-header__main-line {
|
|
15030
15130
|
gap: 0.25rem;
|
|
15031
|
-
justify-content: initial;
|
|
15032
15131
|
}
|
|
15033
15132
|
.zen-page-header--mobile .zen-page-header__page-name {
|
|
15034
15133
|
max-width: 11.25rem;
|
|
@@ -15070,6 +15169,9 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15070
15169
|
text-transform: none;
|
|
15071
15170
|
text-decoration: none;
|
|
15072
15171
|
}
|
|
15172
|
+
.zen-page-header--mobile .zen-page-header__main-line {
|
|
15173
|
+
justify-content: initial;
|
|
15174
|
+
}
|
|
15073
15175
|
.zen-tabs {
|
|
15074
15176
|
box-sizing: border-box;
|
|
15075
15177
|
width: 100%;
|
|
@@ -15093,7 +15195,8 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15093
15195
|
}
|
|
15094
15196
|
.zen-tabs__scrollable {
|
|
15095
15197
|
display: flex;
|
|
15096
|
-
overflow: auto
|
|
15198
|
+
overflow-x: auto;
|
|
15199
|
+
overflow-y: hidden;
|
|
15097
15200
|
scrollbar-width: none;
|
|
15098
15201
|
-ms-overflow-style: none;
|
|
15099
15202
|
padding: 0.0625rem;
|
|
@@ -15188,11 +15291,6 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15188
15291
|
width: 2.875rem;
|
|
15189
15292
|
height: 2.875rem;
|
|
15190
15293
|
}
|
|
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
|
-
}
|
|
15196
15294
|
.zen-tabs .zen-tabs__gradient.zen-tabs__gradient--mobile.zen-tabs__gradient--left::after {
|
|
15197
15295
|
position: absolute;
|
|
15198
15296
|
content: "";
|
|
@@ -15211,6 +15309,15 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15211
15309
|
inset-inline-end: calc(2.875rem - 0.5rem);
|
|
15212
15310
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15213
15311
|
}
|
|
15312
|
+
.zen-tabs.zen-tabs--drive,
|
|
15313
|
+
.zen-tabs.zen-tabs--drive-tablet {
|
|
15314
|
+
height: 3rem;
|
|
15315
|
+
}
|
|
15316
|
+
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive,
|
|
15317
|
+
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive-tablet {
|
|
15318
|
+
width: 3rem;
|
|
15319
|
+
height: 3rem;
|
|
15320
|
+
}
|
|
15214
15321
|
.zen-tabs .zen-tabs__gradient.zen-tabs__gradient--drive.zen-tabs__gradient--left::after,
|
|
15215
15322
|
.zen-tabs .zen-tabs__gradient.zen-tabs__gradient--drive-tablet.zen-tabs__gradient--left::after {
|
|
15216
15323
|
position: absolute;
|
|
@@ -15231,10 +15338,6 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15231
15338
|
inset-inline-end: calc(3rem - 0.5rem);
|
|
15232
15339
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15233
15340
|
}
|
|
15234
|
-
.zen-tabs.zen-tabs--drive,
|
|
15235
|
-
.zen-tabs.zen-tabs--drive-tablet {
|
|
15236
|
-
height: 3rem;
|
|
15237
|
-
}
|
|
15238
15341
|
.zen-tab-item {
|
|
15239
15342
|
box-sizing: border-box;
|
|
15240
15343
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15249,7 +15352,7 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15249
15352
|
padding: 5px 16px 4px;
|
|
15250
15353
|
height: 34px;
|
|
15251
15354
|
border: none;
|
|
15252
|
-
border-
|
|
15355
|
+
border-bottom: 3px solid transparent;
|
|
15253
15356
|
background-color: transparent;
|
|
15254
15357
|
color: var(--text-secondary);
|
|
15255
15358
|
fill: var(--text-secondary);
|
|
@@ -15263,13 +15366,13 @@ html:lang(ar) .zen-tab-item {
|
|
|
15263
15366
|
}
|
|
15264
15367
|
.zen-tab-item--active {
|
|
15265
15368
|
color: var(--text-hyperlink);
|
|
15266
|
-
border-
|
|
15369
|
+
border-bottom: 3px solid var(--borders-form-field--active);
|
|
15267
15370
|
}
|
|
15268
15371
|
.zen-tab-item.zen-tab-item--disabled {
|
|
15269
15372
|
cursor: default;
|
|
15270
15373
|
color: var(--text-button-disabled);
|
|
15271
15374
|
fill: var(--text-button-disabled);
|
|
15272
|
-
border-
|
|
15375
|
+
border-bottom: 3px solid transparent;
|
|
15273
15376
|
}
|
|
15274
15377
|
.zen-tab-item.zen-tab-item--disabled:hover,
|
|
15275
15378
|
.zen-tab-item.zen-tab-item--disabled:focus {
|
|
@@ -15311,8 +15414,8 @@ html:lang(ar) .zen-tab-item {
|
|
|
15311
15414
|
color: var(--text-reverse-primary);
|
|
15312
15415
|
min-width: 16px;
|
|
15313
15416
|
border-radius: 16px;
|
|
15314
|
-
padding:
|
|
15315
|
-
margin-
|
|
15417
|
+
padding: 0px 4px;
|
|
15418
|
+
margin-left: 8px;
|
|
15316
15419
|
}
|
|
15317
15420
|
html:lang(ar) .zen-tab-item__content-quantity {
|
|
15318
15421
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15320,7 +15423,7 @@ html:lang(ar) .zen-tab-item__content-quantity {
|
|
|
15320
15423
|
.zen-tab-item__content-icon {
|
|
15321
15424
|
display: flex;
|
|
15322
15425
|
align-items: center;
|
|
15323
|
-
margin-
|
|
15426
|
+
margin-right: 10px;
|
|
15324
15427
|
max-height: 16px;
|
|
15325
15428
|
}
|
|
15326
15429
|
.zen-tab-item__content-icon--active {
|
|
@@ -15338,7 +15441,7 @@ html:lang(ar) .zen-tab-item__content-quantity {
|
|
|
15338
15441
|
overflow: hidden;
|
|
15339
15442
|
text-overflow: ellipsis;
|
|
15340
15443
|
white-space: nowrap;
|
|
15341
|
-
|
|
15444
|
+
word-wrap: normal;
|
|
15342
15445
|
max-width: 130px;
|
|
15343
15446
|
}
|
|
15344
15447
|
html:lang(ar) .zen-tab-item__content-text {
|
|
@@ -15460,7 +15563,8 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15460
15563
|
}
|
|
15461
15564
|
.zen-filters-toolbar__scrollable {
|
|
15462
15565
|
display: flex;
|
|
15463
|
-
overflow: auto
|
|
15566
|
+
overflow-x: auto;
|
|
15567
|
+
overflow-y: hidden;
|
|
15464
15568
|
height: 100%;
|
|
15465
15569
|
scrollbar-width: none;
|
|
15466
15570
|
-ms-overflow-style: none;
|
|
@@ -15502,7 +15606,7 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15502
15606
|
content: "";
|
|
15503
15607
|
margin-inline-start: -2.5rem;
|
|
15504
15608
|
height: 100%;
|
|
15505
|
-
|
|
15609
|
+
top: 0;
|
|
15506
15610
|
width: 2.5rem;
|
|
15507
15611
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15508
15612
|
}
|
|
@@ -15514,7 +15618,7 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15514
15618
|
content: "";
|
|
15515
15619
|
margin-inline-start: 2.5rem;
|
|
15516
15620
|
height: 100%;
|
|
15517
|
-
|
|
15621
|
+
top: 0;
|
|
15518
15622
|
width: 2.5rem;
|
|
15519
15623
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15520
15624
|
}
|
|
@@ -15614,7 +15718,7 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15614
15718
|
content: "";
|
|
15615
15719
|
margin-inline-start: 3.5rem;
|
|
15616
15720
|
height: 100%;
|
|
15617
|
-
|
|
15721
|
+
top: 0;
|
|
15618
15722
|
width: 3.25rem;
|
|
15619
15723
|
z-index: 1000;
|
|
15620
15724
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
@@ -15629,7 +15733,7 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15629
15733
|
content: "";
|
|
15630
15734
|
margin-inline-start: -3.25rem;
|
|
15631
15735
|
height: 100%;
|
|
15632
|
-
|
|
15736
|
+
top: 0;
|
|
15633
15737
|
width: 3.25rem;
|
|
15634
15738
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15635
15739
|
}
|
|
@@ -15638,7 +15742,7 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15638
15742
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15639
15743
|
}
|
|
15640
15744
|
.zen-side-panel-parent--open {
|
|
15641
|
-
max-height:
|
|
15745
|
+
max-height: 100vh;
|
|
15642
15746
|
overflow-y: hidden;
|
|
15643
15747
|
}
|
|
15644
15748
|
.zen-filters-bar-dropdown {
|
|
@@ -15817,7 +15921,7 @@ html:lang(ar) .zen-range-field {
|
|
|
15817
15921
|
text-decoration: none;
|
|
15818
15922
|
color: var(--text-error-message);
|
|
15819
15923
|
fill: var(--text-error-message);
|
|
15820
|
-
margin-
|
|
15924
|
+
margin-top: 0.25rem;
|
|
15821
15925
|
}
|
|
15822
15926
|
html:lang(ar) .zen-range-field__error {
|
|
15823
15927
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15858,7 +15962,7 @@ html:lang(ar) .zen-range-field__label--mobile {
|
|
|
15858
15962
|
}
|
|
15859
15963
|
.zen-range-field__input::-webkit-inner-spin-button,
|
|
15860
15964
|
.zen-range-field__input::-webkit-outer-spin-button {
|
|
15861
|
-
appearance: none;
|
|
15965
|
+
-webkit-appearance: none;
|
|
15862
15966
|
margin: 0;
|
|
15863
15967
|
}
|
|
15864
15968
|
.zen-range-field__input--mobile {
|
|
@@ -15877,7 +15981,7 @@ html:lang(ar) .zen-range-field__label--mobile {
|
|
|
15877
15981
|
text-transform: none;
|
|
15878
15982
|
text-decoration: none;
|
|
15879
15983
|
color: var(--text-primary);
|
|
15880
|
-
text-align:
|
|
15984
|
+
text-align: right;
|
|
15881
15985
|
}
|
|
15882
15986
|
html:lang(ar) .zen-range-field__sense {
|
|
15883
15987
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15928,9 +16032,11 @@ html:lang(ar) .zen-range {
|
|
|
15928
16032
|
min-width: 18.5rem;
|
|
15929
16033
|
max-width: 20.5rem;
|
|
15930
16034
|
display: grid;
|
|
15931
|
-
|
|
16035
|
+
align-items: center;
|
|
16036
|
+
justify-items: start;
|
|
15932
16037
|
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);
|
|
15933
|
-
gap: 0.25rem
|
|
16038
|
+
row-gap: 0.25rem;
|
|
16039
|
+
column-gap: 0.5rem;
|
|
15934
16040
|
}
|
|
15935
16041
|
.zen-range__fields-container--column {
|
|
15936
16042
|
min-width: 12.5rem;
|
|
@@ -15939,7 +16045,8 @@ html:lang(ar) .zen-range {
|
|
|
15939
16045
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
15940
16046
|
grid-template-rows: auto auto;
|
|
15941
16047
|
gap: 0.25rem 0.5rem;
|
|
15942
|
-
|
|
16048
|
+
align-items: center;
|
|
16049
|
+
justify-items: start;
|
|
15943
16050
|
}
|
|
15944
16051
|
.zen-range__trigger-button {
|
|
15945
16052
|
max-width: 12.5rem;
|
|
@@ -15961,8 +16068,8 @@ html:lang(ar) .zen-range {
|
|
|
15961
16068
|
text-transform: none;
|
|
15962
16069
|
text-decoration: none;
|
|
15963
16070
|
color: var(--text-secondary);
|
|
15964
|
-
padding: 0.75rem 1rem 0.6875rem;
|
|
15965
|
-
border-
|
|
16071
|
+
padding: 0.75rem 1rem 0.6875rem 1rem;
|
|
16072
|
+
border-bottom: 1px solid var(--backgrounds-content-1);
|
|
15966
16073
|
}
|
|
15967
16074
|
html:lang(ar) .zen-range__label {
|
|
15968
16075
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15978,13 +16085,14 @@ html:lang(ar) .zen-range__label {
|
|
|
15978
16085
|
.zen-range__footer {
|
|
15979
16086
|
display: flex;
|
|
15980
16087
|
justify-content: flex-start;
|
|
15981
|
-
border-
|
|
16088
|
+
border-top: var(--border-width-default) solid var(--borders-general);
|
|
15982
16089
|
}
|
|
15983
16090
|
.zen-range__clear-button,
|
|
15984
16091
|
.zen-range__cancel-button,
|
|
15985
16092
|
.zen-range__apply-button {
|
|
15986
16093
|
margin-inline-end: 0.5rem;
|
|
15987
|
-
margin-
|
|
16094
|
+
margin-top: 0.5rem;
|
|
16095
|
+
margin-bottom: 0.25rem;
|
|
15988
16096
|
}
|
|
15989
16097
|
.zen-range__clear-button {
|
|
15990
16098
|
margin-inline-start: 0.5rem;
|
|
@@ -16022,14 +16130,17 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
|
|
|
16022
16130
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
16023
16131
|
grid-template-rows: auto auto;
|
|
16024
16132
|
gap: 0.25rem 0.5rem;
|
|
16025
|
-
|
|
16133
|
+
align-items: center;
|
|
16134
|
+
justify-items: start;
|
|
16026
16135
|
}
|
|
16027
16136
|
.zen-filters-bar-side-panel-range__items-container--row {
|
|
16028
16137
|
max-width: 18.5rem;
|
|
16029
16138
|
display: grid;
|
|
16030
|
-
|
|
16139
|
+
align-items: center;
|
|
16140
|
+
justify-items: start;
|
|
16031
16141
|
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);
|
|
16032
|
-
gap: 0.25rem
|
|
16142
|
+
row-gap: 0.25rem;
|
|
16143
|
+
column-gap: 0.5rem;
|
|
16033
16144
|
}
|
|
16034
16145
|
.zen-filters-bar-side-panel-range__item--column {
|
|
16035
16146
|
min-width: 8.5rem;
|
|
@@ -16059,10 +16170,11 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
|
|
|
16059
16170
|
}
|
|
16060
16171
|
.zen-header-button--with-dropdown.zen-header-button--mobile .zen-caption__pre-content,
|
|
16061
16172
|
.zen-header-button--with-dropdown.zen-header-button--hidden-name .zen-caption__pre-content {
|
|
16062
|
-
margin-
|
|
16173
|
+
margin-right: 0;
|
|
16063
16174
|
}
|
|
16064
16175
|
.zen-header-button--with-dropdown.zen-header-button-with-dropdown--drive-tablet {
|
|
16065
|
-
padding-
|
|
16176
|
+
padding-top: 12px;
|
|
16177
|
+
padding-bottom: 12px;
|
|
16066
16178
|
}
|
|
16067
16179
|
.zen-filters-saved-popup__content {
|
|
16068
16180
|
margin: 1px;
|
|
@@ -16133,12 +16245,12 @@ html:lang(ar) .zen-filters-saved-popup__content {
|
|
|
16133
16245
|
border: none;
|
|
16134
16246
|
color: var(--text-primary);
|
|
16135
16247
|
flex-grow: 1;
|
|
16136
|
-
text-align:
|
|
16248
|
+
text-align: left;
|
|
16137
16249
|
cursor: pointer;
|
|
16138
16250
|
overflow: hidden;
|
|
16139
16251
|
text-overflow: ellipsis;
|
|
16140
16252
|
white-space: nowrap;
|
|
16141
|
-
|
|
16253
|
+
word-wrap: normal;
|
|
16142
16254
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
16143
16255
|
font-size: 0.875rem;
|
|
16144
16256
|
font-style: normal;
|
|
@@ -16403,7 +16515,8 @@ html:lang(ar) .zen-side-panel-filters__title--mobile {
|
|
|
16403
16515
|
fill: var(--text-primary);
|
|
16404
16516
|
}
|
|
16405
16517
|
.zen-side-panel-filters__content {
|
|
16406
|
-
overflow: hidden
|
|
16518
|
+
overflow-x: hidden;
|
|
16519
|
+
overflow-y: auto;
|
|
16407
16520
|
flex: 1 1 auto;
|
|
16408
16521
|
}
|
|
16409
16522
|
.zen-side-panel-filters__item {
|
|
@@ -16505,7 +16618,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
|
|
|
16505
16618
|
min-width: 22.5rem;
|
|
16506
16619
|
max-width: 22.5rem;
|
|
16507
16620
|
}
|
|
16508
|
-
@media (width
|
|
16621
|
+
@media (max-width: 640px) {
|
|
16509
16622
|
.zen-side-panel-filters.zen-side-panel-filters {
|
|
16510
16623
|
width: 100%;
|
|
16511
16624
|
max-width: 100%;
|
|
@@ -16642,7 +16755,8 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
|
|
|
16642
16755
|
padding: 0.0625rem;
|
|
16643
16756
|
width: 100%;
|
|
16644
16757
|
display: flex;
|
|
16645
|
-
flex-
|
|
16758
|
+
flex-direction: row;
|
|
16759
|
+
flex-wrap: nowrap;
|
|
16646
16760
|
}
|
|
16647
16761
|
.zen-filters-select__list-item-wrapper--expanded {
|
|
16648
16762
|
z-index: 2;
|
|
@@ -16829,7 +16943,8 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
|
|
|
16829
16943
|
}
|
|
16830
16944
|
.zen-side-panel-filters-bar__content {
|
|
16831
16945
|
padding-block-start: 0.5rem;
|
|
16832
|
-
overflow: hidden
|
|
16946
|
+
overflow-x: hidden;
|
|
16947
|
+
overflow-y: auto;
|
|
16833
16948
|
flex: 1 1 auto;
|
|
16834
16949
|
}
|
|
16835
16950
|
.zen-side-panel-filters-bar__apply-button--desktop {
|
|
@@ -16865,7 +16980,7 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
|
|
|
16865
16980
|
min-width: 20rem;
|
|
16866
16981
|
max-width: 20rem;
|
|
16867
16982
|
}
|
|
16868
|
-
@media (width
|
|
16983
|
+
@media (max-width: 640px) {
|
|
16869
16984
|
.zen-side-panel-filters-bar.zen-side-panel-filters-bar {
|
|
16870
16985
|
width: 100%;
|
|
16871
16986
|
max-width: 100%;
|
|
@@ -16920,7 +17035,7 @@ html:lang(ar) .zen-form-layout-title {
|
|
|
16920
17035
|
min-width: fit-content;
|
|
16921
17036
|
max-width: fit-content;
|
|
16922
17037
|
}
|
|
16923
|
-
@media (width
|
|
17038
|
+
@media (min-width: 1025px) {
|
|
16924
17039
|
.zen-grid {
|
|
16925
17040
|
display: grid;
|
|
16926
17041
|
grid-template-columns: repeat(12, 1fr);
|
|
@@ -17043,14 +17158,14 @@ html:lang(ar) .zen-form-layout-title {
|
|
|
17043
17158
|
max-width: fit-content;
|
|
17044
17159
|
}
|
|
17045
17160
|
}
|
|
17046
|
-
@media (width
|
|
17161
|
+
@media (min-width: 1440px) {
|
|
17047
17162
|
.zen-grid {
|
|
17048
17163
|
margin: 0 auto;
|
|
17049
17164
|
max-width: 1440px;
|
|
17050
17165
|
width: 100%;
|
|
17051
17166
|
}
|
|
17052
17167
|
}
|
|
17053
|
-
@media (width
|
|
17168
|
+
@media (max-width: 1024px) {
|
|
17054
17169
|
.zen-grid {
|
|
17055
17170
|
display: grid;
|
|
17056
17171
|
grid-template-columns: repeat(8, 1fr);
|
|
@@ -17143,7 +17258,7 @@ html:lang(ar) .zen-form-layout-title {
|
|
|
17143
17258
|
max-width: fit-content;
|
|
17144
17259
|
}
|
|
17145
17260
|
}
|
|
17146
|
-
@media (width
|
|
17261
|
+
@media (max-width: 640px) {
|
|
17147
17262
|
.zen-grid {
|
|
17148
17263
|
margin: 0 0.75rem;
|
|
17149
17264
|
grid-template-columns: repeat(4, 1fr);
|
|
@@ -17245,17 +17360,13 @@ html:lang(ar) .zen-form-layout-secondary {
|
|
|
17245
17360
|
.zen-form-layout {
|
|
17246
17361
|
padding: 0;
|
|
17247
17362
|
grid-template-rows: repeat(auto-fit, minmax(0, max-content));
|
|
17248
|
-
height: max-content;
|
|
17249
17363
|
}
|
|
17250
|
-
.zen-form-layout--has-wrapper {
|
|
17251
|
-
height:
|
|
17364
|
+
.zen-form-layout:not(.zen-form-layout--has-wrapper) {
|
|
17365
|
+
height: max-content;
|
|
17252
17366
|
}
|
|
17253
|
-
.zen-form-layout-stepper {
|
|
17367
|
+
.zen-form-layout-stepper:not(.zen-form-layout-stepper--with-banner) {
|
|
17254
17368
|
margin-block-end: 2.5rem;
|
|
17255
17369
|
}
|
|
17256
|
-
.zen-form-layout-stepper--with-banner {
|
|
17257
|
-
margin-block-end: 0;
|
|
17258
|
-
}
|
|
17259
17370
|
.zen-form-separator {
|
|
17260
17371
|
margin-block: 2rem;
|
|
17261
17372
|
margin-inline: 0;
|
|
@@ -17379,7 +17490,7 @@ html:lang(ar) .zen-form-layout-secondary {
|
|
|
17379
17490
|
.zen-mobile-search-control--expanded {
|
|
17380
17491
|
display: flex;
|
|
17381
17492
|
width: 100%;
|
|
17382
|
-
padding: 6px 12px;
|
|
17493
|
+
padding: 6px 12px 6px;
|
|
17383
17494
|
gap: 8px;
|
|
17384
17495
|
}
|
|
17385
17496
|
.zen-mobile-search-control__search {
|
|
@@ -17390,8 +17501,8 @@ html:lang(ar) .zen-form-layout-secondary {
|
|
|
17390
17501
|
}
|
|
17391
17502
|
.zen-mobile-filter-control__counter-wrapper {
|
|
17392
17503
|
position: absolute;
|
|
17393
|
-
|
|
17394
|
-
|
|
17504
|
+
top: 0;
|
|
17505
|
+
right: 0;
|
|
17395
17506
|
}
|
|
17396
17507
|
.zen-mobile-filter-control__counter {
|
|
17397
17508
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -17424,7 +17535,8 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17424
17535
|
display: flex;
|
|
17425
17536
|
justify-content: space-between;
|
|
17426
17537
|
gap: 4px;
|
|
17427
|
-
|
|
17538
|
+
justify-items: center;
|
|
17539
|
+
align-items: center;
|
|
17428
17540
|
height: 56px;
|
|
17429
17541
|
width: 100%;
|
|
17430
17542
|
}
|
|
@@ -17441,7 +17553,8 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17441
17553
|
gap: 8px;
|
|
17442
17554
|
align-items: center;
|
|
17443
17555
|
flex-shrink: 0;
|
|
17444
|
-
padding-
|
|
17556
|
+
padding-right: 4px;
|
|
17557
|
+
padding-left: 4px;
|
|
17445
17558
|
height: 100%;
|
|
17446
17559
|
}
|
|
17447
17560
|
.zen-header__section--middle {
|
|
@@ -17542,18 +17655,9 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17542
17655
|
.zen-layout__middle-element {
|
|
17543
17656
|
height: 0;
|
|
17544
17657
|
}
|
|
17545
|
-
.zen-layout .zen-layout__content--full-screen > * {
|
|
17658
|
+
.zen-layout .zen-layout__content--full-screen > *:not(.zen-layout__full-screen-element--visible):not(.zen-layout__full-screen-element--visible *):not([data-full-screen-parent="true"]) {
|
|
17546
17659
|
display: none;
|
|
17547
17660
|
}
|
|
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
|
-
}
|
|
17557
17661
|
.zen-layout .zen-layout__content:has(> :first-child > :first-child .zen-data-grid-actions),
|
|
17558
17662
|
.zen-layout .zen-layout__content:has(> :first-child > :first-child.zen-data-grid-actions),
|
|
17559
17663
|
.zen-layout .zen-layout__content--full-screen:has(.zen-layout__full-screen-element--visible .zen-data-grid-actions) {
|
|
@@ -17576,7 +17680,8 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17576
17680
|
box-sizing: border-box;
|
|
17577
17681
|
}
|
|
17578
17682
|
.zen-card-deck--mobile {
|
|
17579
|
-
padding-block: 0.125rem
|
|
17683
|
+
padding-block-start: 0.125rem;
|
|
17684
|
+
padding-block-end: 0.0625rem;
|
|
17580
17685
|
padding-inline: 0.75rem;
|
|
17581
17686
|
}
|
|
17582
17687
|
.zen-card-deck__cards {
|
|
@@ -17621,7 +17726,8 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17621
17726
|
background-color: transparent;
|
|
17622
17727
|
display: flex;
|
|
17623
17728
|
justify-content: space-between;
|
|
17624
|
-
flex-
|
|
17729
|
+
flex-direction: row;
|
|
17730
|
+
flex-wrap: nowrap;
|
|
17625
17731
|
align-items: flex-start;
|
|
17626
17732
|
gap: 1.5rem;
|
|
17627
17733
|
}
|
|
@@ -17637,7 +17743,8 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17637
17743
|
}
|
|
17638
17744
|
.zen-page-header-component__actions {
|
|
17639
17745
|
display: flex;
|
|
17640
|
-
flex-
|
|
17746
|
+
flex-direction: row;
|
|
17747
|
+
flex-wrap: nowrap;
|
|
17641
17748
|
align-items: center;
|
|
17642
17749
|
gap: 0.75rem;
|
|
17643
17750
|
}
|
|
@@ -17666,9 +17773,10 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17666
17773
|
.zen-legend-list--flexible {
|
|
17667
17774
|
display: flex;
|
|
17668
17775
|
gap: 0.625rem;
|
|
17669
|
-
flex-
|
|
17776
|
+
flex-direction: row;
|
|
17670
17777
|
margin: 0;
|
|
17671
17778
|
padding: 0;
|
|
17779
|
+
flex-wrap: wrap;
|
|
17672
17780
|
}
|
|
17673
17781
|
.zen-legend-list__item {
|
|
17674
17782
|
display: flex;
|
|
@@ -17697,7 +17805,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17697
17805
|
font-size: 1rem;
|
|
17698
17806
|
line-height: 1.125rem;
|
|
17699
17807
|
}
|
|
17700
|
-
@media (width
|
|
17808
|
+
@media (max-width: 640px) {
|
|
17701
17809
|
.zen-legend-list.zen-legend-list--drive .zen-legend-list__item-text {
|
|
17702
17810
|
font-size: 0.875rem;
|
|
17703
17811
|
}
|
|
@@ -17792,7 +17900,8 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17792
17900
|
}
|
|
17793
17901
|
.zen-nav__content {
|
|
17794
17902
|
flex: 1 1 auto;
|
|
17795
|
-
overflow:
|
|
17903
|
+
overflow-y: auto;
|
|
17904
|
+
overflow-x: hidden;
|
|
17796
17905
|
position: relative;
|
|
17797
17906
|
}
|
|
17798
17907
|
.zen-nav__content--has-scrollbar {
|
|
@@ -17898,7 +18007,6 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17898
18007
|
background-color: initial;
|
|
17899
18008
|
}
|
|
17900
18009
|
}
|
|
17901
|
-
/* stylelint-disable-next-line selector-not-notation */
|
|
17902
18010
|
.zen-nav-popup.zen-nav-popup:not(.zen-nav-popup .zen-nav-popup):not(.zen-nav-popup--mobile) {
|
|
17903
18011
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
17904
18012
|
font-size: 0.875rem;
|
|
@@ -17908,7 +18016,7 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17908
18016
|
line-height: 1rem;
|
|
17909
18017
|
text-transform: none;
|
|
17910
18018
|
text-decoration: none;
|
|
17911
|
-
box-shadow:
|
|
18019
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
17912
18020
|
border-radius: var(--border-radius-default);
|
|
17913
18021
|
box-sizing: border-box;
|
|
17914
18022
|
max-height: 50rem;
|
|
@@ -17991,14 +18099,13 @@ html:lang(ar) .zen-nav-popup.zen-nav-popup:not(.zen-nav-popup .zen-nav-popup):no
|
|
|
17991
18099
|
html:lang(ar) .zen-nav-item--active .zen-nav-item__title-text {
|
|
17992
18100
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
17993
18101
|
}
|
|
17994
|
-
.zen-nav-item .zen-nav-item__main {
|
|
18102
|
+
.zen-nav-item:not(.zen-nav-item--collapsed) .zen-nav-item__main {
|
|
17995
18103
|
min-height: 36px;
|
|
17996
18104
|
}
|
|
17997
18105
|
.zen-nav-item--collapsed {
|
|
17998
18106
|
width: auto;
|
|
17999
18107
|
}
|
|
18000
18108
|
.zen-nav-item--collapsed .zen-nav-item__main {
|
|
18001
|
-
min-height: auto;
|
|
18002
18109
|
padding: 0;
|
|
18003
18110
|
width: auto;
|
|
18004
18111
|
display: inline-flex;
|
|
@@ -18011,8 +18118,8 @@ html:lang(ar) .zen-nav-item--active .zen-nav-item__title-text {
|
|
|
18011
18118
|
.zen-nav-item--collapsed .zen-nav-item__icon--with-counter::before {
|
|
18012
18119
|
content: "";
|
|
18013
18120
|
position: absolute;
|
|
18014
|
-
|
|
18015
|
-
|
|
18121
|
+
top: 4px;
|
|
18122
|
+
right: 4px;
|
|
18016
18123
|
width: 8px;
|
|
18017
18124
|
height: 8px;
|
|
18018
18125
|
background-color: var(--action-destructive--default);
|
|
@@ -18025,12 +18132,12 @@ html:lang(ar) .zen-nav-item--active .zen-nav-item__title-text {
|
|
|
18025
18132
|
.zen-nav-item--button .zen-nav-item__main {
|
|
18026
18133
|
border: 0;
|
|
18027
18134
|
background: transparent;
|
|
18028
|
-
text-align:
|
|
18135
|
+
text-align: left;
|
|
18029
18136
|
}
|
|
18030
18137
|
.zen-nav-item--link .zen-nav-item__main {
|
|
18031
18138
|
text-decoration: none;
|
|
18032
18139
|
}
|
|
18033
|
-
.zen-nav-item--nested .zen-nav-item__main {
|
|
18140
|
+
.zen-nav-item--nested:not(.zen-nav-item--mobile) .zen-nav-item__main {
|
|
18034
18141
|
min-height: 32px;
|
|
18035
18142
|
border-radius: 4px;
|
|
18036
18143
|
padding: 4px;
|
|
@@ -18077,7 +18184,7 @@ html:lang(ar) .zen-nav-item__main {
|
|
|
18077
18184
|
fill: var(--accents-general--detail);
|
|
18078
18185
|
border-radius: 1rem;
|
|
18079
18186
|
padding: 6px 8px;
|
|
18080
|
-
margin-
|
|
18187
|
+
margin-right: 4px;
|
|
18081
18188
|
display: flex;
|
|
18082
18189
|
align-items: center;
|
|
18083
18190
|
flex: 0 0 auto;
|
|
@@ -18101,7 +18208,7 @@ html:lang(ar) .zen-nav-item__main {
|
|
|
18101
18208
|
overflow: hidden;
|
|
18102
18209
|
text-overflow: ellipsis;
|
|
18103
18210
|
white-space: nowrap;
|
|
18104
|
-
|
|
18211
|
+
word-wrap: normal;
|
|
18105
18212
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
18106
18213
|
font-size: 0.875rem;
|
|
18107
18214
|
font-style: normal;
|
|
@@ -18195,7 +18302,7 @@ html:lang(ar) .zen-nav-item__title-text {
|
|
|
18195
18302
|
display: flex;
|
|
18196
18303
|
align-items: center;
|
|
18197
18304
|
flex: 1 1 100%;
|
|
18198
|
-
margin-
|
|
18305
|
+
margin-bottom: -3px;
|
|
18199
18306
|
/* Adjust for visual centering (compensate y letter shift) */
|
|
18200
18307
|
}
|
|
18201
18308
|
.zen-nav-header--collapsed {
|
|
@@ -18242,7 +18349,7 @@ html:lang(ar) .zen-nav-item__title-text {
|
|
|
18242
18349
|
gap: 8px;
|
|
18243
18350
|
padding: 3px 12px;
|
|
18244
18351
|
background: var(--backgrounds-content-0);
|
|
18245
|
-
border-
|
|
18352
|
+
border-top: 1px solid var(--borders-general);
|
|
18246
18353
|
}
|
|
18247
18354
|
.zen-nav-edit-footer {
|
|
18248
18355
|
display: flex;
|
|
@@ -18253,7 +18360,7 @@ html:lang(ar) .zen-nav-item__title-text {
|
|
|
18253
18360
|
width: calc(50% - 4px);
|
|
18254
18361
|
}
|
|
18255
18362
|
.zen-nav-edit-footer__button--with-margin {
|
|
18256
|
-
margin-
|
|
18363
|
+
margin-bottom: 8px;
|
|
18257
18364
|
}
|
|
18258
18365
|
.zen-nav-edit-footer--mobile {
|
|
18259
18366
|
flex-direction: column;
|
|
@@ -18287,7 +18394,7 @@ html:lang(ar) .zen-nav-edit-list__header {
|
|
|
18287
18394
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
18288
18395
|
}
|
|
18289
18396
|
.zen-nav-edit-list__header--no-gap {
|
|
18290
|
-
margin-
|
|
18397
|
+
margin-bottom: calc(var(--nav-items-gap) * -1);
|
|
18291
18398
|
}
|
|
18292
18399
|
.zen-nav-edit-list .zen-nav-edit-list__item--placeholder {
|
|
18293
18400
|
list-style-type: none;
|
|
@@ -18308,7 +18415,7 @@ html:lang(ar) .zen-nav-edit-list__header {
|
|
|
18308
18415
|
line-height: 1rem;
|
|
18309
18416
|
text-transform: none;
|
|
18310
18417
|
text-decoration: none;
|
|
18311
|
-
box-shadow:
|
|
18418
|
+
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
18312
18419
|
position: relative;
|
|
18313
18420
|
display: flex;
|
|
18314
18421
|
flex-direction: row;
|
|
@@ -18327,7 +18434,7 @@ html:lang(ar) .zen-push {
|
|
|
18327
18434
|
.zen-push::before {
|
|
18328
18435
|
content: "";
|
|
18329
18436
|
position: absolute;
|
|
18330
|
-
|
|
18437
|
+
top: 0;
|
|
18331
18438
|
inset-inline-start: -0.375rem;
|
|
18332
18439
|
width: 0.4375rem;
|
|
18333
18440
|
height: 100%;
|
|
@@ -18364,7 +18471,7 @@ html:lang(ar) .zen-push__header {
|
|
|
18364
18471
|
text-transform: none;
|
|
18365
18472
|
text-decoration: none;
|
|
18366
18473
|
flex-grow: 1;
|
|
18367
|
-
padding-
|
|
18474
|
+
padding-top: 0.5rem;
|
|
18368
18475
|
display: flex;
|
|
18369
18476
|
flex-direction: column;
|
|
18370
18477
|
}
|
|
@@ -18381,11 +18488,12 @@ html:lang(ar) .zen-push__body {
|
|
|
18381
18488
|
}
|
|
18382
18489
|
.zen-push__text {
|
|
18383
18490
|
font-size: 0.75rem;
|
|
18384
|
-
padding-
|
|
18491
|
+
padding-bottom: 1rem;
|
|
18385
18492
|
}
|
|
18386
18493
|
.zen-push__title {
|
|
18387
18494
|
font-style: normal;
|
|
18388
|
-
padding-
|
|
18495
|
+
padding-bottom: 0.5rem;
|
|
18496
|
+
padding-top: 0.125rem;
|
|
18389
18497
|
}
|
|
18390
18498
|
.zen-push__title--error {
|
|
18391
18499
|
color: var(--accents-error--detail);
|
|
@@ -18577,7 +18685,7 @@ html:lang(ar) .zen-push__body {
|
|
|
18577
18685
|
background-color: var(--accents-warning--detail);
|
|
18578
18686
|
border-color: var(--accents-warning--detail);
|
|
18579
18687
|
}
|
|
18580
|
-
@media (width
|
|
18688
|
+
@media (max-width: 540px) {
|
|
18581
18689
|
.zen-push {
|
|
18582
18690
|
min-width: 9.375rem;
|
|
18583
18691
|
}
|
|
@@ -18671,7 +18779,7 @@ html:lang(ar) .zen-overview__label {
|
|
|
18671
18779
|
color: var(--text-primary);
|
|
18672
18780
|
align-items: center;
|
|
18673
18781
|
justify-content: space-between;
|
|
18674
|
-
padding: 0.25rem 0.75rem;
|
|
18782
|
+
padding: 0.25rem 0.75rem 0.25rem 0.75rem;
|
|
18675
18783
|
border-radius: 1.875rem;
|
|
18676
18784
|
background: var(--backgrounds-content-1);
|
|
18677
18785
|
}
|
|
@@ -18745,7 +18853,7 @@ html:lang(ar) .zen-pill {
|
|
|
18745
18853
|
fill: var(--accents-general--main);
|
|
18746
18854
|
}
|
|
18747
18855
|
.zen-pill--closable {
|
|
18748
|
-
padding-
|
|
18856
|
+
padding-right: 0.25rem;
|
|
18749
18857
|
}
|
|
18750
18858
|
.zen-pill--long {
|
|
18751
18859
|
min-width: 12.5rem;
|
|
@@ -18762,7 +18870,7 @@ html:lang(ar) .zen-pill {
|
|
|
18762
18870
|
border-radius: 0.9375rem;
|
|
18763
18871
|
padding: 0;
|
|
18764
18872
|
margin: 0;
|
|
18765
|
-
margin-
|
|
18873
|
+
margin-left: 8px;
|
|
18766
18874
|
cursor: pointer;
|
|
18767
18875
|
}
|
|
18768
18876
|
.zen-pill__close-button:active,
|
|
@@ -18782,7 +18890,8 @@ html:lang(ar) .zen-pill {
|
|
|
18782
18890
|
}
|
|
18783
18891
|
.zen-page-layout {
|
|
18784
18892
|
box-sizing: border-box;
|
|
18785
|
-
overflow: hidden
|
|
18893
|
+
overflow-x: hidden;
|
|
18894
|
+
overflow-y: auto;
|
|
18786
18895
|
z-index: 1000;
|
|
18787
18896
|
margin: 0;
|
|
18788
18897
|
touch-action: manipulation;
|
|
@@ -18862,7 +18971,7 @@ html:lang(ar) .zen-page-section__title {
|
|
|
18862
18971
|
color: var(--text-primary);
|
|
18863
18972
|
align-items: center;
|
|
18864
18973
|
justify-content: space-between;
|
|
18865
|
-
padding: 0.25rem 0.75rem;
|
|
18974
|
+
padding: 0.25rem 0.75rem 0.25rem 0.75rem;
|
|
18866
18975
|
border-radius: 1.875rem;
|
|
18867
18976
|
background: var(--backgrounds-content-1);
|
|
18868
18977
|
}
|
|
@@ -18871,12 +18980,12 @@ html:lang(ar) .zen-pill-actionable__block {
|
|
|
18871
18980
|
}
|
|
18872
18981
|
.zen-pill-actionable__icon {
|
|
18873
18982
|
display: none;
|
|
18874
|
-
margin-
|
|
18875
|
-
margin-
|
|
18983
|
+
margin-top: 2px;
|
|
18984
|
+
margin-right: 8px;
|
|
18876
18985
|
}
|
|
18877
18986
|
.zen-pill-actionable__input {
|
|
18878
18987
|
position: absolute;
|
|
18879
|
-
|
|
18988
|
+
left: -5000px;
|
|
18880
18989
|
}
|
|
18881
18990
|
.zen-pill-actionable__input:hover + .zen-pill-actionable__block--actionable {
|
|
18882
18991
|
background-color: var(--backgrounds-content-2);
|
|
@@ -18939,6 +19048,7 @@ html:lang(ar) .zen-pill-actionable__block {
|
|
|
18939
19048
|
.zen-sort-container__button {
|
|
18940
19049
|
display: flex;
|
|
18941
19050
|
padding: 0.4375rem 1rem;
|
|
19051
|
+
border-color: var(--borders-general);
|
|
18942
19052
|
border: 1px solid var(--borders-general);
|
|
18943
19053
|
border-radius: var(--border-radius-default);
|
|
18944
19054
|
justify-content: center;
|
|
@@ -19066,12 +19176,9 @@ html:lang(ar) .zen-sort-container__text-block {
|
|
|
19066
19176
|
html:lang(ar) .zen-stepper-field {
|
|
19067
19177
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
19068
19178
|
}
|
|
19069
|
-
.zen-stepper-field:hover .zen-stepper-field__controls {
|
|
19179
|
+
.zen-stepper-field:not(.zen-stepper-field--disabled):hover .zen-stepper-field__controls {
|
|
19070
19180
|
visibility: visible;
|
|
19071
19181
|
}
|
|
19072
|
-
.zen-stepper-field--disabled:hover .zen-stepper-field__controls {
|
|
19073
|
-
visibility: hidden;
|
|
19074
|
-
}
|
|
19075
19182
|
.zen-stepper-field__input-wrapper {
|
|
19076
19183
|
position: relative;
|
|
19077
19184
|
}
|
|
@@ -19086,7 +19193,7 @@ html:lang(ar) .zen-stepper-field {
|
|
|
19086
19193
|
width: 1rem;
|
|
19087
19194
|
height: 1rem;
|
|
19088
19195
|
position: absolute;
|
|
19089
|
-
|
|
19196
|
+
top: 0.375rem;
|
|
19090
19197
|
}
|
|
19091
19198
|
.zen-stepper-field__controls:not(:hover),
|
|
19092
19199
|
.zen-stepper-field__controls:not(:active) {
|
|
@@ -19104,11 +19211,11 @@ html:lang(ar) .zen-stepper-field {
|
|
|
19104
19211
|
}
|
|
19105
19212
|
.zen-stepper-field__input::-webkit-outer-spin-button,
|
|
19106
19213
|
.zen-stepper-field__input::-webkit-inner-spin-button {
|
|
19107
|
-
appearance: none;
|
|
19214
|
+
-webkit-appearance: none;
|
|
19108
19215
|
margin: 0;
|
|
19109
19216
|
}
|
|
19110
19217
|
.zen-stepper-field__input[type="number"] {
|
|
19111
|
-
appearance: textfield;
|
|
19218
|
+
-moz-appearance: textfield;
|
|
19112
19219
|
}
|
|
19113
19220
|
.zen-stepper-field__input:hover:not(:disabled) + .zen-stepper-field__controls,
|
|
19114
19221
|
.zen-stepper-field__input:active:not(:disabled) + .zen-stepper-field__controls {
|
|
@@ -19148,12 +19255,15 @@ html:lang(ar) .zen-stepper-field {
|
|
|
19148
19255
|
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__controls {
|
|
19149
19256
|
width: 1.25rem;
|
|
19150
19257
|
height: 1.25rem;
|
|
19151
|
-
inset-block-start: 0.875rem;
|
|
19152
19258
|
}
|
|
19153
19259
|
.zen-stepper-field.zen-stepper-field--drive .zen-stepper-field__input,
|
|
19154
19260
|
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__input {
|
|
19155
19261
|
min-height: 3rem;
|
|
19156
19262
|
}
|
|
19263
|
+
.zen-stepper-field.zen-stepper-field--drive .zen-stepper-field__controls,
|
|
19264
|
+
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__controls {
|
|
19265
|
+
top: 0.875rem;
|
|
19266
|
+
}
|
|
19157
19267
|
.zen-stepper-field.zen-stepper-field--drive.zen-stepper-field--drive .zen-text-input,
|
|
19158
19268
|
.zen-stepper-field.zen-stepper-field--drive-tablet.zen-stepper-field--drive .zen-text-input {
|
|
19159
19269
|
padding-inline-end: 1.625rem;
|
|
@@ -19178,31 +19288,38 @@ html:lang(ar) .zen-stepper-field.zen-stepper-field--mobile {
|
|
|
19178
19288
|
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__controls {
|
|
19179
19289
|
width: 1.25rem;
|
|
19180
19290
|
height: 1.25rem;
|
|
19181
|
-
inset-block-start: 0.875rem;
|
|
19182
19291
|
}
|
|
19183
19292
|
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__input {
|
|
19184
19293
|
min-height: 3rem;
|
|
19185
19294
|
}
|
|
19295
|
+
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__controls {
|
|
19296
|
+
top: 0.875rem;
|
|
19297
|
+
}
|
|
19186
19298
|
.zen-stepper-field.zen-stepper-field--mobile.zen-stepper-field--mobile .zen-text-input {
|
|
19187
19299
|
padding-inline-end: 1.625rem;
|
|
19188
19300
|
}
|
|
19189
19301
|
.zen-summaries__row {
|
|
19190
19302
|
display: flex;
|
|
19191
19303
|
align-items: top;
|
|
19192
|
-
flex-
|
|
19193
|
-
|
|
19304
|
+
flex-direction: row;
|
|
19305
|
+
flex-wrap: wrap;
|
|
19306
|
+
row-gap: 2rem;
|
|
19307
|
+
column-gap: 3.5rem;
|
|
19194
19308
|
}
|
|
19195
19309
|
.zen-summaries__column,
|
|
19196
19310
|
.zen-summaries__two-columns {
|
|
19197
19311
|
display: flex;
|
|
19198
|
-
flex-
|
|
19312
|
+
flex-direction: column;
|
|
19313
|
+
flex-wrap: wrap;
|
|
19199
19314
|
align-items: flex-start;
|
|
19200
|
-
gap: 2rem;
|
|
19201
|
-
|
|
19315
|
+
row-gap: 2rem;
|
|
19316
|
+
column-gap: 2rem;
|
|
19317
|
+
max-height: 100vh;
|
|
19202
19318
|
}
|
|
19203
19319
|
.zen-summaries__two-columns-container {
|
|
19204
19320
|
display: flex;
|
|
19205
|
-
gap: 2rem;
|
|
19321
|
+
row-gap: 2rem;
|
|
19322
|
+
column-gap: 2rem;
|
|
19206
19323
|
}
|
|
19207
19324
|
.zen-tab-bar-content {
|
|
19208
19325
|
box-sizing: border-box;
|
|
@@ -19343,8 +19460,8 @@ html:lang(ar) .zen-toolbar__trigger-button {
|
|
|
19343
19460
|
text-transform: none;
|
|
19344
19461
|
text-decoration: none;
|
|
19345
19462
|
box-sizing: border-box;
|
|
19346
|
-
--
|
|
19347
|
-
--
|
|
19463
|
+
--backgroundSwitcher: var(--action-primary--default);
|
|
19464
|
+
--backgroundRunner: var(--backgrounds-main);
|
|
19348
19465
|
display: flex;
|
|
19349
19466
|
align-items: center;
|
|
19350
19467
|
}
|
|
@@ -19390,7 +19507,7 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19390
19507
|
min-height: 1rem;
|
|
19391
19508
|
border-radius: 1rem;
|
|
19392
19509
|
padding: 0.125rem;
|
|
19393
|
-
background-color: var(--
|
|
19510
|
+
background-color: var(--backgroundSwitcher);
|
|
19394
19511
|
overflow: visible;
|
|
19395
19512
|
position: relative;
|
|
19396
19513
|
cursor: pointer;
|
|
@@ -19404,8 +19521,8 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19404
19521
|
min-height: 1.625rem;
|
|
19405
19522
|
border-radius: 50%;
|
|
19406
19523
|
opacity: 0.4;
|
|
19407
|
-
|
|
19408
|
-
background-color: var(--
|
|
19524
|
+
top: -0.3125rem;
|
|
19525
|
+
background-color: var(--backgroundSwitcher);
|
|
19409
19526
|
inset-inline-start: -0.3125rem;
|
|
19410
19527
|
}
|
|
19411
19528
|
.zen-two-options-switcher-control__runner {
|
|
@@ -19414,7 +19531,7 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19414
19531
|
height: 0.75rem;
|
|
19415
19532
|
min-height: 0.75rem;
|
|
19416
19533
|
border-radius: 50%;
|
|
19417
|
-
background-color: var(--
|
|
19534
|
+
background-color: var(--backgroundRunner);
|
|
19418
19535
|
}
|
|
19419
19536
|
.zen-two-options-switcher-control--disabled {
|
|
19420
19537
|
opacity: 0.6;
|