diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html
index 9c5fce9..528cb31 100644
--- a/src/app/dashboard/dashboard.component.html
+++ b/src/app/dashboard/dashboard.component.html
@@ -1 +1,54 @@
-
dashboard works!
+
+
+
+
+
+
+
+ -
+
+
+
Waiting for confirmation
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
Waiting for the Customer
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss
index e69de29..ab6e7a3 100644
--- a/src/app/dashboard/dashboard.component.scss
+++ b/src/app/dashboard/dashboard.component.scss
@@ -0,0 +1,61 @@
+.container {
+ display: flex;
+ width: 100%;
+ align-items: stretch;
+}
+
+.order-stats {
+ width: 70%;
+
+ ul {
+ list-style: none;
+ }
+
+ li {
+ display: flex;
+ width: 90%;
+ margin: 30px auto;
+ background-color: white;
+ border-radius: 10px;
+ padding: 15px;
+ justify-content: space-between;
+ align-items: center;
+
+ .column {
+ letter-spacing: 0.5px;
+
+ header {
+ font-weight: 500;
+ color: var(--dark-grey);
+ font-size: 16px;
+ }
+
+ p {
+ font-size: 14px;
+ color: var(--grey);
+ margin-top: 10px;
+ }
+
+ &:nth-child(1) {
+ width: 40%;
+ }
+
+ &:nth-child(2) {
+ width: 100px;
+ color: var(--grey);
+ font-size: 14px;
+
+ .count {
+ font-size: 36px;
+ font-weight: 700;
+ color: var(--dark-grey);
+ display: inline-block;
+ }
+ }
+
+ button {
+ width: 100px;
+ }
+ }
+ }
+}
diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts
index 0824577..f104d63 100644
--- a/src/app/dashboard/dashboard.component.ts
+++ b/src/app/dashboard/dashboard.component.ts
@@ -1,15 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
- selector: 'app-dashboard',
- templateUrl: './dashboard.component.html',
- styleUrls: ['./dashboard.component.scss']
+ selector: 'app-dashboard',
+ templateUrl: './dashboard.component.html',
+ styleUrls: ['./dashboard.component.scss']
})
export class DashboardComponent implements OnInit {
- constructor() { }
+ constructor() { }
- ngOnInit() {
- }
+ ngOnInit() {
+ }
}
diff --git a/src/app/widgets-holder/widgets-holder.component.html b/src/app/widgets-holder/widgets-holder.component.html
index 0e21356..e5a22e2 100644
--- a/src/app/widgets-holder/widgets-holder.component.html
+++ b/src/app/widgets-holder/widgets-holder.component.html
@@ -9,7 +9,7 @@
-