@sankhyalabs/ez-design 5.9.0-dev.5 → 5.9.0-dev.7

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.
@@ -529,6 +529,33 @@ body {
529
529
  .ez-border-radius--large {
530
530
  border-radius: 24px; }
531
531
 
532
+ .ez-border--none {
533
+ border: none; }
534
+
535
+ .ez-border-shadow--small {
536
+ box-shadow: 0px 0px 1px 0px #008561; }
537
+
538
+ .ez-border-shadow--medium {
539
+ box-shadow: 0px 0px 2px 0px #008561; }
540
+
541
+ .ez-border-shadow--large {
542
+ box-shadow: 0px 0px 3px 0px #008561; }
543
+
544
+ .ez-border-shadow--xlarge {
545
+ box-shadow: 0px 0px 5px 0px #008561; }
546
+
547
+ .ez-border-shadow--focus-small:focus {
548
+ box-shadow: 0px 0px 1px 0px #008561; }
549
+
550
+ .ez-border-shadow--focus-medium:focus {
551
+ box-shadow: 0px 0px 2px 0px #008561; }
552
+
553
+ .ez-border-shadow--focus-large:focus {
554
+ box-shadow: 0px 0px 3px 0px #008561; }
555
+
556
+ .ez-border-shadow--focus-xlarge:focus {
557
+ box-shadow: 0px 0px 5px 0px #008561; }
558
+
532
559
  .ez-margin--extra-small {
533
560
  margin: 3px; }
534
561
 
@@ -9208,3 +9235,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9208
9235
  --ez-text-input--color: var(--text--primary);
9209
9236
  --ez-text-input__icon--width: 32px;
9210
9237
  height: 100%; }
9238
+
9239
+ .grid_height-0 {
9240
+ --snk-grid-min-height: 0;
9241
+ --ez-grid--min-height: 0; }
9242
+ .grid_height-0 snk-simple-crud {
9243
+ --snk-simple-crud-grid--min-height: 0px; }