agroptima-design-system 1.1.3-beta.4 → 1.1.3-beta.5
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 +1 -1
- package/src/atoms/Menu/Menu.scss +7 -7
package/package.json
CHANGED
package/src/atoms/Menu/Menu.scss
CHANGED
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
align-items: center;
|
|
20
20
|
cursor: default;
|
|
21
21
|
|
|
22
|
-
.icon {
|
|
23
|
-
width: config.$icon-size-
|
|
24
|
-
height: config.$icon-size-
|
|
22
|
+
.icon.icon {
|
|
23
|
+
width: config.$icon-size-3x;
|
|
24
|
+
height: config.$icon-size-3x;
|
|
25
25
|
> svg {
|
|
26
26
|
width: 100%;
|
|
27
27
|
height: 100%;
|
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
display: none;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
@media only screen and (
|
|
107
|
+
@media only screen and (max-width: breakpoints.$medium) {
|
|
108
108
|
.menu-item {
|
|
109
|
-
.
|
|
110
|
-
width: config.$icon-size-
|
|
111
|
-
height: config.$icon-size-
|
|
109
|
+
.arrow {
|
|
110
|
+
width: config.$icon-size-5x;
|
|
111
|
+
height: config.$icon-size-5x;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
}
|