added parsed check to scoreboard, added team color vars + team-colors in damage-chart
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user