removed path to framework in framework variables, added to assetAdmin

This commit is contained in:
Paul Clarke 2016-05-05 18:26:27 +12:00
parent 22f26d10a8
commit b87d0a3e3c
2 changed files with 2 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -701,6 +701,7 @@ $cms-panel-md: 448px;
$cms-panel-lg: 638px;
// Shadows, these need work to make consistent (used in AssetAdmin)
// TODO tidy all shadows cms wide
$shadow-light: rgba(0, 0, 0, .2);
$dropdown-shadow: 0 0 3px $shadow-light;
$gallery-item-shadow: 0 1px 4px $gray-light;
@ -710,10 +711,6 @@ $page-mask-light: rgba(236, 239, 241, .9);
// Variables for use within but not limited to the AssetAdmin module
// Gallery item path to framework
$framework-path: "../../../../framework";
// Gallery items
$gallery-thumb-width: 176px;