added cashier subscription, subscription plans

This commit is contained in:
Gitea
2025-05-03 06:13:19 +05:30
parent e04539f1b7
commit 6e2a750c4e
23 changed files with 1087 additions and 21 deletions

View File

@@ -8,6 +8,14 @@
background-color: #f72a25;
}
.app-primary-bg {
background-color: #F14743;
}
.app-primary {
color: #F14743;
}
.btn-primary {
color: white;
background-color: #4361ee;