Commit e58b0e5e by Giulio Gratta

put homepage background image back

parent 8e1ed573
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
> header { > header {
@include linear-gradient($homepage__header--gradient__color--alpha, $homepage__header--gradient__color--bravo); @include linear-gradient($homepage__header--gradient__color--alpha, $homepage__header--gradient__color--bravo);
background-size: cover; background-size: cover;
@include background-image(url($homepage-bg-image));
border-bottom: 1px solid $border-color-3; border-bottom: 1px solid $border-color-3;
box-shadow: 0 1px 0 0 $course-header-bg, inset 0 -1px 5px 0 rgba(0,0,0, 0.1); box-shadow: 0 1px 0 0 $course-header-bg, inset 0 -1px 5px 0 rgba(0,0,0, 0.1);
@include clearfix; @include clearfix;
......
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