diff --git a/westech_r2/page/ebay-pricing/ebay-pricing.css b/westech_r2/page/ebay-pricing/ebay-pricing.css new file mode 100644 index 0000000..8b27534 --- /dev/null +++ b/westech_r2/page/ebay-pricing/ebay-pricing.css @@ -0,0 +1,5 @@ +.badge-fresh { background-color: #28a745; } +.badge-aging { background-color: #ffc107; color: #212529; } +.badge-expired { background-color: #dc3545; } +.badge-needs { background-color: #fd7e14; } +.badge-error { background-color: #6c757d; } diff --git a/westech_r2/page/ebay-pricing/ebay-pricing.html b/westech_r2/page/ebay-pricing/ebay-pricing.html index 7b5dc7e..a67cd3e 100644 --- a/westech_r2/page/ebay-pricing/ebay-pricing.html +++ b/westech_r2/page/ebay-pricing/ebay-pricing.html @@ -1,5 +1,6 @@ {% extends "templates/web.html" %} {% block style %} +