diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 4230c30..3d65166 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -1,9 +1,10 @@ +

- Active + Active +


@@ -61,7 +63,7 @@

- On Hold + On Hold


diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index a328b35..8c33ddc 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -22,3 +22,12 @@ .panel { padding: 30px; } + +.radius { + border: auto; + border-radius: 10% !important; +} + +.font { + font-family: "Open Sans",sans-serif; +} -- libgit2 0.21.2