forked from geolba/tethys.backend
- add EventEmmitter for directly binding Events to component
- add NotificationToast for messages - add leaflet map component and zoom control component - change focus:ring to focus:ring-2 inside BaseButton - `@tailwindcss/line-clamp` plugin is now included by default...remove it from tailwind.config.js - npm updates
This commit is contained in:
parent
080c21126b
commit
cd66f318b6
22 changed files with 1063 additions and 292 deletions
|
@ -14,7 +14,7 @@ progress {
|
|||
@apply bg-blue-500;
|
||||
}
|
||||
|
||||
progress::-ms-fill {
|
||||
/* progress::-ms-fill {
|
||||
@apply bg-blue-500 border-0;
|
||||
}
|
||||
} */
|
||||
|
|
@ -16,9 +16,9 @@ html {
|
|||
@apply bg-gray-400 rounded;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-thumb:hover {
|
||||
/* html::-webkit-scrollbar-thumb:hover {
|
||||
@apply bg-gray-500;
|
||||
}
|
||||
} */
|
||||
|
||||
html.dark-scrollbars {
|
||||
scrollbar-color: #374151 #111827;
|
||||
|
@ -32,7 +32,7 @@ html {
|
|||
@apply bg-gray-700;
|
||||
}
|
||||
|
||||
html.dark-scrollbars::-webkit-scrollbar-thumb:hover {
|
||||
/* html.dark-scrollbars::-webkit-scrollbar-thumb:hover {
|
||||
@apply bg-gray-600;
|
||||
}
|
||||
} */
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
@import '_scrollbars.css';
|
||||
@import '_table.css';
|
||||
|
||||
@import '~leaflet/dist/leaflet.css';
|
||||
@import '@fontsource/inter/index.css';
|
||||
@import '@fontsource/archivo-black/index.css';
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue