diff --git a/frontend/app/features/apps/pages/apps-page.component.scss b/frontend/app/features/apps/pages/apps-page.component.scss
index 49daad2ed..5776d6080 100644
--- a/frontend/app/features/apps/pages/apps-page.component.scss
+++ b/frontend/app/features/apps/pages/apps-page.component.scss
@@ -3,7 +3,6 @@
.apps {
&-title {
- font-weight: light;
font-size: 1.4rem;
}
diff --git a/frontend/app/features/dashboard/pages/dashboard-page.component.html b/frontend/app/features/dashboard/pages/dashboard-page.component.html
index 08a2eb56d..64462fa58 100644
--- a/frontend/app/features/dashboard/pages/dashboard-page.component.html
+++ b/frontend/app/features/dashboard/pages/dashboard-page.component.html
@@ -7,7 +7,7 @@
Hi {{authState.user?.displayName}}
- Welcome to {{app.displayName}} dashboard.
+ Welcome to {{app.displayName}} dashboard.
diff --git a/frontend/app/features/dashboard/pages/dashboard-page.component.scss b/frontend/app/features/dashboard/pages/dashboard-page.component.scss
index cc50f6886..33106b62d 100644
--- a/frontend/app/features/dashboard/pages/dashboard-page.component.scss
+++ b/frontend/app/features/dashboard/pages/dashboard-page.component.scss
@@ -8,7 +8,6 @@
}
&-title {
- font-weight: light;
font-size: 1.4rem;
}
@@ -19,6 +18,10 @@
}
}
+.subtext {
+ margin-bottom: 2rem;
+}
+
:host ::ng-deep {
canvas {
height: 12rem !important;
@@ -27,12 +30,6 @@
}
}
-.subtext {
- margin-top: .5rem;
- margin-bottom: .8rem;
- color: $color-text-decent;
-}
-
.card {
& {
margin-right: 1rem;
@@ -103,8 +100,4 @@
margin-top: 1rem;
margin-bottom: .5rem;
}
-}
-
-.app-name {
- color: $color-title;
}
\ No newline at end of file
diff --git a/frontend/app/theme/_bootstrap.scss b/frontend/app/theme/_bootstrap.scss
index 74e2b75f5..cc9e56b56 100644
--- a/frontend/app/theme/_bootstrap.scss
+++ b/frontend/app/theme/_bootstrap.scss
@@ -547,6 +547,14 @@ a {
}
}
+//
+// Cards
+//
+.card {
+ border-bottom-width: 2px;
+ border-top-width: 0;
+}
+
//
// Table Helpers
//