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
e9d47498
Commit
e9d47498
authored
Jun 05, 2013
by
Brian Talbot
Committed by
Nate Hardison
Jun 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
theming - resolves some variable defintions to help with edX theme
parent
11089962
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/static/sass/base/_variables.scss
+1
-1
lms/static/sass/multicourse/_account.scss
+1
-1
No files found.
lms/static/sass/base/_variables.scss
View file @
e9d47498
...
...
@@ -87,7 +87,7 @@ $dashboard-profile-header-color: transparent;
$dashboard-profile-color
:
rgb
(
252
,
252
,
252
);
$dot-color
:
$light-gray
;
$content-wrapper-bg
:
rgb
(
255
,
255
,
255
);
$content-wrapper-bg
:
shade
(
$body-bg
,
2%
);
$course-bg-color
:
#d6d6d6
;
$course-bg-image
:
url(../images/bg-texture.png)
;
...
...
lms/static/sass/multicourse/_account.scss
View file @
e9d47498
...
...
@@ -107,7 +107,7 @@
@include
clearfix
;
margin
:
0
auto
;
width
:
960px
;
background
:
$
body-bg
;
background
:
$
white
;
}
.container
{
...
...
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