now using SCSS for better theming support

This commit is contained in:
Jonas Winkler
2020-11-22 14:43:59 +01:00
parent 3e98f57256
commit 1292a7e120
60 changed files with 160 additions and 154 deletions

View File

@@ -15,7 +15,7 @@ export interface Statistics {
@Component({
selector: 'app-dashboard',
templateUrl: './dashboard.component.html',
styleUrls: ['./dashboard.component.css']
styleUrls: ['./dashboard.component.scss']
})
export class DashboardComponent implements OnInit {