@proveanything/smartlinks-utils-ui 0.12.6 → 0.12.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.
@@ -2466,6 +2466,9 @@
2466
2466
  .collapse {
2467
2467
  visibility: collapse;
2468
2468
  }
2469
+ .static {
2470
+ position: static;
2471
+ }
2469
2472
  .fixed {
2470
2473
  position: fixed;
2471
2474
  }
@@ -3272,6 +3275,10 @@
3272
3275
  padding-top: 1rem;
3273
3276
  padding-bottom: 1rem;
3274
3277
  }
3278
+ .py-6 {
3279
+ padding-top: 1.5rem;
3280
+ padding-bottom: 1.5rem;
3281
+ }
3275
3282
  .pb-1 {
3276
3283
  padding-bottom: 0.25rem;
3277
3284
  }