@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
|
@@ -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
|
}
|