@net7/boilerplate-arianna 3.7.0 → 3.7.3

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": "@net7/boilerplate-arianna",
3
- "version": "3.7.0",
3
+ "version": "3.7.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.2.0",
6
6
  "@angular/core": "~13.2.0"
@@ -252,6 +252,10 @@
252
252
  }
253
253
  }
254
254
 
255
+ .aw-scheda__section.aw-scheda__empty {
256
+ padding-bottom: $space * 3;
257
+ }
258
+
255
259
  /* Description text */
256
260
  .aw-scheda__description {
257
261
  padding: $aw-scheda-content-padding;