Move colors for node types to config

This commit is contained in:
Pablo Vazquez 2016-11-24 18:46:26 +01:00
parent 3e6a9909da
commit c8ae748bd6
2 changed files with 7 additions and 7 deletions

View File

@ -105,6 +105,13 @@ $project_footer-height: 30px
$navbar-height: 50px $navbar-height: 50px
$navbar-backdrop-height: 600px $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: 160px
$list-node-children-item-width_list: 48px $list-node-children-item-width_list: 48px
$z-index-base: 13 $z-index-base: 13

View File

@ -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 .dashboard-container
display: flex display: flex
justify-content: space-around justify-content: space-around