Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
26eefc94
Commit
26eefc94
authored
Jan 29, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: removes broken home header image and replaces with basic gradient background
LMS-2121
parent
9f8f80b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lms/static/sass/base/_variables.scss
+7
-0
lms/static/sass/multicourse/_home.scss
+1
-2
No files found.
lms/static/sass/base/_variables.scss
View file @
26eefc94
...
...
@@ -285,6 +285,13 @@ $footer_margin: ($baseline/4) 0 ($baseline*1.5) 0;
// ====================
// VIEWS: homepage
$homepage__header--gradient__color--alpha
:
lighten
(
$blue
,
15%
);
$homepage__header--gradient__color--bravo
:
saturate
(
$blue
,
30%
);
$homepage__header--background
:
lighten
(
$blue
,
15%
);
// ====================
// IMAGES: backgrounds
$homepage-bg-image
:
'../images/homepage-bg.jpg'
;
...
...
lms/static/sass/multicourse/_home.scss
View file @
26eefc94
...
...
@@ -7,8 +7,7 @@
}
>
header
{
background
:
$dashboard-profile-color
;
@include
background-image
(
url($homepage-bg-image)
);
@include
linear-gradient
(
$homepage__header--gradient__color--alpha
,
$homepage__header--gradient__color--bravo
);
background-size
:
cover
;
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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment