mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
15 lines
238 B
CSS
15 lines
238 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;
|
|
}
|
|
}
|