2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 11:05:32 +00:00

move badge styles to css

This commit is contained in:
Matthias Mair
2023-01-28 15:05:35 +01:00
parent 68cfaadb5a
commit 543268076d
3 changed files with 12 additions and 4 deletions

View File

@ -79,6 +79,14 @@ layout: empty
@apply list-none
}
.plugin_cat {
@apply badge bg-yellow-500 whitespace-nowrap
}
.plugin_tag {
@apply badge bg-blue-400 whitespace-nowrap
}
.max-w-p90 {
max-width: 90%
}