mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-05 08:48:53 +00:00
42 lines
751 B
CSS
42 lines
751 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
@layer components {
|
|
.custom-underline-blue {
|
|
@apply border-b-4 border-blue-400;
|
|
}
|
|
|
|
.custom-underline-red {
|
|
@apply border-b-4 border-red-400;
|
|
}
|
|
|
|
.footer-link {
|
|
@apply text-gray-600 hover:text-gray-800
|
|
}
|
|
|
|
.footer-categorie {
|
|
@apply title-font font-medium text-gray-900 tracking-widest text-sm mb-3
|
|
/*
|
|
@apply title-font font-medium text-gray-900 tracking-widest text-sm mb-3
|
|
*/
|
|
}
|
|
|
|
.cm-text-body {
|
|
@apply text-gray-600 body-font
|
|
}
|
|
|
|
.cm-lgt-txt {
|
|
@apply text-gray-900
|
|
}
|
|
}
|
|
|
|
.bg-primary {
|
|
background-color: blueviolet;
|
|
}
|
|
|
|
.bg-primarylg {
|
|
background-color: lightblue;
|
|
}
|