@indice/ng-components 0.4.0 → 0.4.2

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 (30) hide show
  1. package/package.json +2 -2
  2. package/src/assets/styles/advanced-search.css +30 -48
  3. package/src/assets/styles/avatar-initials.css +22 -24
  4. package/src/assets/styles/cards.css +63 -64
  5. package/src/assets/styles/collapsible-panel.css +18 -19
  6. package/src/assets/styles/combobox.css +21 -22
  7. package/src/assets/styles/components.css +24 -26
  8. package/src/assets/styles/drop-down-menu.css +48 -49
  9. package/src/assets/styles/form-layout.css +39 -40
  10. package/src/assets/styles/list-view.css +47 -48
  11. package/src/assets/styles/modal.css +35 -8
  12. package/src/assets/styles/model-view-layout.css +36 -37
  13. package/src/assets/styles/nav-links.css +48 -50
  14. package/src/assets/styles/notifications-indicator.component.css +23 -25
  15. package/src/assets/styles/pager.css +24 -25
  16. package/src/assets/styles/shell-layout.css +185 -187
  17. package/src/assets/styles/shell-sidebar-layout.css +86 -89
  18. package/src/assets/styles/shell-sidebar.css +24 -25
  19. package/src/assets/styles/side-pane.css +36 -38
  20. package/src/assets/styles/side-view-layout.css +42 -43
  21. package/src/assets/styles/stepper.css +166 -167
  22. package/src/assets/styles/tab-group.css +21 -22
  23. package/src/assets/styles/toast.css +54 -54
  24. package/src/assets/styles/toggle-button.component.css +39 -40
  25. package/src/assets/styles/toggle-buttons-list.component.css +44 -45
  26. package/src/assets/styles/toggle.css +18 -19
  27. package/src/assets/styles/view-layout.css +66 -66
  28. package/src/styles.css +0 -2
  29. package/src/assets/styles/list-view-empty-state.css +0 -0
  30. package/src/assets/styles/shell-sidebar-header.css +0 -2
@@ -1,252 +1,250 @@
1
+ .app-logo {
2
+ @apply h-8 w-8;
3
+ }
1
4
 
5
+ .shell-container {
6
+ @apply antialiased font-sans bg-gray-100 h-full;
7
+ }
2
8
 
3
- .app-logo {
4
- @apply h-8 w-8;
5
- }
9
+ .shell-header-container {
10
+ @apply bg-gradient-to-r from-gray-900 to-gray-800 pb-24 sm:pb-28 z-50;
11
+ }
6
12
 
7
- .shell-container {
8
- @apply antialiased font-sans bg-gray-100 h-full;
9
- }
13
+ .sidebar .shell-header-container {
14
+ @apply bg-gradient-to-r from-gray-900 to-gray-800 z-50 pb-0 sm:pb-0 w-full flex justify-end;
15
+ }
10
16
 
11
- .shell-header-container {
12
- @apply bg-gradient-to-r from-gray-900 to-gray-800 pb-24 sm:pb-28 z-50;
13
- }
17
+ .shell-header-container-inner {
18
+ @apply max-w-7xl mx-auto;
19
+ }
14
20
 
15
- .sidebar .shell-header-container {
16
- @apply bg-gradient-to-r from-gray-900 to-gray-800 z-50 pb-0 sm:pb-0 w-full flex justify-end;
17
- }
21
+ .sidebar .shell-header-container-inner {
22
+ @apply max-w-full mx-auto;
23
+ }
18
24
 
19
- .shell-header-container-inner {
20
- @apply max-w-7xl mx-auto;
21
- }
25
+ .shell-header-container-inner-fluid {
26
+ @apply w-full mx-auto;
27
+ }
22
28
 
23
- .sidebar .shell-header-container-inner {
24
- @apply max-w-full mx-auto;
25
- }
29
+ .shell-content-container {
30
+ @apply mx-auto -mt-24;
31
+ }
26
32
 
27
- .shell-header-container-inner-fluid {
28
- @apply w-full mx-auto;
29
- }
33
+ .sidebar .shell-content-container {
34
+ @apply mx-auto mt-0;
35
+ }
30
36
 
