@worksafevictoria/wcl7.5 1.1.0-beta.69 → 1.1.0-beta.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.69",
3
+ "version": "1.1.0-beta.70",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -261,9 +261,9 @@ export default {
261
261
  padding-bottom: 0px;
262
262
  }
263
263
 
264
- &__row {
265
- padding-top: $basePadding;
266
- }
264
+ // &__row {
265
+ // padding-top: $basePadding;
266
+ // }
267
267
 
268
268
  &.rtl {
269
269
  @include makeRTL;
@@ -274,7 +274,7 @@ export default {
274
274
  }
275
275
 
276
276
  &__content {
277
- padding-bottom: $basePadding;
277
+ // padding-bottom: $basePadding;
278
278
  > :deep(.row) {
279
279
  row-gap: calc(#{$basePadding} / 2);
280
280
  }