@revotech-group/revotech-ui-kit 0.0.80 → 0.0.82

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.
package/dist/library.css CHANGED
@@ -1428,6 +1428,10 @@ body {
1428
1428
  padding-top: 1.5rem;
1429
1429
  padding-bottom: 1.5rem;
1430
1430
  }
1431
+ .rtg-py-\[3px\] {
1432
+ padding-top: 3px;
1433
+ padding-bottom: 3px;
1434
+ }
1431
1435
  .rtg-pb-1 {
1432
1436
  padding-bottom: 0.25rem;
1433
1437
  }