Updated styling of frontend

This commit is contained in:
grimsi
2022-08-04 21:19:57 +02:00
parent f335d770eb
commit 195981d0f7
15 changed files with 119 additions and 53 deletions
@@ -5,7 +5,7 @@ import {DetectedGameDto} from "../../models/dtos/DetectedGameDto";
@Component({
selector: 'app-gameserver-list',
templateUrl: './library-overview.component.html',
styleUrls: ['./library-overview.component.css']
styleUrls: ['./library-overview.component.scss']
})
export class LibraryOverviewComponent implements AfterViewInit {