Minor changes, responding to pull request comments

This commit is contained in:
Ned Batchelder
2015-08-24 14:57:03 -04:00
committed by David Baumgold
parent a8dd9ca99d
commit 5d64f9a80b
10 changed files with 41 additions and 18 deletions

View File

@@ -2,6 +2,7 @@
// ====================
// Table of Contents
// * +Paths
// * +Grid
// * +Fonts
// * +Colors - Utility
@@ -11,11 +12,14 @@
// * +Timing
// * +Archetype UI
// * +Specific UI
// * +Paths
// * +Deprecated
$baseline: 20px;
// +Paths
// ====================
$static-path: '..' !default;
// +Grid
// ====================
$gw-column: ($baseline*3);
@@ -214,10 +218,6 @@ $ui-link-color-focus: $blue-s1;
$ui-notification-height: ($baseline*10);
$ui-update-color: $blue-l4;
// +Paths
// ====================
$static-path: '..' !default;
// +Deprecated
// ====================
// do not use, future clean up will use updated styles