added parsed check to scoreboard, added team color vars + team-colors in damage-chart

This commit is contained in:
cnachtigall1991
2021-10-12 07:04:22 +02:00
parent 5227f05414
commit 33fd9f6b5c
6 changed files with 63 additions and 25 deletions

View File

@@ -3,10 +3,6 @@
// Default variable overrides
$font-family-base: 'Roboto';
//$primary: #292c34;
//$secondary: #23262d;
//$body-bg: #2e3139;
//$blue: #4a90e2;
$body-color: white;
$primary: #888f98;
@@ -27,4 +23,13 @@ $success: #609926;
// Bootstrap
@import "../node_modules/bootstrap/scss/bootstrap";
@import "../node_modules/@fortawesome/fontawesome-free/css/all.css";
@import "../node_modules/@fortawesome/fontawesome-free/css/all.css";
:root {
// CSGO COLORS
--csgo-Orange: #FE9A28;
--csgo-Blue: #5BA7FE;
--csgo-Yellow: #F7F52F;
--csgo-Purple: #A01BEF;
--csgo-Green: #04B462;
}