@luscii-healthtech/web-ui 6.2.2 → 6.3.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.
@@ -678,6 +678,11 @@ video {
678
678
  margin-bottom: 0.25rem;
679
679
  }
680
680
 
681
+ .ui-my-16 {
682
+ margin-top: 4rem;
683
+ margin-bottom: 4rem;
684
+ }
685
+
681
686
  .ui-my-4 {
682
687
  margin-top: 1rem;
683
688
  margin-bottom: 1rem;
@@ -1752,6 +1757,10 @@ video {
1752
1757
  stroke: currentColor;
1753
1758
  }
1754
1759
 
1760
+ .ui-object-contain {
1761
+ object-fit: contain;
1762
+ }
1763
+
1755
1764
  .ui-p-0 {
1756
1765
  padding: 0px;
1757
1766
  }