@lucca-front/scss 17.3.0-rc.2 → 17.3.0-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": "17.3.0-rc.
|
|
3
|
+
"version": "17.3.0-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": "v17.3.0-rc.
|
|
26
|
+
"@lucca-front/icons": "v17.3.0-rc.3"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -61,18 +61,6 @@
|
|
|
61
61
|
list-style-type: none;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.navSide-item,
|
|
65
|
-
.navSide-item-subMenu-item,
|
|
66
|
-
.navSide-item-subMenu-link {
|
|
67
|
-
&:not(.mod-mobileToggle) {
|
|
68
|
-
+ .navSide-item,
|
|
69
|
-
+ .navSide-item-subMenu-item,
|
|
70
|
-
+ .navSide-item-subMenu-link {
|
|
71
|
-
margin-top: var(--spacings-XXS);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
64
|
.navSide-item-link,
|
|
77
65
|
.navSide-item-subMenu-link {
|
|
78
66
|
cursor: pointer;
|
|
@@ -155,7 +143,7 @@
|
|
|
155
143
|
|
|
156
144
|
.navSide-item-subMenu-link {
|
|
157
145
|
font-weight: 400;
|
|
158
|
-
padding: var(--spacings-XS) var(--spacings-S) var(--spacings-XS)
|
|
146
|
+
padding: var(--spacings-XS) var(--spacings-S) var(--spacings-XS) 3.25rem;
|
|
159
147
|
font-size: var(--sizes-S-fontSize);
|
|
160
148
|
line-height: var(--sizes-S-lineHeight);
|
|
161
149
|
}
|