@indice/ng-components 0.2.130 → 0.2.131
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/_styles.css +4 -7
- package/package.json +1 -1
package/_styles.css
CHANGED
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.shell-header-profile-dropdown-button {
|
|
212
|
-
@apply max-w-xs focus:outline-none rounded-full flex items-center text-sm ring-1 ring-blue-300 focus:ring-offset-1
|
|
212
|
+
@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
|
|
213
213
|
focus:ring-offset-blue-800 focus:ring-blue-400 transition ease-in duration-100;
|
|
214
214
|
}
|
|
215
215
|
|
|
@@ -223,11 +223,11 @@
|
|
|
223
223
|
|
|
224
224
|
|
|
225
225
|
.mobile-menu-button-container {
|
|
226
|
-
@apply -mr-2
|
|
226
|
+
@apply -mr-2 grid grid-cols-1 sm:hidden;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.mobile-menu-button {
|
|
230
|
-
@apply inline-flex items-center justify-center p-2 rounded-sm 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;
|
|
230
|
+
@apply inline-flex items-center justify-center p-2 rounded-sm 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;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
.mobile-menu-container {
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
.mobile-menu-link-container {
|
|
238
|
-
@apply px-2 py-3 space-y-1
|
|
238
|
+
@apply px-2 py-3 space-y-1;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
.mobile-menu-user-info-container {
|
|
@@ -270,9 +270,6 @@
|
|
|
270
270
|
@apply h-6 w-6;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
.mobile-menu-link-container {
|
|
274
|
-
@apply mt-3 px-2 space-y-1;
|
|
275
|
-
}
|
|
276
273
|
|
|
277
274
|
|
|
278
275
|
.shell-footer-container {
|