mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-30 06:26:50 +00:00
27 lines
447 B
CSS
27 lines
447 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
@layer components {
|
|
.custom-underline-blue {
|
|
@apply border-b-4 border-blue-400;
|
|
}
|
|
|
|
.footer-link {
|
|
@apply text-gray-600 hover:text-gray-800
|
|
}
|
|
|
|
.footer-categorie {
|
|
@apply font-medium text-gray-900 tracking-widest text-sm mb-3
|
|
}
|
|
|
|
.cm-text-body {
|
|
@apply text-gray-600
|
|
}
|
|
|
|
.cm-lgt-txt {
|
|
@apply text-gray-900
|
|
}
|
|
}
|