mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-11 00:56:20 +00:00
28 lines
630 B
CSS
28 lines
630 B
CSS
@import 'tailwindcss' prefix(tw) important;
|
|
@source '../node_modules/@shlinkio/shlink-frontend-kit';
|
|
@import '@shlinkio/shlink-frontend-kit/tailwind.preset.css';
|
|
|
|
@utility scroll-thin {
|
|
/* Standard. New browsers */
|
|
scrollbar-width: thin;
|
|
|
|
/* Fallback */
|
|
&::-webkit-scrollbar {
|
|
width: 6px;
|
|
}
|
|
&::-webkit-scrollbar-thumb {
|
|
border-radius: .5rem;
|
|
}
|
|
}
|
|
|
|
@layer base {
|
|
:root {
|
|
--header-height: 56px;
|
|
--footer-height: 2.3rem;
|
|
--footer-margin: .8rem;
|
|
|
|
/* Width of ShlinkWebComponent's side menu when not collapsed */
|
|
--aside-menu-width: 260px;
|
|
}
|
|
}
|