sbx-crm-menu-ui 2.1.1 → 2.1.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.
Files changed (2) hide show
  1. package/dist/index.css +5 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -16,23 +16,24 @@
16
16
  left: 0;
17
17
  right: 0;
18
18
  z-index: 100;
19
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
19
20
  }
20
21
  @media (min-width: 500px) and (max-width: 949px) {
21
22
  .crm-class-sidebar {
22
23
  left: inherit;
23
24
  right: inherit;
24
- width: 400px;
25
- z-index: inherit;
25
+ width: 350px;
26
+ z-index: 10;
26
27
  }
27
28
  }
28
29
  @media (min-width: 950px) {
29
30
  .crm-class-sidebar {
30
31
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
31
- width: 320px;
32
+ width: 350px;
32
33
  height: 100vh;
33
34
  transform: translateX(0);
34
35
  position: relative;
35
- z-index: inherit;
36
+ z-index: 10;
36
37
  }
37
38
  }
38
39
  .crm-class-sidebar::-webkit-scrollbar-thumb {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbx-crm-menu-ui",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "Menu Created by SBX Company for CRM.",
5
5
  "author": "Frank Carpio",
6
6
  "license": "ISC",