Commit 04e1c9e0 by Giulio Gratta

fixed a bunch of variables

parent 662ab581
......@@ -62,7 +62,7 @@ $text-color: $dark-gray;
$body-bg: rgb(250,250,250);
$header-image: linear-gradient(-90deg, rgba(255,255,255, 1), rgba(230,230,230, 0.9));
$header-bg: transparent;
$header-bg: rgb(255, 255, 255);
$courseware-header-image: linear-gradient(top, #fff, #eee);
$courseware-header-bg: transparent;
$footer-bg: transparent;
......
......@@ -64,7 +64,7 @@ header.global.slim {
@include box-shadow(0 1px 2px rgba(0, 0, 0, .1));
height: 50px;
border-bottom: 1px solid $outer-border-color;
background: $white;
background: $header-bg;
.guest .secondary {
margin-right: 0;
......
header.global {
border-bottom: 1px solid $m-gray;
@include box-shadow(0 1px 5px 0 rgba(0,0,0, 0.1));
background: $white;
background: $header-bg;
height: 76px;
position: relative;
width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment