add price policy

This commit is contained in:
Phuoc Nguyen
2025-11-03 11:20:09 +07:00
parent c0527a086c
commit 21c1c3372c
53 changed files with 7160 additions and 2361 deletions

View File

@@ -530,9 +530,9 @@ p {
color: var(--primary-blue);
}
.nav-item:hover {
/*.nav-item:hover {
color: var(--primary-blue);
}
}*/
.nav-icon {
font-size: 24px;
@@ -1136,6 +1136,10 @@ p {
color: var(--white);
}
.status-badge.approved {
background: var(--success-color);
}
.status-badge.processing {
background: var(--warning-color);
}