[Frontend] New symbols font and CSS adjustments, in-progress

WTD-980
WTD-396
This commit is contained in:
Charles Hacskaylo
2015-06-23 16:07:29 -07:00
parent 7493f76d06
commit db3e132799
19 changed files with 242 additions and 413 deletions

View File

@@ -75,7 +75,7 @@ $ltGamma: 20%;
$btnFontSizeToH: 0.45;
// User Environment
$ueTopBarH: 30px; // Change to 45px when breadcrumb is enabled
$ueTopBarH: 24px; // Change to when breadcrumb is enabled
$ueTopBarEditH: 30px;
$ueTopBarBtnH: 35px;
$ueFooterH: 20px;
@@ -96,7 +96,7 @@ $ovrFooterH: 40px;
//Items
$ueBrowseGridItemLg: 200px;
$ueBrowseGridItemTopBarH: 20px;
$ueBrowseGridItemBottomBarH: 40px;
$ueBrowseGridItemBottomBarH: 30px;
$colorItemBase: lighten($colorBodyBg, 5%);
$colorItemFg: lighten($colorItemBase, 20%);
$colorItemSelected: $colorKey;