@indice/ng-components 0.5.0-beta.10 → 0.5.0
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/README.md +4 -4
- package/fesm2022/indice-ng-components.mjs +138 -116
- package/fesm2022/indice-ng-components.mjs.map +1 -1
- package/index.d.ts +13 -4
- package/package.json +1 -1
- package/src/assets/styles/advanced-search.css +39 -39
- package/src/assets/styles/avatar-initials.css +35 -35
- package/src/assets/styles/base.css +36 -36
- package/src/assets/styles/cards.css +84 -84
- package/src/assets/styles/collapsible-panel.css +23 -23
- package/src/assets/styles/combobox.css +27 -27
- package/src/assets/styles/components.css +34 -34
- package/src/assets/styles/date-picker.component.css +68 -68
- package/src/assets/styles/drop-down-menu.css +48 -48
- package/src/assets/styles/form-layout.css +51 -51
- package/src/assets/styles/indice-ng-icons-inline.css +2286 -2286
- package/src/assets/styles/language-selection.component.css +10 -10
- package/src/assets/styles/list-view.css +62 -62
- package/src/assets/styles/modal.css +182 -182
- package/src/assets/styles/model-view-layout.css +47 -47
- package/src/assets/styles/nav-links.css +64 -64
- package/src/assets/styles/notifications-indicator.component.css +37 -37
- package/src/assets/styles/pager.css +31 -31
- package/src/assets/styles/progress-bar.component.css +15 -15
- package/src/assets/styles/shell-layout.css +250 -250
- package/src/assets/styles/shell-sidebar-layout.css +122 -122
- package/src/assets/styles/shell-sidebar.css +31 -31
- package/src/assets/styles/side-pane.css +48 -48
- package/src/assets/styles/side-view-layout.css +56 -56
- package/src/assets/styles/stepper.css +169 -169
- package/src/assets/styles/tab-group.css +27 -27
- package/src/assets/styles/toast.css +70 -70
- package/src/assets/styles/toggle-button.component.css +51 -51
- package/src/assets/styles/toggle-buttons-list.component.css +44 -44
- package/src/assets/styles/toggle.css +23 -23
- package/src/assets/styles/view-layout.css +89 -89
- package/src/styles.css +49 -49
- package/src/tailwindcss.css +1 -1
|
@@ -1,250 +1,250 @@
|
|
|
1
|
-
.app-logo {
|
|
2
|
-
@apply h-8 w-8;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.shell-container {
|
|
6
|
-
@apply antialiased font-sans bg-gray-100 h-full;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.shell-header-container {
|
|
10
|
-
@apply bg-gradient-to-r from-gray-900 to-gray-800 pb-24 sm:pb-28 z-50;
|
|
11
|
-
}
|
|
12
|
-
|
|
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
|
-
}
|
|
16
|
-
|
|
17
|
-
.shell-header-container-inner {
|
|
18
|
-
@apply max-w-7xl mx-auto;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.sidebar .shell-header-container-inner {
|
|
22
|
-
@apply max-w-full mx-auto;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.shell-header-container-inner-fluid {
|
|
26
|
-
@apply w-full mx-auto;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.shell-content-container {
|
|
30
|
-
@apply mx-auto -mt-24;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.sidebar .shell-content-container {
|
|
34
|
-
@apply mx-auto mt-0;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.shell-content-container-no-header {
|
|
38
|
-
/* overide this style in your app */
|
|
39
|
-
@apply mx-auto ;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.sidebar .shell-content-container-inner {
|
|
43
|
-
@apply max-w-full px-4 pb-2 min-h-screen;
|
|
44
|
-
}
|
|
45
|
-
|
|
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
|
-
}
|
|
49
|
-
|
|
50
|
-
.shell-content-container-inner-fluid {
|
|
51
|
-
@apply w-full mx-auto min-h-screen ;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
.shell-header-paddings {
|
|
56
|
-
@apply mx-auto px-4 sm:px-6 lg:px-8;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
.sidebar .shell-header-paddings {
|
|
61
|
-
@apply mx-auto px-2;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.shell-header-border {
|
|
65
|
-
@apply border-b border-gray-700;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.sidebar .shell-header-border {
|
|
69
|
-
@apply border-0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.shell-header-menu-container {
|
|
73
|
-
@apply flex items-center justify-between h-16;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.shell-header-md-visible {
|
|
77
|
-
@apply hidden sm:block;
|
|
78
|
-
}
|
|
79
|
-
|
|
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
|
-
}
|
|
83
|
-
|
|
84
|
-
.shell-header-link-container-inner {
|
|
85
|
-
@apply flex justify-start;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.shell-header-logo-container {
|
|
89
|
-
@apply flex flex-grow-0 flex-shrink-0 items-center;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.shell-header-links-far-container {
|
|
93
|
-
@apply flex flex-grow-0 flex-shrink-0 items-center ml-2;
|
|
94
|
-
}
|
|
95
|
-
|
|
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
|
-
}
|
|
99
|
-
|
|
100
|
-
.shell-header-menu-rounded-button-icon-style {
|
|
101
|
-
@apply h-6 w-6;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.shell-header-profile {
|
|
105
|
-
@apply flex items-center;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.shell-header-profile .shell-header-profile-userName {
|
|
109
|
-
@apply cursor-pointer text-white text-xs;
|
|
110
|
-
}
|
|
111
|
-
|
|
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
|
-
}
|
|
116
|
-
|
|
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
|
-
}
|
|
120
|
-
|
|
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
|
-
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
.mobile-menu-button-container {
|
|
127
|
-
@apply -mr-2 grid grid-cols-1 sm:hidden;
|
|
128
|
-
}
|
|
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
|
-
}
|
|
133
|
-
|
|
134
|
-
.mobile-menu-container {
|
|
135
|
-
@apply border-b h-full w-full sm:opacity-75 border-gray-700 md:hidden z-50;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.mobile-menu-link-container {
|
|
139
|
-
@apply px-2 py-3 grid grid-cols-1 space-y-1;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.mobile-menu-user-info-container {
|
|
143
|
-
@apply pt-4 pb-3 border-t border-gray-700;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.mobile-menu-user-info-container-inner {
|
|
147
|
-
@apply flex items-center px-5;
|
|
148
|
-
}
|
|
149
|
-
|
|
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
|
-
}
|
|
153
|
-
|
|
154
|
-
.mobile-menu-avatar-name {
|
|
155
|
-
@apply text-sm font-medium leading-none text-white;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.mobile-menu-user-name {
|
|
159
|
-
@apply text-base font-medium leading-none text-white;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.mobile-menu-user-email {
|
|
163
|
-
@apply text-sm font-medium leading-none text-gray-400;
|
|
164
|
-
}
|
|
165
|
-
|
|
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
|
-
}
|
|
169
|
-
|
|
170
|
-
.mobile-menu-rounded-button-icon-style {
|
|
171
|
-
@apply h-6 w-6;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.shell-footer-container {
|
|
175
|
-
@apply bg-gradient-to-r from-gray-800 to-gray-900 mt-10 pt-6;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.shell-footer-container-inner {
|
|
179
|
-
@apply max-w-7xl mx-auto;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.shell-footer-container-inner-fluid {
|
|
183
|
-
@apply w-full mx-auto;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.shell-footer-component-container {
|
|
187
|
-
@apply text-gray-300;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.shell-footer-paddings {
|
|
191
|
-
@apply mx-auto px-4 sm:px-6 lg:px-8;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.shell-footer-component-container-inner {
|
|
195
|
-
@apply w-full mx-auto;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.shell-footer-logo-h {
|
|
199
|
-
@apply h-12;
|
|
200
|
-
}
|
|
201
|
-
|
|
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
|
-
}
|
|
205
|
-
|
|
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
|
-
}
|
|
209
|
-
|
|
210
|
-
.shell-footer-section nav {
|
|
211
|
-
@apply mt-4;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.shell-footer-section ul {
|
|
215
|
-
@apply space-y-2;
|
|
216
|
-
}
|
|
217
|
-
|
|
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
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
.shell-footer-section-links ul {
|
|
224
|
-
@apply grid lg:grid-cols-2;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.shell-footer-section-links li {
|
|
228
|
-
@apply mb-2;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.shell-footer-section-title {
|
|
232
|
-
@apply text-xl font-semibold text-white;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
.shell-footer-social {
|
|
237
|
-
@apply flex space-x-2 font-normal text-base hover:text-gray-100;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.shell-footer-social-icon {
|
|
241
|
-
@apply h-6 w-6;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.shell-footer-link {
|
|
245
|
-
@apply text-sm text-gray-400 hover:underline transition duration-150 ease-in-out;
|
|
246
|
-
}
|
|
247
|
-
|
|
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
|
+
.app-logo {
|
|
2
|
+
@apply h-8 w-8;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.shell-container {
|
|
6
|
+
@apply antialiased font-sans bg-gray-100 h-full;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.shell-header-container {
|
|
10
|
+
@apply bg-gradient-to-r from-gray-900 to-gray-800 pb-24 sm:pb-28 z-50;
|
|
11
|
+
}
|
|
12
|
+
|
|
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
|
+
}
|
|
16
|
+
|
|
17
|
+
.shell-header-container-inner {
|
|
18
|
+
@apply max-w-7xl mx-auto;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sidebar .shell-header-container-inner {
|
|
22
|
+
@apply max-w-full mx-auto;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.shell-header-container-inner-fluid {
|
|
26
|
+
@apply w-full mx-auto;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.shell-content-container {
|
|
30
|
+
@apply mx-auto -mt-24;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.sidebar .shell-content-container {
|
|
34
|
+
@apply mx-auto mt-0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.shell-content-container-no-header {
|
|
38
|
+
/* overide this style in your app */
|
|
39
|
+
@apply mx-auto ;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sidebar .shell-content-container-inner {
|
|
43
|
+
@apply max-w-full px-4 pb-2 min-h-screen;
|
|
44
|
+
}
|
|
45
|
+
|
|
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
|
+
}
|
|
49
|
+
|
|
50
|
+
.shell-content-container-inner-fluid {
|
|
51
|
+
@apply w-full mx-auto min-h-screen ;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
.shell-header-paddings {
|
|
56
|
+
@apply mx-auto px-4 sm:px-6 lg:px-8;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
.sidebar .shell-header-paddings {
|
|
61
|
+
@apply mx-auto px-2;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.shell-header-border {
|
|
65
|
+
@apply border-b border-gray-700;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.sidebar .shell-header-border {
|
|
69
|
+
@apply border-0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.shell-header-menu-container {
|
|
73
|
+
@apply flex items-center justify-between h-16;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.shell-header-md-visible {
|
|
77
|
+
@apply hidden sm:block;
|
|
78
|
+
}
|
|
79
|
+
|
|
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
|
+
}
|
|
83
|
+
|
|
84
|
+
.shell-header-link-container-inner {
|
|
85
|
+
@apply flex justify-start;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.shell-header-logo-container {
|
|
89
|
+
@apply flex flex-grow-0 flex-shrink-0 items-center;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.shell-header-links-far-container {
|
|
93
|
+
@apply flex flex-grow-0 flex-shrink-0 items-center ml-2;
|
|
94
|
+
}
|
|
95
|
+
|
|
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
|
+
}
|
|
99
|
+
|
|
100
|
+
.shell-header-menu-rounded-button-icon-style {
|
|
101
|
+
@apply h-6 w-6;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.shell-header-profile {
|
|
105
|
+
@apply flex items-center;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.shell-header-profile .shell-header-profile-userName {
|
|
109
|
+
@apply cursor-pointer text-white text-xs;
|
|
110
|
+
}
|
|
111
|
+
|
|
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
|
+
}
|
|
116
|
+
|
|
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
|
+
}
|
|
120
|
+
|
|
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
|
+
}
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
.mobile-menu-button-container {
|
|
127
|
+
@apply -mr-2 grid grid-cols-1 sm:hidden;
|
|
128
|
+
}
|
|
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
|
+
}
|
|
133
|
+
|
|
134
|
+
.mobile-menu-container {
|
|
135
|
+
@apply border-b h-full w-full sm:opacity-75 border-gray-700 md:hidden z-50;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.mobile-menu-link-container {
|
|
139
|
+
@apply px-2 py-3 grid grid-cols-1 space-y-1;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.mobile-menu-user-info-container {
|
|
143
|
+
@apply pt-4 pb-3 border-t border-gray-700;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.mobile-menu-user-info-container-inner {
|
|
147
|
+
@apply flex items-center px-5;
|
|
148
|
+
}
|
|
149
|
+
|
|
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
|
+
}
|
|
153
|
+
|
|
154
|
+
.mobile-menu-avatar-name {
|
|
155
|
+
@apply text-sm font-medium leading-none text-white;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.mobile-menu-user-name {
|
|
159
|
+
@apply text-base font-medium leading-none text-white;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.mobile-menu-user-email {
|
|
163
|
+
@apply text-sm font-medium leading-none text-gray-400;
|
|
164
|
+
}
|
|
165
|
+
|
|
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
|
+
}
|
|
169
|
+
|
|
170
|
+
.mobile-menu-rounded-button-icon-style {
|
|
171
|
+
@apply h-6 w-6;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.shell-footer-container {
|
|
175
|
+
@apply bg-gradient-to-r from-gray-800 to-gray-900 mt-10 pt-6;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.shell-footer-container-inner {
|
|
179
|
+
@apply max-w-7xl mx-auto;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.shell-footer-container-inner-fluid {
|
|
183
|
+
@apply w-full mx-auto;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.shell-footer-component-container {
|
|
187
|
+
@apply text-gray-300;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.shell-footer-paddings {
|
|
191
|
+
@apply mx-auto px-4 sm:px-6 lg:px-8;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.shell-footer-component-container-inner {
|
|
195
|
+
@apply w-full mx-auto;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.shell-footer-logo-h {
|
|
199
|
+
@apply h-12;
|
|
200
|
+
}
|
|
201
|
+
|
|
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
|
+
}
|
|
205
|
+
|
|
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
|
+
}
|
|
209
|
+
|
|
210
|
+
.shell-footer-section nav {
|
|
211
|
+
@apply mt-4;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.shell-footer-section ul {
|
|
215
|
+
@apply space-y-2;
|
|
216
|
+
}
|
|
217
|
+
|
|
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
|
+
}
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
.shell-footer-section-links ul {
|
|
224
|
+
@apply grid lg:grid-cols-2;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.shell-footer-section-links li {
|
|
228
|
+
@apply mb-2;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.shell-footer-section-title {
|
|
232
|
+
@apply text-xl font-semibold text-white;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
.shell-footer-social {
|
|
237
|
+
@apply flex space-x-2 font-normal text-base hover:text-gray-100;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.shell-footer-social-icon {
|
|
241
|
+
@apply h-6 w-6;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.shell-footer-link {
|
|
245
|
+
@apply text-sm text-gray-400 hover:underline transition duration-150 ease-in-out;
|
|
246
|
+
}
|
|
247
|
+
|
|
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
|
+
}
|