This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Adam Bradley
2013-08-26 13:16:22 -05:00
gitea-unlock(16/)
parent 1d32058739
commit 3362303b7d
octicon-diff(16/tw-mr-1) 5 changed files with 20 additions and 14 deletions

2
scss/framework/structure/_bar.scss
View File

@@ -15,6 +15,8 @@
height: $barHeight;
padding: $barPaddingPortrait;
// Title inside of a bar is centered
.title {
/*

8
scss/framework/structure/_variables.scss
View File

@@ -15,11 +15,13 @@ $baseLineHeightComputed: floor($baseFontSize * $baseLineHeight); // ~20px
$contentPadding: 10px;
// Bar stuff
$barHeight: 50px !default;
$barLineHeight: 50px !default;
$barHeight: 44px !default;
$barLineHeight: 44px !default;
$barTitleFontSize: $fontSizeLarge;
$barTitleLineHeightComputed: 30px;//$barHeight - 2;
$barTitleLineHeightComputed: 26px;//$barHeight - 2;
$barPaddingVertical: (($barHeight - $baseLineHeightComputed) / 2);
$barPaddingPortrait: 8px;
$barPaddingLandscape : 5px;