@iankibetsh/shframework 4.3.6 → 4.3.7

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.
@@ -31,6 +31,38 @@
31
31
  color: white;
32
32
  }
33
33
 
34
+ .permissions-main {
35
+ background: #edeff2;
36
+ }
37
+ .permissions-main div#permissions-nav {
38
+ padding: 0;
39
+ }
40
+ .permissions-main div#permissions-nav ul {
41
+ padding-left: 0;
42
+ max-height: 400px;
43
+ overflow-y: auto;
44
+ }
45
+ .permissions-main div#permissions-nav ul li.active {
46
+ border-right: none !important;
47
+ position: relative;
48
+ top: 0;
49
+ left: 0;
50
+ background: #88b3b370;
51
+ border-radius: 10px;
52
+ }
53
+ .permissions-main div#permissions-nav ul li {
54
+ list-style: none;
55
+ padding-inline-start: 10px;
56
+ display: flex;
57
+ gap: 5px;
58
+ }
59
+ .permissions-main div#permissions-nav ul li label {
60
+ padding: 8px 0;
61
+ cursor: pointer;
62
+ height: 100%;
63
+ flex-grow: 1;
64
+ }
65
+
34
66
  .sh-phone{
35
67
  display: flex;
36
68
  width: 100%;
@@ -78,38 +110,6 @@
78
110
  margin-right: 0.255em;
79
111
  }
80
112
 
81
- .permissions-main {
82
- background: #edeff2;
83
- }
84
- .permissions-main div#permissions-nav {
85
- padding: 0;
86
- }
87
- .permissions-main div#permissions-nav ul {
88
- padding-left: 0;
89
- max-height: 400px;
90
- overflow-y: auto;
91
- }
92
- .permissions-main div#permissions-nav ul li.active {
93
- border-right: none !important;
94
- position: relative;
95
- top: 0;
96
- left: 0;
97
- background: #88b3b370;
98
- border-radius: 10px;
99
- }
100
- .permissions-main div#permissions-nav ul li {
101
- list-style: none;
102
- padding-inline-start: 10px;
103
- display: flex;
104
- gap: 5px;
105
- }
106
- .permissions-main div#permissions-nav ul li label {
107
- padding: 8px 0;
108
- cursor: pointer;
109
- height: 100%;
110
- flex-grow: 1;
111
- }
112
-
113
113
  .callout{
114
114
  --bs-link-color-rgb: 110,168,254;
115
115
  --bs-code-color: #e685b5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "4.3.6",
3
+ "version": "4.3.7",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",