31
- .shell-content-container {
32
- @apply mx-auto -mt-24;
33
- }
37
+ .shell-content-container-no-header {
38
+ /* overide this style in your app */
39
+ @apply mx-auto ;
40
+ }
34
41
 
35
- .sidebar .shell-content-container {
36
- @apply mx-auto mt-0;
37
- }
42
+ .sidebar .shell-content-container-inner {
43
+ @apply max-w-full px-4 pb-2 min-h-screen;
44
+ }
38
45
 
39
- .shell-content-container-no-header {
40
- /* overide this style in your app */
41
- @apply mx-auto ;
42
- }
46
+ .shell-content-container-inner {
47
+ @apply max-w-7xl mx-auto px-4 pb-2 sm:px-6 lg:px-8 min-h-screen;
48
+ }
43
49
 
44
- .sidebar .shell-content-container-inner {
45
- @apply max-w-full px-4 pb-2 min-h-screen;
46
- }
50
+ .shell-content-container-inner-fluid {
51
+ @apply w-full mx-auto min-h-screen ;
52
+ }
47
53
 
48
- .shell-content-container-inner {
49
- @apply max-w-7xl mx-auto px-4 pb-2 sm:px-6 lg:px-8 min-h-screen;
50
- }
51
54
 
52
- .shell-content-container-inner-fluid {
53
- @apply w-full mx-auto min-h-screen ;
54
- }
55
+ .shell-header-paddings {
56
+ @apply mx-auto px-4 sm:px-6 lg:px-8;
57
+ }
55
58
 
56
59
 
57
- .shell-header-paddings {
58
- @apply mx-auto px-4 sm:px-6 lg:px-8;
59
- }
60
+ .sidebar .shell-header-paddings {
61
+ @apply mx-auto px-2;
62
+ }
60
63
 
64
+ .shell-header-border {
65
+ @apply border-b border-gray-700;
66
+ }
61
67
 
62
- .sidebar .shell-header-paddings {
63
- @apply mx-auto px-2;
64
- }
68
+ .sidebar .shell-header-border {
69
+ @apply border-0;
70
+ }
65
71
 
66
- .shell-header-border {
67
- @apply border-b border-gray-700;
68
- }
72
+ .shell-header-menu-container {
73
+ @apply flex items-center justify-between h-16;
74
+ }
69
75
 
70
- .sidebar .shell-header-border {
71
- @apply border-0;
72
- }
76
+ .shell-header-md-visible {
77
+ @apply hidden sm:block;
78
+ }
73
79
 
74
- .shell-header-menu-container {
75
- @apply flex items-center justify-between h-16;
76
- }
80
+ .shell-header-link-container {
81
+ @apply hidden sm:ml-6 sm:block ml-10 flex-grow justify-start flex items-center space-x-4;
82
+ }
77
83
 
78
- .shell-header-md-visible {
79
- @apply hidden sm:block;
80
- }
84
+ .shell-header-link-container-inner {
85
+ @apply flex justify-start;
86
+ }
81
87
 
82
- .shell-header-link-container {
83
- @apply hidden sm:ml-6 sm:block ml-10 flex-grow justify-start flex items-center space-x-4;
84
- }
88
+ .shell-header-logo-container {
89
+ @apply flex flex-grow-0 flex-shrink-0 items-center;
90
+ }
85
91
 
86
- .shell-header-link-container-inner {
87
- @apply flex justify-start;
88
- }
92
+ .shell-header-links-far-container {
93
+ @apply flex flex-grow-0 flex-shrink-0 items-center ml-2;
94
+ }
89
95
 
90
- .shell-header-logo-container {
91
- @apply flex flex-grow-0 flex-shrink-0 items-center;
92
- }
96
+ .shell-header-menu-rounded-button {
97
+ @apply bg-gray-800 p-1 text-gray-400 rounded-full hover:text-white focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-offset-gray-800 focus:ring-white;
98
+ }
93
99
 
94
- .shell-header-links-far-container {
95
- @apply flex flex-grow-0 flex-shrink-0 items-center ml-2;
96
- }
100
+ .shell-header-menu-rounded-button-icon-style {
101
+ @apply h-6 w-6;
102
+ }
97
103
 
98
- .shell-header-menu-rounded-button {
99
- @apply bg-gray-800 p-1 text-gray-400 rounded-full hover:text-white focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-offset-gray-800 focus:ring-white;
100
- }
104
+ .shell-header-profile {
105
+ @apply flex items-center;
106
+ }
101
107
 
102
- .shell-header-menu-rounded-button-icon-style {
103
- @apply h-6 w-6;
104
- }
108
+ .shell-header-profile .shell-header-profile-userName {
109
+ @apply cursor-pointer text-white text-xs;
110
+ }
105
111
 
106
- .shell-header-profile {
107
- @apply flex items-center;
108
- }
112
+ .shell-header-profile-dropdown-button {
113
+ @apply max-w-xs outline-none focus:outline-none rounded-full flex items-center text-sm ring-1 ring-blue-300 focus:ring-offset-1
114
+ focus:ring-offset-blue-800 focus:ring-blue-400 transition ease-in duration-100;
115
+ }
109
116
 
110
- .shell-header-profile .shell-header-profile-userName {
111
- @apply cursor-pointer text-white text-xs;
112
- }
117
+ .shell-header-profile-dropdown {
118
+ @apply z-50 origin-top-right absolute right-0 mt-2 w-48 rounded-lg shadow-lg py-1 bg-white ring-1 ring-black ring-black/5 focus:outline-none;
119
+ }
113
120
 
114
- .shell-header-profile-dropdown-button {
115
- @apply max-w-xs outline-none focus:outline-none rounded-full flex items-center text-sm ring-1 ring-blue-300 focus:ring-offset-1
116
- focus:ring-offset-blue-800 focus:ring-blue-400 transition ease-in duration-100;
117
- }
121
+ .shell-header-profile-dropdown-with-username {
122
+ @apply z-50 origin-top-right absolute right-0 mt-24 w-48 rounded-lg shadow-lg py-1 bg-white ring-1 ring-black ring-black/5 focus:outline-none;
123
+ }
118
124
 
119
- .shell-header-profile-dropdown {
120
- @apply z-50 origin-top-right absolute right-0 mt-2 w-48 rounded-lg shadow-lg py-1 bg-white ring-1 ring-black ring-black/5 focus:outline-none;
121
- }
122
125
 
123
- .shell-header-profile-dropdown-with-username {
124
- @apply z-50 origin-top-right absolute right-0 mt-24 w-48 rounded-lg shadow-lg py-1 bg-white ring-1 ring-black ring-black/5 focus:outline-none;
125
- }
126
+ .mobile-menu-button-container {
127
+ @apply -mr-2 grid grid-cols-1 sm:hidden;
128
+ }
126
129
 
130
+ .mobile-menu-button {
131
+ @apply inline-flex items-center justify-center p-2 rounded-lg outline-none text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-offset-gray-800 focus:ring-white;
132
+ }
127
133
 
128
- .mobile-menu-button-container {
129
- @apply -mr-2 grid grid-cols-1 sm:hidden;
130
- }
134
+ .mobile-menu-container {
135
+ @apply border-b h-full w-full sm:opacity-75 border-gray-700 md:hidden z-50;
136
+ }
131
137
 
132
- .mobile-menu-button {
133
- @apply inline-flex items-center justify-center p-2 rounded-lg outline-none text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-offset-gray-800 focus:ring-white;
134
- }
138
+ .mobile-menu-link-container {
139
+ @apply px-2 py-3 grid grid-cols-1 space-y-1;
140
+ }
135
141
 
136
- .mobile-menu-container {
137
- @apply border-b h-full w-full sm:opacity-75 border-gray-700 md:hidden z-50;
138
- }
142
+ .mobile-menu-user-info-container {
143
+ @apply pt-4 pb-3 border-t border-gray-700;
144
+ }
139
145
 
140
- .mobile-menu-link-container {
141
- @apply px-2 py-3 grid grid-cols-1 space-y-1;
142
- }
146
+ .mobile-menu-user-info-container-inner {
147
+ @apply flex items-center px-5;
148
+ }
143
149
 
144
- .mobile-menu-user-info-container {
145
- @apply pt-4 pb-3 border-t border-gray-700;
146
- }
150
+ .mobile-menu-avatar-container {
151
+ @apply inline-flex items-center justify-center h-10 w-10 rounded-full ring-1 ring-blue-300;
152
+ }
147
153
 
148
- .mobile-menu-user-info-container-inner {
149
- @apply flex items-center px-5;
150
- }
154
+ .mobile-menu-avatar-name {
155
+ @apply text-sm font-medium leading-none text-white;
156
+ }
151
157
 
152
- .mobile-menu-avatar-container {
153
- @apply inline-flex items-center justify-center h-10 w-10 rounded-full ring-1 ring-blue-300;
154
- }
158
+ .mobile-menu-user-name {
159
+ @apply text-base font-medium leading-none text-white;
160
+ }
155
161
 
156
- .mobile-menu-avatar-name {
157
- @apply text-sm font-medium leading-none text-white;
158
- }
162
+ .mobile-menu-user-email {
163
+ @apply text-sm font-medium leading-none text-gray-400;
164
+ }
159
165
 
160
- .mobile-menu-user-name {
161
- @apply text-base font-medium leading-none text-white;
162
- }
166
+ .mobile-menu-rounded-button {
167
+ @apply ml-auto bg-gray-800 flex-shrink-0 p-1 text-gray-400 rounded-full hover:text-white focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white;
168
+ }
163
169
 
164
- .mobile-menu-user-email {
165
- @apply text-sm font-medium leading-none text-gray-400;
166
- }
170
+ .mobile-menu-rounded-button-icon-style {
171
+ @apply h-6 w-6;
172
+ }
167
173
 
168
- .mobile-menu-rounded-button {
169
- @apply ml-auto bg-gray-800 flex-shrink-0 p-1 text-gray-400 rounded-full hover:text-white focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white;
170
- }
174
+ .shell-footer-container {
175
+ @apply bg-gradient-to-r from-gray-800 to-gray-900 mt-10 pt-6;
176
+ }
171
177
 
172
- .mobile-menu-rounded-button-icon-style {
173
- @apply h-6 w-6;
174
- }
178
+ .shell-footer-container-inner {
179
+ @apply max-w-7xl mx-auto;
180
+ }
175
181
 
176
- .shell-footer-container {
177
- @apply bg-gradient-to-r from-gray-800 to-gray-900 mt-10 pt-6;
178
- }
182
+ .shell-footer-container-inner-fluid {
183
+ @apply w-full mx-auto;
184
+ }
179
185
 
180
- .shell-footer-container-inner {
181
- @apply max-w-7xl mx-auto;
182
- }
186
+ .shell-footer-component-container {
187
+ @apply text-gray-300;
188
+ }
183
189
 
184
- .shell-footer-container-inner-fluid {
185
- @apply w-full mx-auto;
186
- }
190
+ .shell-footer-paddings {
191
+ @apply mx-auto px-4 sm:px-6 lg:px-8;
192
+ }
187
193
 
188
- .shell-footer-component-container {
189
- @apply text-gray-300;
190
- }
194
+ .shell-footer-component-container-inner {
195
+ @apply w-full mx-auto;
196
+ }
191
197
 
192
- .shell-footer-paddings {
193
- @apply mx-auto px-4 sm:px-6 lg:px-8;
194
- }
198
+ .shell-footer-logo-h {
199
+ @apply h-12;
200
+ }
195
201
 
196
- .shell-footer-component-container-inner {
197
- @apply w-full mx-auto;
198
- }
202
+ .shell-footer-sections-container {
203
+ @apply grid grid-cols-8 md:grid-cols-9 lg:grid-cols-8 divide-gray-700 divide-y-2 md:divide-x-2 md:divide-y-0 md:-mx-8;
204
+ }
199
205
 
200
- .shell-footer-logo-h {
201
- @apply h-12;
202
- }
206
+ .shell-footer-section {
207
+ @apply col-span-8 md:col-span-3 lg:col-span-2 md:px-8 py-4 md:py-0;
208
+ }
203
209
 
204
- .shell-footer-sections-container {
205
- @apply grid grid-cols-8 md:grid-cols-9 lg:grid-cols-8 divide-gray-700 divide-y-2 md:divide-x-2 md:divide-y-0 md:-mx-8;
206
- }
210
+ .shell-footer-section nav {
211
+ @apply mt-4;
212
+ }
207
213
 
208
- .shell-footer-section {
209
- @apply col-span-8 md:col-span-3 lg:col-span-2 md:px-8 py-4 md:py-0;
210
- }
214
+ .shell-footer-section ul {
215
+ @apply space-y-2;
216
+ }
211
217
 
212
- .shell-footer-section nav {
213
- @apply mt-4;
214
- }
218
+ .shell-footer-section-links {
219
+ @apply col-span-8 md:col-span-3 lg:col-span-2 md:px-8 py-4 md:py-0;
220
+ }
215
221
 
216
- .shell-footer-section ul {
217
- @apply space-y-2;
218
- }
219
222
 
220
- .shell-footer-section-links {
221
- @apply col-span-8 md:col-span-3 lg:col-span-2 md:px-8 py-4 md:py-0;
222
- }
223
+ .shell-footer-section-links ul {
224
+ @apply grid lg:grid-cols-2;
225
+ }
223
226
 
227
+ .shell-footer-section-links li {
228
+ @apply mb-2;
229
+ }
224
230
 
225
- .shell-footer-section-links ul {
226
- @apply grid lg:grid-cols-2;
227
- }
231
+ .shell-footer-section-title {
232
+ @apply text-xl font-semibold text-white;
233
+ }
228
234
 
229
- .shell-footer-section-links li {
230
- @apply mb-2;
231
- }
232
235
 
233
- .shell-footer-section-title {
234
- @apply text-xl font-semibold text-white;
235
- }
236
+ .shell-footer-social {
237
+ @apply flex space-x-2 font-normal text-base hover:text-gray-100;
238
+ }
236
239
 
240
+ .shell-footer-social-icon {
241
+ @apply h-6 w-6;
242
+ }
237
243
 
238
- .shell-footer-social {
239
- @apply flex space-x-2 font-normal text-base hover:text-gray-100;
240
- }
244
+ .shell-footer-link {
245
+ @apply text-sm text-gray-400 hover:underline transition duration-150 ease-in-out;
246
+ }
241
247
 
242
- .shell-footer-social-icon {
243
- @apply h-6 w-6;
244
- }
245
-
246
- .shell-footer-link {
247
- @apply text-sm text-gray-400 hover:underline transition duration-150 ease-in-out;
248
- }
249
-
250
- .shell-footer-copyright {
251
- @apply max-w-screen-xl mx-auto flex flex-col md:flex-row justify-between items-center space-y-4 mt-8 lg:mt-12 border-t-2 border-gray-700 py-5;
252
- }
248
+ .shell-footer-copyright {
249
+ @apply max-w-screen-xl mx-auto flex flex-col md:flex-row justify-between items-center space-y-4 mt-8 lg:mt-12 border-t-2 border-gray-700 py-5;
250
+ }
@@ -1,125 +1,122 @@
1
1
  @reference tailwindcss;
2
2
 
3
- .sidebar-off-canvas-menu-container {
4
- @apply relative z-40 md:hidden;
5
- }
3
+ .sidebar-off-canvas-menu-container {
4
+ @apply relative z-40 md:hidden;
5
+ }
6
6
 
7
-
8
-
9
- .sidebar-off-canvas-menu-backdrop {
10
- @apply fixed inset-0 transition-opacity ease-linear opacity-0 duration-300 pointer-events-none bg-gray-600 bg-black/75;
11
- }
7
+ .sidebar-off-canvas-menu-backdrop {
8
+ @apply fixed inset-0 transition-opacity ease-linear opacity-0 duration-300 pointer-events-none bg-gray-600 bg-black/75;
9
+ }
12
10
 
13
- .sidebar-off-canvas-menu-backdrop-opacity-100 {
14
- @apply fixed inset-0 transition-opacity ease-linear duration-300 pointer-events-none bg-gray-600 bg-black/75 opacity-100;
15
- }
11
+ .sidebar-off-canvas-menu-backdrop-opacity-100 {
12
+ @apply fixed inset-0 transition-opacity ease-linear duration-300 pointer-events-none bg-gray-600 bg-black/75 opacity-100;
13
+ }
16
14
 
17
- .sidebar-off-canvas-menu-container-inner {
18
- @apply fixed inset-0 flex z-40 transition ease-in-out duration-300 transform translate-x-0;
19
- }
15
+ .sidebar-off-canvas-menu-container-inner {
16
+ @apply fixed inset-0 flex z-40 transition ease-in-out duration-300 transform translate-x-0;
17
+ }
20
18
 
21
- .sidebar-off-canvas-menu-container-inner-active {
22
- @apply translate-x-0;
23
- }
19
+ .sidebar-off-canvas-menu-container-inner-active {
20
+ @apply translate-x-0;
21
+ }
24
22
 
25
- .sidebar-off-canvas-menu-container-inner-not-active {
26
- @apply -translate-x-full;
27
- }
23
+ .sidebar-off-canvas-menu-container-inner-not-active {
24
+ @apply -translate-x-full;
25
+ }
28
26
 
29
27
 
30
- .sidebar-off-canvas-menu-container-inner-translate-x-full {
31
- @apply fixed inset-0 flex z-40 transition ease-in-out duration-300 transform -translate-x-full;
32
- }
28
+ .sidebar-off-canvas-menu-container-inner-translate-x-full {
29
+ @apply fixed inset-0 flex z-40 transition ease-in-out duration-300 transform -translate-x-full;
30
+ }
33
31
 
34
- .sidebar-off-canvas-layout-container {
35
- @apply relative flex-1 flex flex-col max-w-xs w-full pt-5 pb-4 bg-gray-800;
36
- }
32
+ .sidebar-off-canvas-layout-container {
33
+ @apply relative flex-1 flex flex-col max-w-xs w-full pt-5 pb-4 bg-gray-800;
34
+ }
37
35
 
38
- .sidebar-off-canvas-toggle-button-container {
39
- @apply absolute top-0 right-0 -mr-12 pt-2;
40
- }
36
+ .sidebar-off-canvas-toggle-button-container {
37
+ @apply absolute top-0 right-0 -mr-12 pt-2;
38
+ }
41
39
 
42
40
 
43
41
 
44
- .sidebar-off-canvas-toggle-button {
45
- @apply ml-1 flex items-center justify-center h-10 w-10 rounded-full focus:outline-none;
46
- }
42
+ .sidebar-off-canvas-toggle-button {
43
+ @apply ml-1 flex items-center justify-center h-10 w-10 rounded-full focus:outline-none;
44
+ }
47
45
 
48
46
 
49
47
 
50
- .sidebar-off-canvas-app-logo-container {
51
- @apply flex-shrink-0 flex items-center px-4;
52
- }
48
+ .sidebar-off-canvas-app-logo-container {
49
+ @apply flex-shrink-0 flex items-center px-4;
50
+ }
53
51
 
54
- .sidebar-dummy-element {
55
- @apply flex-shrink-0 w-14;
56
- }
52
+ .sidebar-dummy-element {
53
+ @apply flex-shrink-0 w-14;
54
+ }
57
55
 
58
- /* in mobile view the static menu container is always hidden - off-canvas container is visible */
59
- .sidebar-static-menu-outer-container {
60
- @apply hidden md:flex;
61
- }
56
+ /* in mobile view the static menu container is always hidden - off-canvas container is visible */
57
+ .sidebar-static-menu-outer-container {
58
+ @apply hidden md:flex;
59
+ }
62
60
 
