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
b23e0fdc
Commit
b23e0fdc
authored
May 28, 2013
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styling and variable changes
parent
18d887b9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
13 deletions
+14
-13
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
-1
lms/static/sass/shared/_footer.scss
+8
-7
lms/static/sass/shared/_header.scss
+2
-2
No files found.
lms/static/sass/base/_variables.scss
View file @
b23e0fdc
...
@@ -65,7 +65,7 @@ $header-image: linear-gradient(-90deg, rgba(255,255,255, 1), rgba(230,230,230, 0
...
@@ -65,7 +65,7 @@ $header-image: linear-gradient(-90deg, rgba(255,255,255, 1), rgba(230,230,230, 0
$header-bg
:
rgb
(
255
,
255
,
255
);
$header-bg
:
rgb
(
255
,
255
,
255
);
$courseware-header-image
:
linear-gradient
(
top
,
#fff
,
#eee
);
$courseware-header-image
:
linear-gradient
(
top
,
#fff
,
#eee
);
$courseware-header-bg
:
transparent
;
$courseware-header-bg
:
transparent
;
$footer-bg
:
transparent
;
$footer-bg
:
$white
;
$courseware-footer-border
:
none
;
$courseware-footer-border
:
none
;
$courseware-footer-shadow
:
none
;
$courseware-footer-shadow
:
none
;
$courseware-footer-margin
:
0px
;
$courseware-footer-margin
:
0px
;
...
...
lms/static/sass/multicourse/_course_about.scss
View file @
b23e0fdc
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
border-bottom
:
1px
solid
$border-color-3
;
border-bottom
:
1px
solid
$border-color-3
;
@include
box-shadow
(
inset
0
1px
5px
0
rgba
(
0
,
0
,
0
,
0
.1
));
@include
box-shadow
(
inset
0
1px
5px
0
rgba
(
0
,
0
,
0
,
0
.1
));
height
:
280px
;
height
:
280px
;
margin-top
:
-
69
px
;
margin-top
:
-
77
px
;
padding-top
:
150px
;
padding-top
:
150px
;
overflow
:
hidden
;
overflow
:
hidden
;
position
:
relative
;
position
:
relative
;
...
...
lms/static/sass/multicourse/_courses.scss
View file @
b23e0fdc
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
border-bottom
:
1px
solid
$border-color-3
;
border-bottom
:
1px
solid
$border-color-3
;
@include
box-shadow
(
inset
0
-1px
8px
0
rgba
(
0
,
0
,
0
,
0
.2
)
,
inset
0
1px
12px
0
rgba
(
0
,
0
,
0
,
0
.3
));
@include
box-shadow
(
inset
0
-1px
8px
0
rgba
(
0
,
0
,
0
,
0
.2
)
,
inset
0
1px
12px
0
rgba
(
0
,
0
,
0
,
0
.3
));
height
:
430px
;
height
:
430px
;
margin-top
:
-
69
px
;
margin-top
:
-
77
px
;
width
:
100%
;
width
:
100%
;
.inner-wrapper
{
.inner-wrapper
{
...
...
lms/static/sass/multicourse/_home.scss
View file @
b23e0fdc
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
@include
clearfix
;
@include
clearfix
;
height
:
460px
;
height
:
460px
;
overflow
:
hidden
;
overflow
:
hidden
;
margin-top
:
-
69
px
;
margin-top
:
-
77
px
;
padding
:
0px
;
padding
:
0px
;
width
:
flex-grid
(
12
);
width
:
flex-grid
(
12
);
...
...
lms/static/sass/shared/_footer.scss
View file @
b23e0fdc
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
@include
box-shadow
(
0
-1px
5px
0
rgba
(
0
,
0
,
0
,
0
.1
));
@include
box-shadow
(
0
-1px
5px
0
rgba
(
0
,
0
,
0
,
0
.1
));
border-top
:
1px
solid
tint
(
$m-gray
,
50%
);
border-top
:
1px
solid
tint
(
$m-gray
,
50%
);
padding
:
25px
(
$baseline
/
2
)
(
$baseline
*
1
.5
)
(
$baseline
/
2
);
padding
:
25px
(
$baseline
/
2
)
(
$baseline
*
1
.5
)
(
$baseline
/
2
);
background
:
$
white
;
background
:
$
footer-bg
;
footer
{
footer
{
@include
clearfix
();
@include
clearfix
();
...
@@ -16,18 +16,18 @@
...
@@ -16,18 +16,18 @@
}
}
a
{
a
{
@include
transition
(
color
0
.15s
ease-in-out
,
border
0
.15s
ease-in-out
);
@include
transition
(
$link-
color
0
.15s
ease-in-out
,
border
0
.15s
ease-in-out
);
&
:link
,
&
:visited
,
&
:hover
,
&
:active
{
&
:link
,
&
:visited
,
&
:hover
,
&
:active
{
border-bottom
:
none
;
border-bottom
:
none
;
color
:
$
m-blue
;
color
:
$
base-font-color
;
text-decoration
:
none
!
important
;
text-decoration
:
none
!
important
;
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
}
}
&
:hover
,
&
:active
{
&
:hover
,
&
:active
{
border-bottom
:
1px
dotted
$m-blue-s1
;
border-bottom
:
1px
solid
$link-color
;
color
:
$
m-blue-s1
;
color
:
$
link-color
;
}
}
}
}
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
color
:
tint
(
$black
,
20%
);
color
:
tint
(
$black
,
20%
);
&
:hover
,
&
:active
{
&
:hover
,
&
:active
{
color
:
$
m-blue-s1
;
color
:
$
link-color
;
}
}
}
}
...
@@ -82,9 +82,10 @@
...
@@ -82,9 +82,10 @@
// references
// references
.references
{
.references
{
margin
:
-10px
0
0
0
;
margin
:
0
;
width
:
flex-grid
(
4
,
12
);
width
:
flex-grid
(
4
,
12
);
float
:
right
;
float
:
right
;
text-align
:
right
;
.nav-social
{
.nav-social
{
margin
:
0
;
margin
:
0
;
...
...
lms/static/sass/shared/_header.scss
View file @
b23e0fdc
...
@@ -281,11 +281,11 @@ header.global {
...
@@ -281,11 +281,11 @@ header.global {
a
{
a
{
@include
border-radius
(
0
);
@include
border-radius
(
0
);
@include
linear-gradient
(
$m-blue-s1
5%
,
$m-blue-d1
95%
);
@include
linear-gradient
(
shade
(
$link-color
,
15%
)
5%
,
saturate
(
$link-color
,
15%
)
95%
);
display
:
inline-block
;
display
:
inline-block
;
padding
:
$baseline
/
2
$baseline
*
2
.5
;
padding
:
$baseline
/
2
$baseline
*
2
.5
;
text-transform
:
lowercase
;
text-transform
:
lowercase
;
color
:
$
white
;
color
:
$
very-light-text
;
letter-spacing
:
0
.1rem
;
letter-spacing
:
0
.1rem
;
font-weight
:
300
;
font-weight
:
300
;
cursor
:
pointer
;
cursor
:
pointer
;
...
...
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