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