63
- .sidebar-static-menu-container {
64
- @apply flex-col w-64 fixed inset-y-0;
65
- }
61
+ .sidebar-static-menu-container {
62
+ @apply flex-col w-64 fixed inset-y-0;
63
+ }
66
64
 
67
- .sidebar-static-menu-container-active {
68
- @apply flex;
69
- }
65
+ .sidebar-static-menu-container-active {
66
+ @apply flex;
67
+ }
70
68
 
71
- .sidebar-static-menu-container-not-active {
72
- @apply flex w-20;
73
- }
69
+ .sidebar-static-menu-container-not-active {
70
+ @apply flex w-20;
71
+ }
74
72
 
75
- .sidebar-static-menu-container-inner {
76
- @apply flex-1 flex items-center flex-col min-h-0 bg-gray-800 shadow-lg;
77
- }
73
+ .sidebar-static-menu-container-inner {
74
+ @apply flex-1 flex items-center flex-col min-h-0 bg-gray-800 shadow-lg;
75
+ }
78
76
 
79
- .sidebar-static-menu-app-logo-container {
80
- @apply flex items-center h-16 flex-shrink-0;
81
- }
77
+ .sidebar-static-menu-app-logo-container {
78
+ @apply flex items-center h-16 flex-shrink-0;
79
+ }
82
80
 
83
- .sidebar-static-menu-header-app-logo-container {
84
- @apply flex items-center h-16 flex-shrink-0 ;
85
- }
81
+ .sidebar-static-menu-header-app-logo-container {
82
+ @apply flex items-center h-16 flex-shrink-0 ;
83
+ }
86
84
 
87
- .shell-sidebar-logo {
88
- @apply h-8 w-auto;
89
- }
85
+ .shell-sidebar-logo {
86
+ @apply h-8 w-auto;
87
+ }
90
88
 
91
- /* !!!! malakai onoma !!!! */
92
- .sidebar-static-menu-wrapper {
93
- @apply flex flex-col md:pl-20;
94
- }
89
+ .sidebar-static-menu-wrapper {
90
+ @apply flex flex-col md:pl-20;
91
+ }
95
92
 
96
- .sidebar-static-menu-wrapper-expanded {
97
- @apply md:pl-64;
98
- }
93
+ .sidebar-static-menu-wrapper-expanded {
94
+ @apply md:pl-64;
95
+ }
99
96
 
100
- .sidebar-static-menu-sticky-header-container {
101
- @apply sticky top-0 z-20 flex-shrink-0 flex h-16 bg-gray-900 shadow-2xl;
102
- }
97
+ .sidebar-static-menu-sticky-header-container {
98
+ @apply sticky top-0 z-20 flex-shrink-0 flex h-16 bg-gray-900 shadow-2xl;
99
+ }
103
100
 
104
- .sidebar-static-menu-toggle-button {
105
- @apply px-4 text-white focus:outline-none;
106
- }
101
+ .sidebar-static-menu-toggle-button {
102
+ @apply px-4 text-white focus:outline-none;
103
+ }
107
104
 
108
- .sidebar-static-menu-toggle-button-md {
109
- @apply px-4 text-white focus:outline-none md:hidden;
110
- }
105
+ .sidebar-static-menu-toggle-button-md {
106
+ @apply px-4 text-white focus:outline-none md:hidden;
107
+ }
111
108
 
112
- .sidebar-static-menu-header-container {
113
- @apply flex-1 px-4 flex justify-between;
114
- }
109
+ .sidebar-static-menu-header-container {
110
+ @apply flex-1 px-4 flex justify-between;
111
+ }
115
112
 
116
- /* fix names */
113
+ /* fix names */
117
114
 
118
- .sidebar-static-menu-header-near-container {
119
- @apply flex-1 flex;
120
- }
115
+ .sidebar-static-menu-header-near-container {
116
+ @apply flex-1 flex;
117
+ }
121
118
 
122
- .sidebar-static-menu-header-far-container {
123
- @apply ml-4 flex items-center md:ml-6;
124
- }
119
+ .sidebar-static-menu-header-far-container {
120
+ @apply ml-4 flex items-center md:ml-6;
121
+ }
125
122