Fix small screen header on interior pages
This commit is contained in:
parent
1082d3a653
commit
0e80a84374
3 changed files with 21 additions and 17 deletions
17
app/assets/stylesheets/parameters.scss
Normal file
17
app/assets/stylesheets/parameters.scss
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue