mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-18 02:55:51 +00:00
13 lines
361 B
CSS
13 lines
361 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;
|
|
}
|
|
}
|