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
04e1c9e0
Commit
04e1c9e0
authored
May 24, 2013
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed a bunch of variables
parent
662ab581
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lms/static/sass/base/_variables.scss
+1
-1
lms/static/sass/course/layout/_courseware_header.scss
+1
-1
lms/static/sass/shared/_header.scss
+1
-1
No files found.
lms/static/sass/base/_variables.scss
View file @
04e1c9e0
...
...
@@ -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
;
...
...
lms/static/sass/course/layout/_courseware_header.scss
View file @
04e1c9e0
...
...
@@ -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
;
...
...
lms/static/sass/shared/_header.scss
View file @
04e1c9e0
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%
;
...
...
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