Skip to content

Commit af04286

Browse files
committed
cleaned up some unused styling
1 parent 29b9284 commit af04286

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

src/app/styles/abstracts/_variablesLM.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ $text-font-stack: 'Outfit', sans-serif !default;
99
$primary-color: #284b63;
1010
$primary-color-weak: #81929e;
1111
$primary-color-strong: #3c6e71;
12-
$secondary-color: #df6f37;
1312

1413
//gradient used for some buttons
1514
$primary-strong-gradient: linear-gradient(
@@ -25,12 +24,6 @@ $background-color-weak: #d9d9d9;
2524
$contrasting-color: #161617;
2625
$contrasting-color-weak: #353536;
2726

28-
/// HEATMAP COLORS
29-
$heat-level-1: #f1b476;
30-
$heat-level-2: #e4765b;
31-
$heat-level-3: #c64442;
32-
$heat-level-4: #8c2743;
33-
3427
/////////////////////////////////////////////////////////////////////
3528
// ALL OF THE FOLLOWING COLORS SHOULD REFERENCE A COLOR FROM ABOVE //
3629
/////////////////////////////////////////////////////////////////////

src/app/styles/base/_typography.scss

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/app/styles/main.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929

3030
// 1. Configuration and helpers
3131
@import 'abstracts/variablesLM';
32-
//@import 'abstracts/variables';
3332

3433
// 3. Base stuff
35-
@import 'base/base', 'base/helpers', 'base/typography';
34+
@import 'base/base', 'base/helpers';
3635

3736
// 4. Layout-related sections
3837
@import 'layout/mainContainer', 'layout/bodyContainer', 'layout/actionContainer',

0 commit comments

Comments
 (0)