2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

new styles

This commit is contained in:
Matthias Mair 2021-11-05 23:44:20 +01:00
parent 2d6828b0dc
commit 86c66b2b70

View File

@ -4,6 +4,10 @@
@layer components {
.primary {
@apply bg-purple
}
.custom-underline-blue {
@apply border-b-4 border-blue-400;
}
@ -11,4 +15,15 @@
.custom-underline-red {
@apply border-b-4 border-red-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
/*
@apply title-font font-medium text-gray-900 tracking-widest text-sm mb-3
*/
}
}