@sankhyalabs/ez-design 5.10.0-dev.1 → 5.10.0-dev.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/default/ez-themed.css +6 -4
- package/dist/default/ez-themed.min.css +1 -1
- package/dist/default/icons/fonts/ez-icons.css +6 -6
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +6 -6
- package/dist/default/icons/fonts/ez-icons.module.less +6 -6
- package/dist/default/icons/fonts/ez-icons.scss +6 -6
- package/dist/default/icons/fonts/ez-icons.styl +6 -6
- 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/unicode.html +4 -4
- package/package.json +1 -1
|
@@ -870,7 +870,8 @@ body {
|
|
|
870
870
|
color: #fff;
|
|
871
871
|
text-shadow: 0 0 0 #fff, 0 0 1px transparent; }
|
|
872
872
|
.ez-text--bold {
|
|
873
|
-
font-weight: 600;
|
|
873
|
+
font-weight: 600;
|
|
874
|
+
color: var(--title--primary); }
|
|
874
875
|
.ez-text--full {
|
|
875
876
|
width: 100%; }
|
|
876
877
|
.ez-text--primary {
|
|
@@ -901,6 +902,7 @@ body {
|
|
|
901
902
|
.ez-title {
|
|
902
903
|
display: flex;
|
|
903
904
|
font-family: "Roboto";
|
|
905
|
+
color: var(--title--primary);
|
|
904
906
|
margin: 0;
|
|
905
907
|
font-weight: 600;
|
|
906
908
|
line-height: 1.3; }
|
|
@@ -9195,9 +9197,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
9195
9197
|
.ez-grid .ag-column-select-header {
|
|
9196
9198
|
padding: 0; }
|
|
9197
9199
|
.ez-grid .ag-body-horizontal-scroll {
|
|
9198
|
-
height: var(--space--
|
|
9199
|
-
max-height: var(--space--
|
|
9200
|
-
min-height: var(--space--
|
|
9200
|
+
height: var(--space--small);
|
|
9201
|
+
max-height: var(--space--small);
|
|
9202
|
+
min-height: var(--space--small); }
|
|
9201
9203
|
.ez-grid .ag-set-filter-item {
|
|
9202
9204
|
margin: 0; }
|
|
9203
9205
|
.ez-grid .ag-body-horizontal-scroll-viewport {
|