@sankhyalabs/ez-design 4.6.0 → 4.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -818,10 +818,9 @@ body {
818
818
  color: #a2abb9;
819
819
  text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
820
820
  .ez-text--tertiary {
821
- color: #da3688;
821
+ color: #008561;
822
822
  text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
823
823
  .ez-text--error {
824
- font-size: 12px;
825
824
  color: #BD0025;
826
825
  margin-top: 3px;
827
826
  line-height: 14px;
@@ -8834,13 +8833,16 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8834
8833
  padding: 0 var(--space--medium) var(--space--medium) var(--space--medium);
8835
8834
  border: none; }
8836
8835
  .ez-grid .ag-popup-child:not(.ag-tooltip-custom) {
8837
- padding: var(--space--medium);
8838
- box-shadow: 5px 5px 10px rgba(0, 38, 111, 0.12);
8839
- border-radius: var(--border--radius-medium); }
8836
+ background: var(--background--xlight);
8837
+ padding: var(--space--small);
8838
+ box-shadow: var(--shadow--medium);
8839
+ border-radius: var(--border--radius-medium);
8840
+ border: none; }
8840
8841
  .ez-grid .ag-menu-option-part.ag-menu-option-text {
8842
+ cursor: pointer;
8841
8843
  font-family: var(--font-pattern);
8842
- font-size: var(--text--small);
8843
- color: var(--text--primary); }
8844
+ font-size: var(--text--medium);
8845
+ color: var(--title--primary); }
8844
8846
  .ez-grid .ag-input-field-input.ag-text-field-input {
8845
8847
  font-family: var(--font-pattern);
8846
8848
  font-size: var(--text--small);
@@ -8886,6 +8888,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8886
8888
  .ez-grid .ag-mini-filter {
8887
8889
  margin: var(--space--small) 0; }
8888
8890
  .ez-grid .ag-menu-option-part.ag-menu-option-icon {
8891
+ font-size: var(--text--large);
8892
+ padding-right: 3px;
8889
8893
  padding-left: 0; }
8890
8894
  .ez-grid .ag-input-field-input.ag-text-field-input {
8891
8895
  height: 32px;