Public files

This commit is contained in:
2021-03-25 21:11:37 -03:00
parent 398965689d
commit b76f66bce9
34 changed files with 3628 additions and 0 deletions

6
public/css/custom.css Normal file
View File

@ -0,0 +1,6 @@
.success {
background-color: #a0ff80 !important;
}
.warning {
background-color: #ffe050 !important;
}