@sankhyalabs/ez-design 5.10.0-dev.8 → 5.10.0-ms.1
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/.releaserc +1 -0
- package/dist/default/ez-themed.css +64 -42
- package/dist/default/ez-themed.min.css +1 -1
- package/dist/default/icons/fonts/ez-icons.css +162 -155
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +162 -155
- package/dist/default/icons/fonts/ez-icons.module.less +162 -155
- package/dist/default/icons/fonts/ez-icons.scss +318 -304
- package/dist/default/icons/fonts/ez-icons.styl +162 -155
- package/dist/default/icons/fonts/ez-icons.svg +170 -149
- package/dist/default/icons/fonts/ez-icons.symbol.svg +1 -1
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/index.html +1 -1
- package/dist/default/icons/fonts/symbol.html +49 -0
- package/dist/default/icons/fonts/unicode.html +5 -5
- package/dist/default/icons/svg/add-to-cart.svg +6 -0
- package/dist/default/icons/svg/cart-history.svg +6 -0
- package/dist/default/icons/svg/clean-cart.svg +6 -0
- package/dist/default/icons/svg/hide-list.svg +7 -0
- package/dist/default/icons/svg/hierarchical-tree.svg +3 -0
- package/dist/default/icons/svg/remove-from-cart.svg +6 -0
- package/dist/default/icons/svg/show-list.svg +7 -0
- package/package.json +1 -1
package/.releaserc
CHANGED
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
--text--extra-large: 20px;
|
|
80
80
|
--text-weight--extra-small: 200;
|
|
81
81
|
--text-weight--medium: 400;
|
|
82
|
-
--text-weight--large:
|
|
82
|
+
--text-weight--large: 500;
|
|
83
83
|
--text--primary: #626e82;
|
|
84
84
|
--text--secondary: #a2abb9;
|
|
85
85
|
--text--disable: #afb6c0;
|
|
@@ -112,11 +112,13 @@
|
|
|
112
112
|
--border--medium: 2px solid;
|
|
113
113
|
--border--large: 3px solid;
|
|
114
114
|
--border--xlarge: 5px solid;
|
|
115
|
-
--shadow:
|
|
116
|
-
--shadow
|
|
117
|
-
--shadow
|
|
118
|
-
--shadow--medium:
|
|
115
|
+
--shadow--xsmall: 0 0 3px 0 rgba(43, 58, 84, 0.20);
|
|
116
|
+
--shadow--small: 0 0 12px 0 rgba(43, 58, 84, 0.08);
|
|
117
|
+
--shadow: 0px 0px 16px 0px rgba(43, 58, 84, .12);
|
|
118
|
+
--shadow--medium: 0 0 24px 0 rgba(43, 58, 84, 0.10);
|
|
119
119
|
--shadow--hard: 0 0 16px rgba(43, 58, 84, 0.24);
|
|
120
|
+
--shadow-focus: 0 0 0 2px;
|
|
121
|
+
--shadow--outline: 0px 0px 0px 1px;
|
|
120
122
|
--transition: .2s linear;
|
|
121
123
|
--space--extra-small: 3px;
|
|
122
124
|
--space--small: 6px;
|
|
@@ -489,7 +491,7 @@ body {
|
|
|
489
491
|
color: #626e82;
|
|
490
492
|
font-family: "Roboto";
|
|
491
493
|
font-size: 14px;
|
|
492
|
-
font-weight:
|
|
494
|
+
font-weight: 500;
|
|
493
495
|
width: 100%;
|
|
494
496
|
word-break: break-word;
|
|
495
497
|
padding-bottom: 3px; }
|
|
@@ -499,7 +501,7 @@ body {
|
|
|
499
501
|
font-family: "Roboto"; }
|
|
500
502
|
.ez-label--title {
|
|
501
503
|
font-size: 14px;
|
|
502
|
-
font-weight:
|
|
504
|
+
font-weight: 500;
|
|
503
505
|
margin-bottom: 3px;
|
|
504
506
|
flex-grow: 1; }
|
|
505
507
|
.ez-label--description {
|
|
@@ -870,7 +872,7 @@ body {
|
|
|
870
872
|
color: #fff;
|
|
871
873
|
text-shadow: 0 0 0 #fff, 0 0 1px transparent; }
|
|
872
874
|
.ez-text--bold {
|
|
873
|
-
font-weight:
|
|
875
|
+
font-weight: 500;
|
|
874
876
|
color: var(--title--primary); }
|
|
875
877
|
.ez-text--full {
|
|
876
878
|
width: 100%; }
|
|
@@ -904,7 +906,7 @@ body {
|
|
|
904
906
|
font-family: "Roboto";
|
|
905
907
|
color: var(--title--primary);
|
|
906
908
|
margin: 0;
|
|
907
|
-
font-weight:
|
|
909
|
+
font-weight: 500;
|
|
908
910
|
line-height: 1.3; }
|
|
909
911
|
.ez-title--extra-small {
|
|
910
912
|
font-size: 12px; }
|
|
@@ -1128,7 +1130,7 @@ body {
|
|
|
1128
1130
|
color: #fff; }
|
|
1129
1131
|
.ez-alert__title {
|
|
1130
1132
|
font-size: 14px;
|
|
1131
|
-
font-weight:
|
|
1133
|
+
font-weight: 500;
|
|
1132
1134
|
width: 100%;
|
|
1133
1135
|
margin: 0 0 6px 0; }
|
|
1134
1136
|
.ez-alert__description {
|
|
@@ -1319,7 +1321,7 @@ body {
|
|
|
1319
1321
|
font-family: "Roboto";
|
|
1320
1322
|
padding: 12px;
|
|
1321
1323
|
font-size: 14px;
|
|
1322
|
-
font-weight:
|
|
1324
|
+
font-weight: 500; }
|
|
1323
1325
|
|
|
1324
1326
|
.ez-badge--primary-solid {
|
|
1325
1327
|
--ez-badge--background-color: var(--color--primary);
|
|
@@ -1432,6 +1434,15 @@ body {
|
|
|
1432
1434
|
background-color: var(--background--xlight); }
|
|
1433
1435
|
.ez-box--shadow-small .ez-box__container {
|
|
1434
1436
|
box-shadow: none; }
|
|
1437
|
+
.ez-box--shadow-xsmall {
|
|
1438
|
+
box-shadow: var(--shadow--xsmall);
|
|
1439
|
+
background-color: var(--background--xlight); }
|
|
1440
|
+
.ez-box--shadow-xsmall .ez-box__container {
|
|
1441
|
+
box-shadow: none; }
|
|
1442
|
+
.ez-box--outline {
|
|
1443
|
+
box-shadow: var(--shadow--outline) var(--color--strokes);
|
|
1444
|
+
border: none;
|
|
1445
|
+
outline: none; }
|
|
1435
1446
|
.ez-box--no-border {
|
|
1436
1447
|
border: none; }
|
|
1437
1448
|
.ez-box--info--success {
|
|
@@ -1485,7 +1496,7 @@ body {
|
|
|
1485
1496
|
font-size: 19px; } }
|
|
1486
1497
|
.ez-breadcrumb__item--active {
|
|
1487
1498
|
display: flex;
|
|
1488
|
-
font-weight:
|
|
1499
|
+
font-weight: 500;
|
|
1489
1500
|
font-size: 14px;
|
|
1490
1501
|
color: #2b3a54; }
|
|
1491
1502
|
.ez-breadcrumb__item--active a:hover {
|
|
@@ -1836,7 +1847,7 @@ body {
|
|
|
1836
1847
|
.ez-flap__header-item svg {
|
|
1837
1848
|
fill: #a7afbd; }
|
|
1838
1849
|
.ez-flap__header-item--active {
|
|
1839
|
-
font-weight:
|
|
1850
|
+
font-weight: 500;
|
|
1840
1851
|
background-color: #fff;
|
|
1841
1852
|
border-top-left-radius: 12px;
|
|
1842
1853
|
border-top-right-radius: 12px;
|
|
@@ -1997,7 +2008,7 @@ body {
|
|
|
1997
2008
|
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1998
2009
|
.ez-identifier__description {
|
|
1999
2010
|
font-size: 14px;
|
|
2000
|
-
font-weight:
|
|
2011
|
+
font-weight: 500;
|
|
2001
2012
|
margin: 0;
|
|
2002
2013
|
width: 100%; }
|
|
2003
2014
|
|
|
@@ -2011,6 +2022,9 @@ body {
|
|
|
2011
2022
|
--ez-date-input__input--border-color: var(--color--strokes, #DCE0E8);
|
|
2012
2023
|
--ez-date-input__input--background-color: var(--background--xlight, #FFFFFF); }
|
|
2013
2024
|
|
|
2025
|
+
.ez-input__no-margin {
|
|
2026
|
+
--ez-text-input__margin-bottom: 0; }
|
|
2027
|
+
|
|
2014
2028
|
.ez-lane {
|
|
2015
2029
|
display: flex;
|
|
2016
2030
|
flex-wrap: wrap;
|
|
@@ -2116,7 +2130,7 @@ body {
|
|
|
2116
2130
|
text-decoration: underline; }
|
|
2117
2131
|
.ez-link--primary {
|
|
2118
2132
|
color: #00523c;
|
|
2119
|
-
font-weight:
|
|
2133
|
+
font-weight: 500; }
|
|
2120
2134
|
.ez-link--primary svg {
|
|
2121
2135
|
fill: #00523c;
|
|
2122
2136
|
opacity: 0.7; }
|
|
@@ -2408,7 +2422,7 @@ body {
|
|
|
2408
2422
|
min-width: 35px;
|
|
2409
2423
|
color: #00523c;
|
|
2410
2424
|
fill: #00523c;
|
|
2411
|
-
font-weight:
|
|
2425
|
+
font-weight: 500;
|
|
2412
2426
|
align-items: center;
|
|
2413
2427
|
height: 36px;
|
|
2414
2428
|
font-size: 14px;
|
|
@@ -2519,7 +2533,7 @@ body {
|
|
|
2519
2533
|
font-size: 16px; }
|
|
2520
2534
|
.ez-progress-indicator__item--active span {
|
|
2521
2535
|
color: #626e82;
|
|
2522
|
-
font-weight:
|
|
2536
|
+
font-weight: 500;
|
|
2523
2537
|
font-size: 14px; }
|
|
2524
2538
|
.ez-progress-indicator__item--done .ez-progress-indicator__numerator {
|
|
2525
2539
|
background-color: #157A00; }
|
|
@@ -2535,7 +2549,7 @@ body {
|
|
|
2535
2549
|
width: 32px;
|
|
2536
2550
|
height: 32px;
|
|
2537
2551
|
margin-right: 6px;
|
|
2538
|
-
font-weight:
|
|
2552
|
+
font-weight: 500;
|
|
2539
2553
|
color: #fff; }
|
|
2540
2554
|
.ez-progress-indicator__container {
|
|
2541
2555
|
display: flex;
|
|
@@ -2944,13 +2958,13 @@ body {
|
|
|
2944
2958
|
.ez-toggle__item--active {
|
|
2945
2959
|
background-color: #f2faf8;
|
|
2946
2960
|
color: #008561;
|
|
2947
|
-
font-weight:
|
|
2961
|
+
font-weight: 500;
|
|
2948
2962
|
font-size: 14px;
|
|
2949
2963
|
border: 1px #008561; }
|
|
2950
2964
|
.ez-toggle__item--default {
|
|
2951
2965
|
background-color: #f2faf8;
|
|
2952
2966
|
color: #008561;
|
|
2953
|
-
font-weight:
|
|
2967
|
+
font-weight: 500;
|
|
2954
2968
|
font-size: 14px;
|
|
2955
2969
|
border: 1px #008561;
|
|
2956
2970
|
cursor: not-allowed; }
|
|
@@ -3004,7 +3018,7 @@ body {
|
|
|
3004
3018
|
.ez-toggle-group__item--active {
|
|
3005
3019
|
background-color: #f2faf8;
|
|
3006
3020
|
color: #00523c;
|
|
3007
|
-
font-weight:
|
|
3021
|
+
font-weight: 500;
|
|
3008
3022
|
font-size: 14px;
|
|
3009
3023
|
border: 1px #00523c; }
|
|
3010
3024
|
.ez-toggle-group__item--disabled {
|
|
@@ -5882,8 +5896,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
5882
5896
|
|
|
5883
5897
|
.ez-grid {
|
|
5884
5898
|
--grid-row-default-bg: var(--background--xlight);
|
|
5885
|
-
--grid-row-
|
|
5886
|
-
--grid-row-
|
|
5899
|
+
--grid-row-hover-bg: var(--background--strong);
|
|
5900
|
+
--grid-row-selected-bg: var(--color--primary-300);
|
|
5901
|
+
--grid-row-selected-border-color: var(--color--primary);
|
|
5887
5902
|
--grid-cel-border-small: var(--border--small);
|
|
5888
5903
|
--grid-cel-border-medium: var(--border--medium);
|
|
5889
5904
|
--grid-cel-border-color-primary: var(--color--primary);
|
|
@@ -7779,13 +7794,13 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
7779
7794
|
border-top: solid 1px;
|
|
7780
7795
|
border-top-color: #bfbfbf;
|
|
7781
7796
|
border-top-color: var(--ag-border-color, #bfbfbf); }
|
|
7782
|
-
.ez-grid .ag-ltr .ag-cell
|
|
7797
|
+
.ez-grid .ag-ltr .ag-cell {
|
|
7783
7798
|
border-right: solid transparent; }
|
|
7784
|
-
.ez-grid .ag-rtl .ag-cell
|
|
7799
|
+
.ez-grid .ag-rtl .ag-cell {
|
|
7785
7800
|
border-left: solid transparent; }
|
|
7786
|
-
.ez-grid .ag-ltr .ag-cell
|
|
7801
|
+
.ez-grid .ag-ltr .ag-cell {
|
|
7787
7802
|
border-right-width: 1px; }
|
|
7788
|
-
.ez-grid .ag-rtl .ag-cell
|
|
7803
|
+
.ez-grid .ag-rtl .ag-cell {
|
|
7789
7804
|
border-left-width: 1px; }
|
|
7790
7805
|
.ez-grid .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
|
|
7791
7806
|
border-left: solid 1px;
|
|
@@ -8884,7 +8899,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8884
8899
|
font-family: var(--font-pattern);
|
|
8885
8900
|
font-size: var(--text--medium);
|
|
8886
8901
|
color: var(--text--primary); }
|
|
8887
|
-
.ez-grid__cell-body.ag-cell-value:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus)
|
|
8902
|
+
.ez-grid__cell-body.ag-cell-value:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus):not(.invalidValue), .ez-grid__cell-body.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus):not(.invalidValue), .ez-grid__cell-body.ag-cell-last-right-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus):not(.invalidValue) {
|
|
8888
8903
|
border-right-color: var(--color--strokes); }
|
|
8889
8904
|
.ez-grid__cell-body.ag-cell[col-id="statusColumn"] {
|
|
8890
8905
|
display: flex;
|
|
@@ -8893,7 +8908,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8893
8908
|
padding-left: 0;
|
|
8894
8909
|
padding-right: 11px; }
|
|
8895
8910
|
.ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] {
|
|
8896
|
-
border
|
|
8911
|
+
border: none;
|
|
8897
8912
|
padding-left: 0;
|
|
8898
8913
|
padding-right: 0; }
|
|
8899
8914
|
.ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-selection-checkbox {
|
|
@@ -8954,7 +8969,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8954
8969
|
border: 1px solid transparent;
|
|
8955
8970
|
border-radius: 50%;
|
|
8956
8971
|
margin: 0 auto; }
|
|
8957
|
-
.ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-value:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus)
|
|
8972
|
+
.ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-value:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus):not(.invalidValue), .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus):not(.invalidValue), .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-last-right-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus):not(.invalidValue) {
|
|
8958
8973
|
border-right-color: var(--color--strokes); }
|
|
8959
8974
|
.ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="statusColumn"] {
|
|
8960
8975
|
display: flex;
|
|
@@ -8963,7 +8978,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8963
8978
|
padding-left: 0;
|
|
8964
8979
|
padding-right: 11px; }
|
|
8965
8980
|
.ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] {
|
|
8966
|
-
border
|
|
8981
|
+
border: none;
|
|
8967
8982
|
padding-left: 0;
|
|
8968
8983
|
padding-right: 0; }
|
|
8969
8984
|
.ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-selection-checkbox {
|
|
@@ -9021,7 +9036,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
9021
9036
|
.ez-grid .ag-pinned-left-header .ez-grid__header-cell,
|
|
9022
9037
|
.ez-grid .ag-pinned-right-header .ez-grid__header-cell {
|
|
9023
9038
|
padding-right: var(--space--medium); }
|
|
9024
|
-
.ez-grid .ag-horizontal-left-spacer:not(.ag-scroller-corner)
|
|
9039
|
+
.ez-grid .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
|
|
9025
9040
|
border-right-color: var(--color--strokes); }
|
|
9026
9041
|
.ez-grid .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
|
|
9027
9042
|
border-left-color: var(--color--strokes); }
|
|
@@ -9041,15 +9056,22 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
9041
9056
|
display: none; }
|
|
9042
9057
|
.ez-grid .ag-row-no-focus {
|
|
9043
9058
|
background-color: var(--grid-row-default-bg); }
|
|
9059
|
+
.ez-grid .ag-row {
|
|
9060
|
+
border-bottom: var(--border--small) var(--color--strokes); }
|
|
9061
|
+
.ez-grid .row-striped {
|
|
9062
|
+
background-color: var(--background--medium); }
|
|
9044
9063
|
.ez-grid .ag-row-selected {
|
|
9045
|
-
background-color: var(--grid-row-
|
|
9064
|
+
background-color: var(--grid-row-selected-bg);
|
|
9065
|
+
border-top: var(--border--small) var(--grid-row-selected-border-color);
|
|
9066
|
+
border-bottom: var(--border--small) var(--grid-row-selected-border-color); }
|
|
9046
9067
|
.ez-grid .ag-row-hover {
|
|
9047
|
-
background-color: var(--grid-row-
|
|
9068
|
+
background-color: var(--grid-row-hover-bg); }
|
|
9048
9069
|
.ez-grid .ag-root-wrapper {
|
|
9049
9070
|
border-bottom-right-radius: var(--border--radius-medium);
|
|
9050
9071
|
border-bottom-left-radius: var(--border--radius-medium);
|
|
9051
|
-
padding: 0 var(--space--medium)
|
|
9052
|
-
border: none;
|
|
9072
|
+
padding: 0 var(--space--medium) 0 var(--space--medium);
|
|
9073
|
+
border: none;
|
|
9074
|
+
background: transparent; }
|
|
9053
9075
|
.ez-grid .ag-popup-child:not(.ag-tooltip-custom) {
|
|
9054
9076
|
background: var(--background--xlight);
|
|
9055
9077
|
padding: var(--space--small);
|
|
@@ -9108,7 +9130,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
9108
9130
|
.ez-grid .ag-menu-option-part.ag-menu-option-icon {
|
|
9109
9131
|
font-size: var(--text--large);
|
|
9110
9132
|
padding-right: 3px;
|
|
9111
|
-
padding-left: 0;
|
|
9133
|
+
padding-left: 0;
|
|
9134
|
+
color: var(--title--primary); }
|
|
9112
9135
|
.ez-grid .ag-input-field-input.ag-text-field-input {
|
|
9113
9136
|
height: 32px;
|
|
9114
9137
|
padding-left: var(--space--medium); }
|
|
@@ -9160,10 +9183,6 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
9160
9183
|
border-left: var(--border--small) transparent;
|
|
9161
9184
|
border-top: var(--border--small) transparent;
|
|
9162
9185
|
border-bottom: var(--border--small) transparent; }
|
|
9163
|
-
.ez-grid .ag-row-odd {
|
|
9164
|
-
border-bottom: var(--border--small) var(--color--strokes); }
|
|
9165
|
-
.ez-grid .ag-row-even {
|
|
9166
|
-
border-bottom: var(--border--small) var(--color--strokes); }
|
|
9167
9186
|
.ez-grid .ag-checkbox-input-wrapper::after {
|
|
9168
9187
|
content: ""; }
|
|
9169
9188
|
.ez-grid .ag-checkbox-input-wrapper.ag-checked::after {
|
|
@@ -9290,7 +9309,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
9290
9309
|
--ez-check--hover--background-color: transparent; }
|
|
9291
9310
|
.ez-grid .ag-header-row-column {
|
|
9292
9311
|
display: flex; }
|
|
9293
|
-
.ez-grid .invalidValue {
|
|
9312
|
+
.ez-grid .ag-cell.invalidValue {
|
|
9294
9313
|
border: 2px var(--color-alert--error-800) solid; }
|
|
9295
9314
|
|
|
9296
9315
|
.grid_editor {
|
|
@@ -9304,6 +9323,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
9304
9323
|
--ez-text-input__icon--width: 32px;
|
|
9305
9324
|
height: 100%; }
|
|
9306
9325
|
|
|
9326
|
+
.no-padding .ag-root-wrapper {
|
|
9327
|
+
padding: 0; }
|
|
9328
|
+
|
|
9307
9329
|
.grid_height-0 {
|
|
9308
9330
|
--snk-grid-min-height: 0;
|
|
9309
9331
|
--ez-grid--min-height: 0; }
|