From f50278fba0bc4261dd3b75ba41b7d2d73bac4d4b Mon Sep 17 00:00:00 2001 From: Gabriel Rodriguez Alsina Date: Mon, 22 Apr 2019 15:45:53 -0300 Subject: [PATCH] (fix) base styles adjustments --- apps/block_scout_web/assets/css/theme/_neutral_variables.scss | 2 ++ apps/block_scout_web/assets/css/theme/_variables.scss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/block_scout_web/assets/css/theme/_neutral_variables.scss b/apps/block_scout_web/assets/css/theme/_neutral_variables.scss index 6161771d41..a0fe581bd1 100644 --- a/apps/block_scout_web/assets/css/theme/_neutral_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_neutral_variables.scss @@ -3,3 +3,5 @@ $secondary: #687bf6; $tertiary: #687bf6; $base-border-color: #e2e5ec !default; + +$dashboard-line-color-price: #8286a9; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_variables.scss b/apps/block_scout_web/assets/css/theme/_variables.scss index 17ef232ee8..01bdc463d8 100644 --- a/apps/block_scout_web/assets/css/theme/_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_variables.scss @@ -11,7 +11,7 @@ // @import "musicoin_variables"; // @import "pirl_variables"; // @import "poa_variables"; -@import "posdao_variables"; +// @import "posdao_variables"; // @import "rinkeby_variables"; // @import "ropsten_variables"; // @import "social_variables";