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
acb1c3aa
Commit
acb1c3aa
authored
Feb 13, 2014
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2566 from edx/giulio/remove-edx-bg-image
Removed default background image for home and courses pages
parents
ca37dffd
14345401
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
lms/static/sass/base/_variables.scss
+1
-1
lms/static/sass/multicourse/_course_about.scss
+1
-1
lms/static/sass/multicourse/_courses.scss
+1
-1
lms/static/sass/multicourse/_home.scss
+1
-0
No files found.
lms/static/sass/base/_variables.scss
View file @
acb1c3aa
...
...
@@ -302,7 +302,7 @@ $homepage__header--background: lighten($blue, 15%);
// ====================
// IMAGES: backgrounds
$homepage-bg-image
:
'../images/homepage-bg.jpg'
;
$homepage-bg-image
:
none
;
$login-banner-image
:
url(../images/bg-banner-account.png)
;
$register-banner-image
:
url(../images/bg-banner-account.png)
;
...
...
lms/static/sass/multicourse/_course_about.scss
View file @
acb1c3aa
...
...
@@ -5,7 +5,7 @@
header
.course-profile
{
background
:
$course-profile-bg
;
@include
background-image
(
url($homepage-bg-image)
)
;
background-image
:
$homepage-bg-image
;
background-size
:
cover
;
box-shadow
:
0
1px
80px
0
rgba
(
0
,
0
,
0
,
0
.5
);
border-bottom
:
1px
solid
$border-color-3
;
...
...
lms/static/sass/multicourse/_courses.scss
View file @
acb1c3aa
...
...
@@ -5,7 +5,7 @@
header
.search
{
background
:
$course-profile-bg
;
background-size
:
cover
;
@include
background-image
(
url($homepage-bg-image)
)
;
background-image
:
$homepage-bg-image
;
background-position
:
center
top
!
important
;
border-bottom
:
1px
solid
$border-color-3
;
box-shadow
:
inset
0
-1px
8px
0
rgba
(
0
,
0
,
0
,
0
.2
)
,
inset
0
1px
12px
0
rgba
(
0
,
0
,
0
,
0
.3
);
...
...
lms/static/sass/multicourse/_home.scss
View file @
acb1c3aa
...
...
@@ -9,6 +9,7 @@
>
header
{
@include
linear-gradient
(
$homepage__header--gradient__color--alpha
,
$homepage__header--gradient__color--bravo
);
background-size
:
cover
;
background-image
:
$homepage-bg-image
;
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
);
@include
clearfix
;
...
...
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