diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 7094b7b..dcf6276 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -50,7 +50,7 @@

-

Recent Transactions

+

  Recent Transactions

@@ -77,7 +77,32 @@

-

Pending Payments

+

  Pending Payments

+
+
+ + + + + + + + + + + + + + + + + +
+
+ +
+
+
\ No newline at end of file diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index e33ad0e..2f77536 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -11,12 +11,22 @@ .container.inner { width: 99%; min-height: calc(100vh - 48px); - background-color:chartreuse; + /* background-color:chartreuse; */ } + +$link-color: #f52e62; +$text-color: #3f517e; +$hr-color: rgba(0,0,0,0.35); +$hr-text-color: #453986; + +$letter-spacing: .32em; + +$background-color: #fff; + div.divider { font-family: "Share Tech Mono", monospace; - color: #fff; + color: $text-color; font-size: 2vh; text-shadow: 1px 1px 1px rgba(0, 0, 0, .45); @@ -118,14 +128,7 @@ div.divider { /* end of horizontal dividor */ - $link-color: #f52e62; - $text-color: #3f517e; - $hr-color: rgba(0,0,0,0.35); - $hr-text-color: #453986; - - $letter-spacing: .32em; - - $background-color: #fff; + hr { display: block; margin: 10px 0 -15px; diff --git a/src/app/dashboard/dist/dashboard.component.css b/src/app/dashboard/dist/dashboard.component.css index 0ba0a77..8907954 100644 --- a/src/app/dashboard/dist/dashboard.component.css +++ b/src/app/dashboard/dist/dashboard.component.css @@ -12,12 +12,12 @@ .container.inner { width: 99%; min-height: calc(100vh - 48px); - background-color: chartreuse; + /* background-color:chartreuse; */ } div.divider { font-family: "Share Tech Mono", monospace; - color: #fff; + color: #3f517e; font-size: 2vh; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45); display: flex;