@sankhyalabs/ez-design 5.7.6 → 5.8.0-dev.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.
@@ -355,6 +355,8 @@ body {
355
355
  flex-wrap: wrap; }
356
356
  .ez-flex--wrap-reverse {
357
357
  flex-wrap: wrap-reverse; }
358
+ .ez-flex--nowrap {
359
+ flex-wrap: nowrap; }
358
360
  .ez-flex--justify-start {
359
361
  justify-content: flex-start; }
360
362
  .ez-flex--justify-end {
@@ -536,6 +538,9 @@ body {
536
538
  .ez-margin--auto {
537
539
  margin: auto; }
538
540
 
541
+ .ez-margin--none {
542
+ margin: 0px; }
543
+
539
544
  .ez-margin-vertical--extra-small {
540
545
  margin-top: 3px;
541
546
  margin-bottom: 3px; }
@@ -671,6 +676,9 @@ body {
671
676
  .ez-padding--large {
672
677
  padding: 24px; }
673
678
 
679
+ .ez-padding--none {
680
+ padding: 0px; }
681
+
674
682
  .ez-padding-vertical--extra-small {
675
683
  padding-top: 3px;
676
684
  padding-bottom: 3px; }