@lucca-front/scss 19.3.3-rc.2 → 19.3.3-rc.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": "@lucca-front/scss",
3
- "version": "19.3.3-rc.2",
3
+ "version": "19.3.3-rc.3",
4
4
  "description": "A Sass framework for Lucca products.",
5
5
  "main": "src/main.scss",
6
6
  "scripts": {},
@@ -23,6 +23,6 @@
23
23
  "normalize.css": "^8.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@lucca-front/icons": "19.3.3-rc.2"
26
+ "@lucca-front/icons": "19.3.3-rc.3"
27
27
  }
28
28
  }
@@ -143,5 +143,6 @@
143
143
  background-color: transparent;
144
144
  inline-size: auto;
145
145
  block-size: auto;
146
+ padding: 0;
146
147
  }
147
148
  }
@@ -34,7 +34,7 @@
34
34
  overflow-x: hidden;
35
35
  overflow-y: auto;
36
36
 
37
- .navSide-scrollWrapper {
37
+ .navSide-bottomSection, .navSide-scrollWrapper {
38
38
  padding: 0.5em;
39
39
  }
40
40
  }