updated frontend from typescript to javascript

This commit is contained in:
cnachtigall1991
2021-10-05 00:16:20 +02:00
parent 27edfd0cfe
commit 886f182ff2
41 changed files with 1183 additions and 28 deletions

21
scss/custom.scss Normal file
View File

@@ -0,0 +1,21 @@
// Custom.scss
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
// Default variable overrides
$font-family-base: 'Roboto';
//$primary: #292c34;
//$secondary: #23262d;
//$body-bg: #2e3139;
//$blue: #4a90e2;
$body-color: white;
$primary: #888f98;
$secondary: #10121a;
$body-bg: #1b2732;
$blue: #5f7892;
$warning: #c3a235;
$info: $blue;
$success: #609926;
// Bootstrap
@import "../node_modules/bootstrap/scss/bootstrap";