Style tweaks on projects

Plus re-ordering and minor cleanup
This commit is contained in:
2017-09-17 20:11:04 +02:00
parent 53ac29cfd1
commit b2cfe46438
6 changed files with 58 additions and 68 deletions

View File

@@ -1,10 +1,10 @@
$color-background: #eaebec
$color-background-light: lighten($color-background, 5%)
$color-background-dark: darken($color-background, 5%)
$color-background-nav: hsl(hue($color-background), 20%, 25%)
$color-background-nav: hsl(hue($color-background), 25%, 35%)
$color-background-nav-light: hsl(hue($color-background), 20%, 40%)
$color-background-nav-dark: hsl(hue($color-background), 20%, 15%)
$color-background-nav-light: hsl(hue($color-background), 25%, 45%)
$color-background-nav-dark: hsl(hue($color-background), 25%, 15%)
$color-background-active: #dff5f6 // background colour for active items.
$color-background-active-dark: hsl(hue($color-background-active), 50%, 50%)
@@ -115,7 +115,7 @@ $node-type-comment: #66ccbd
$node-type-group: #c3a280
$node-type-post: #647bce
$list-node-children-item-width: 200px
$list-node-children-item-width: 220px
$list-node-children-item-width_list: 60px
$list-node-children-item-width_square: 160px
$z-index-base: 13