Fix small screen header on interior pages

This commit is contained in:
John Firebaugh 2013-11-11 14:56:33 -08:00
parent 1082d3a653
commit 0e80a84374
3 changed files with 21 additions and 17 deletions

View file

@ -0,0 +1,17 @@
/* Parameters */
$lineheight: 20px;
$typeheight: 14px;
$offwhite: #f4f4ff;
$blue: #7092FF;
$lightblue: #B8C5F0;
$green: #7ebc6f;
$grey: #CCC;
$red: red;
$lightgrey: #EEE;
$darkgrey: #AAA;
$hovercolor: 20%;
$headerHeight: 54px;
$sidebarWidth: 300px;
$keyline: 1px solid $lightgrey;
$border-radius: 3px;