From c8ae748bd678ad409a939efef8d4efcf858dcbcb Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 24 Nov 2016 18:46:26 +0100 Subject: [PATCH] Move colors for node types to config --- src/styles/_config.sass | 7 +++++++ src/styles/_homepage.sass | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/styles/_config.sass b/src/styles/_config.sass index 3121f7f1..8caeb448 100644 --- a/src/styles/_config.sass +++ b/src/styles/_config.sass @@ -105,6 +105,13 @@ $project_footer-height: 30px $navbar-height: 50px $navbar-backdrop-height: 600px +$node-type-asset_image: #e87d86 +$node-type-asset_file: #CC91C7 +$node-type-asset_video: #7dc5e8 +$node-type-comment: #66ccbd +$node-type-group: #c3a280 +$node-type-post: #647bce + $list-node-children-item-width: 160px $list-node-children-item-width_list: 48px $z-index-base: 13 diff --git a/src/styles/_homepage.sass b/src/styles/_homepage.sass index a7b0e306..9ce7498e 100644 --- a/src/styles/_homepage.sass +++ b/src/styles/_homepage.sass @@ -1,10 +1,3 @@ -$node-type-asset_image: #e87d86 -$node-type-asset_file: #CC91C7 -$node-type-asset_video: #7dc5e8 -$node-type-comment: #66ccbd -$node-type-group: #c3a280 -$node-type-post: #647bce - .dashboard-container display: flex justify-content: space-around