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

@@ -12,7 +12,7 @@ import { DocumentDetailComponent } from '../document-detail/document-detail.comp
@Component({
selector: 'app-app-frame',
templateUrl: './app-frame.component.html',
styleUrls: ['./app-frame.component.css']
styleUrls: ['./app-frame.component.scss']
})
export class AppFrameComponent implements OnInit, OnDestroy {