diff --git a/src/app/custom-selector/custom-selector.component.scss b/src/app/custom-selector/custom-selector.component.scss index 803a7d5..0839a23 100644 --- a/src/app/custom-selector/custom-selector.component.scss +++ b/src/app/custom-selector/custom-selector.component.scss @@ -26,6 +26,12 @@ font-size: 20px; border: 1px solid var(--brand-blue); background-color: white; + transition: background-color 0.3s, color 0.3s; + + &:hover { + background-color: var(--brand-blue); + color: white; + } } } diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 54530ca..bdbe082 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -82,8 +82,8 @@
@@ -110,8 +110,8 @@ @@ -138,8 +138,8 @@ @@ -167,8 +167,8 @@ diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index 953cd42..4bca543 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -152,15 +152,6 @@ width: 100%; button { - padding: 0 20px; - border-radius: 20px; - background-color: #cecece; - color: white; - font-size: 13px; - letter-spacing: 1px; - height: 25px; - border: 0px; - &:first-child { background-color: var(--brand-blue); margin-right: 10px; diff --git a/src/app/orders/orders.component.html b/src/app/orders/orders.component.html index 75d083c..5169832 100644 --- a/src/app/orders/orders.component.html +++ b/src/app/orders/orders.component.html @@ -1,5 +1,5 @@ + +Order ID | +Order Time | +Items | +Quantity | +Amount | +Payment Status | +|
---|---|---|---|---|---|---|
545455 | +2 Min Ago | +
+ 8PC Hot & Crispy
+ KFC 4 + 4
+ |
+ 1 4 |
+ ₹ 750 ₹ 250 |
+ Paid Online | ++ | + +
545455 | +10 Min Ago | +
+ KFC 4 + 4
+ |
+ 1 |
+ ₹ 750 |
+ Paid Online | +
+ Completed
+ |
+
545455 | +0 Min Ago | +
+ KFC 4 + 4
+ |
+ 1 |
+ ₹ 750 |
+ Paid Online | +
+ Cancelled
+ |
+
545455 | +1 Min Ago | +
+ KFC Bucket
+ |
+ 1 |
+ ₹ 250 |
+ COD | ++ | + +