@sankhyalabs/ez-design 5.10.0-dev.1 → 5.10.0-dev.3

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.
@@ -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; }
@@ -1381,6 +1383,14 @@ body {
1381
1383
  width: 100%;
1382
1384
  border-radius: var(--border--radius-medium);
1383
1385
  box-shadow: var(--shadow); }
1386
+ .ez-box__container--padding-small {
1387
+ padding: var(--space--sm);
1388
+ display: flex;
1389
+ flex-wrap: wrap;
1390
+ background-color: var(--background--xlight);
1391
+ width: 100%;
1392
+ border-radius: var(--border--radius-medium);
1393
+ box-shadow: var(--shadow); }
1384
1394
  .ez-box__container--inverted {
1385
1395
  background-color: var(--background--xlight);
1386
1396
  border-radius: var(--border--radius-medium); }
@@ -9195,9 +9205,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9195
9205
  .ez-grid .ag-column-select-header {
9196
9206
  padding: 0; }
9197
9207
  .ez-grid .ag-body-horizontal-scroll {
9198
- height: var(--space--medium);
9199
- max-height: var(--space--medium);
9200
- min-height: var(--space--medium); }
9208
+ height: var(--space--small);
9209
+ max-height: var(--space--small);
9210
+ min-height: var(--space--small); }
9201
9211
  .ez-grid .ag-set-filter-item {
9202
9212
  margin: 0; }
9203
9213
  .ez-grid .ag-body-horizontal-scroll-viewport {