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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agroptima-design-system",
3
- "version": "1.1.3-beta.4",
3
+ "version": "1.1.3-beta.5",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -19,9 +19,9 @@
19
19
  align-items: center;
20
20
  cursor: default;
21
21
 
22
- .icon {
23
- width: config.$icon-size-5x;
24
- height: config.$icon-size-5x;
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 (min-width: breakpoints.$medium) {
107
+ @media only screen and (max-width: breakpoints.$medium) {
108
108
  .menu-item {
109
- .icon {
110
- width: config.$icon-size-3x;
111
- height: config.$icon-size-3x;
109
+ .arrow {
110
+ width: config.$icon-size-5x;
111
+ height: config.$icon-size-5x;
112
112
  }
113
113
  }
114
114
  }