@ -3,7 +3,6 @@
.apps {
&-title {
font-weight: light;
font-size: 1.4rem;
}
@ -7,7 +7,7 @@
<h1 class="dashboard-title">Hi {{authState.user?.displayName}}</h1>
<div class="subtext">
Welcome to <span class="app-name">{{app.displayName}}</span> dashboard.
Welcome to <strong>{{app.displayName}}</strong> dashboard.
</div>
@ -8,7 +8,6 @@
@ -19,6 +18,10 @@
.subtext {
margin-bottom: 2rem;
:host ::ng-deep {
canvas {
height: 12rem !important;
@ -27,12 +30,6 @@
margin-top: .5rem;
margin-bottom: .8rem;
color: $color-text-decent;
.card {
& {
margin-right: 1rem;
@ -104,7 +101,3 @@
margin-bottom: .5rem;
.app-name {
color: $color-title;
@ -547,6 +547,14 @@ a {
//
// Cards
border-bottom-width: 2px;
border-top-width: 0;
// Table Helpers