.dashboard { & { @include absolute(0, 0, 0, 0); } &-summary { @include absolute(2rem, null, null, 2rem); } &-settings { @include absolute(1rem, 1rem, null, null); } &-title { font-size: 1.4rem; } gridster { background: none; } gridster-item { overflow: visible; } } .btn { z-index: 1000; } :host ::ng-deep { canvas { height: 12rem !important; margin-bottom: 0; margin-top: -1rem; } .subtext { margin-bottom: 2rem; } .card { & { @include force-height(16rem); height: 100%; } &-image { text-align: center; img { height: 5rem; } } h4 { a { color: $color-title; } } &-history { overflow-y: auto; } &-text { color: $color-text-decent; font-size: .9rem; font-weight: normal; } &-title { color: $color-title; font-size: 1.2rem; font-weight: light; margin-top: 1rem; } &-href { &:hover { @include box-shadow-outer(0, 3px, 16px, .2px); } } } .aggregation { & { text-align: center; } &-label { color: $color-text-decent; } &-value { font-size: 3rem; margin-bottom: .5rem; margin-top: 1rem; } } }