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

make buttons configurable

This commit is contained in:
Matthias Mair
2022-04-22 23:55:24 +02:00
parent 9024915389
commit 9ccd5ee9a1
4 changed files with 23 additions and 3 deletions

View File

@ -32,6 +32,10 @@ layout: empty
@apply text-gray-700 bg-gray-100 hover:bg-gray-200 rounded
}
.cm-hvr-btn-primary {
@apply text-white bg-secondary hover:bg-primary rounded
}
.cm-gray-1 {
@apply text-gray-900
}