Style tweaks on projects
Plus re-ordering and minor cleanup
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user