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
def8b5bf
Commit
def8b5bf
authored
Aug 25, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: removing breakpoint-centric styling + small comment cleaning on edx-specific footer
parent
b3594b69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
126 deletions
+4
-126
lms/static/sass/base/_variables.scss
+0
-9
lms/static/sass/shared/_footer.scss
+4
-117
No files found.
lms/static/sass/base/_variables.scss
View file @
def8b5bf
...
...
@@ -12,15 +12,6 @@ $fg-max-columns: 12;
$fg-max-width
:
1400px
;
$fg-min-width
:
810px
;
// Card Sizes
// breakpoints for course cards
$bp-xl-min
:
1180px
;
$bp-l-min
:
980px
;
$bp-m-min
:
768px
;
$bp-s-min
:
320px
;
$bp-s-max
:
320px
;
$bp-m-max
:
768px
;
// ====================
// FONTS
...
...
lms/static/sass/shared/_footer.scss
View file @
def8b5bf
//---------------------------------
// edX.org specific footer styles.
//---------------------------------
// edX theme: LMS Footer
// ====================
.region-footer
{
border
:
1px
solid
#f1f1f1
;
...
...
@@ -186,120 +185,8 @@
}
}
/*
* Smarthphone Portrait
*/
@media
only
screen
and
(
min-width
:
$bp-s-min
)
{
.region-footer
{
background
:
none
;
background-color
:
#fcfcfc
;
}
.region-footer-columns
{
.region-footer-first
{
width
:
100%
;
float
:
none
;
}
.region-footer-second
{
width
:
100%
;
float
:
none
;
nav
{
width
:
100%
;
padding-left
:
0px
;
padding-right
:
0px
;
border-left
:
none
;
border-right
:
none
;
margin-top
:
30px
;
}
section
.block-menu-social
{
width
:
100%
;
padding
:
0px
;
margin-top
:
30px
;
}
}
ul
.menu
li
a
.fa
{
line-height
:
42px
;
}
}
}
/*
* Smartphone Landscape and up
*/
@media
only
screen
and
(
min-width
:
$bp-m-min
)
{
.region-footer
{
background
:
#fcfcfc
url("../images/footer-seal.png")
-310px
20px
no-repeat
;
}
.region-footer-columns
{
.region-footer-first
{
width
:
50%
;
float
:
left
;
}
.region-footer-second
{
width
:
50%
;
float
:
left
;
nav
{
width
:
43%
;
padding-right
:
20px
;
padding-left
:
25px
;
border-left
:
1px
solid
#e6e6e6
;
border-right
:
1px
solid
#e6e6e6
;
margin-top
:
15px
;
float
:
left
;
}
section
.block-menu-social
{
width
:
33%
;
padding
:
0px
15px
15px
20px
;
margin-top
:
15px
;
float
:
left
!
important
;
}
}
}
}
/*
* Tablet and up
*/
@media
only
screen
and
(
min-width
:
$bp-l-min
)
{
.region-footer-columns
{
.region-footer-second
{
nav
{
width
:
45%
;
}
section
.block-menu-social
{
width
:
35%
;
}
}
ul
.menu
li
a
.fa
{
line-height
:
36px
;
}
}
}
/*
* Desktops/laptops and up
*/
@media
only
screen
and
(
min-width
:
$bp-xl-min
)
{
>
.region-container-inner
{
margin
:auto
!
important
;}
.region-footer-columns
{
.region-footer-second
{
nav
{
width
:
43%
;
}
section
.block-menu-social
{
width
:
42%
;
}
}
}
}
//-----------------------------------------
// Open Source edX Footer Styling
//-----------------------------------------
// LMS: footer
// ====================
.wrapper-footer
{
box-shadow
:
0
-1px
5px
0
rgba
(
0
,
0
,
0
,
0
.1
);
border-top
:
1px
solid
tint
(
$m-gray
,
50%
);
...
...
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