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
26852459
Commit
26852459
authored
Jun 03, 2013
by
Giulio Gratta
Committed by
Nate Hardison
Jun 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a few text weights and moved ugly mixins to mixin file and implemented in shame file
parent
27fce3e4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
23 deletions
+26
-23
lms/static/sass/_shame.scss
+14
-0
lms/static/sass/base/_mixins.scss
+9
-0
lms/static/sass/base/_variables.scss
+0
-12
lms/static/sass/multicourse/_account.scss
+2
-10
lms/static/sass/shared/_footer.scss
+1
-1
No files found.
lms/static/sass/_shame.scss
View file @
26852459
...
...
@@ -98,3 +98,16 @@
}
}
}
//--------------------------------------
// The Following is to enable themes to
// display H1s on login and register pages
//--------------------------------------
.view-login
.introduction
header
h1
,
.view-register
.introduction
header
h1
{
@include
login_register_h1_style
;
}
footer
.references
{
@include
footer_references_style
;
}
\ No newline at end of file
lms/static/sass/base/_mixins.scss
View file @
26852459
...
...
@@ -42,3 +42,11 @@
overflow
:
hidden
;
display
:
block
;
}
//-----------------
// Theme Mixin Styles
//-----------------
@mixin
login_register_h1_style
{}
@mixin
footer_references_style
{}
\ No newline at end of file
lms/static/sass/base/_variables.scss
View file @
26852459
...
...
@@ -133,15 +133,3 @@ $login-banner-image: 'transparent url("../images/bg-banner-login.png") 0 0 no-re
$register-banner-image
:
'transparent url("../images/bg-banner-register.png") 0 0 no-repeat'
;
$video-thumb-url
:
'../images/courses/video-thumb.jpg'
;
//-----------------
// Mixin Styles
//
// THIS MIGHT BE A GOOD WAY TO DEAL WITH LARGE CHUNKS OF SASS THAT WE WANT TO ALLOW THEMING ON...
// WE MAY WANT TO SEPERATE THEM OUT INTO ITS OWN "MIXINS" SCSS FILE
//-----------------
@mixin
login_register_h1_style
{}
@mixin
footer_references_style
{
margin
:
-10px
0
0
0
;
}
lms/static/sass/multicourse/_account.scss
View file @
26852459
...
...
@@ -20,7 +20,7 @@
.heading-2
{
font-size
:
25px
;
margin
:
0
0
$baseline
0
;
font-weight
:
bold
;
font-weight
:
300
;
text-transform
:
uppercase
;
color
:
$link-color
;
}
...
...
@@ -143,7 +143,7 @@
&
:link
,
&
:visited
,
&
:hover
,
&
:active
{
color
:
$link-color
;
font-weight
:
bold
;
font-weight
:
400
;
text-decoration
:
none
!
important
;
font-family
:
$sans-serif
;
}
...
...
@@ -494,10 +494,6 @@
height
:
120px
;
border-bottom
:
1px
solid
$m-gray
;
background
:
$login-banner-image
;
h1
{
@include
login_register_h1_style
;
}
}
}
}
...
...
@@ -512,10 +508,6 @@
height
:
120px
;
border-bottom
:
1px
solid
$m-gray
;
background
:
transparent
url("../images/bg-banner-register.png")
0
0
no-repeat
;
h1
{
@include
login_register_h1_style
;
}
}
}
}
...
...
lms/static/sass/shared/_footer.scss
View file @
26852459
...
...
@@ -82,7 +82,7 @@
// references
.references
{
@include
footer_references_style
;
margin
:
-10px
0
0
0
;
width
:
flex-grid
(
4
,
12
);
float
:
right
;
...
...
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