mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 04:06:39 +00:00
15 lines
468 B
CSS
15 lines
468 B
CSS
@import 'tailwindcss';
|
|
@import '@shlinkio/shlink-frontend-kit/tailwind.preset.css';
|
|
@import '@shlinkio/shlink-web-component/tailwind.preset.css';
|
|
@source '../node_modules/@shlinkio/shlink-frontend-kit';
|
|
@source '../node_modules/@shlinkio/shlink-web-component';
|
|
|
|
@layer base {
|
|
:root {
|
|
--footer-height: 2.3rem;
|
|
--footer-margin: .8rem;
|
|
/* FIXME Remove this once updated to shlink-web-component 0.15.1 */
|
|
--header-height: 52px;
|
|
}
|
|
}
|