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

@@ -6,7 +6,7 @@ import { LogService } from 'src/app/services/rest/log.service';
@Component({
selector: 'app-logs',
templateUrl: './logs.component.html',
styleUrls: ['./logs.component.css']
styleUrls: ['./logs.component.scss']
})
export class LogsComponent implements OnInit {