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
ee618d42
Commit
ee618d42
authored
Nov 26, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1069 from MITx/feature/cas/tom/lms-styles
added basic lms styles
parents
c6a9f722
86ebba3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
71 additions
and
0 deletions
+71
-0
cms/static/sass/_lms.scss
+70
-0
cms/static/sass/base-style.scss
+1
-0
No files found.
cms/static/sass/_lms.scss
0 → 100644
View file @
ee618d42
.components
li
{
font-family
:
'Open Sans'
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
16px
;
line-height
:
1
.6
;
color
:
#3c3c3c
;
a
{
color
:
#1d9dd9
;
text-decoration
:
none
;
}
p
{
font-size
:
16px
;
line-height
:
1
.6
;
}
h1
{
float
:
none
;
}
h2
{
color
:
#646464
;
font-size
:
19px
;
font-weight
:
300
;
letter-spacing
:
1px
;
margin-bottom
:
15px
;
margin-left
:
0
;
text-transform
:
uppercase
;
}
h3
{
font-size
:
19px
;
font-weight
:
400
;
}
h4
{
background
:
none
;
padding
:
0
;
border
:
none
;
@include
box-shadow
(
none
);
font-size
:
16px
;
font-weight
:
400
;
}
code
{
margin
:
0
2px
;
padding
:
0px
5px
;
border-radius
:
3px
;
border
:
1px
solid
#eaeaea
;
white-space
:
nowrap
;
font-family
:
Monaco
,
monospace
;
font-size
:
14px
;
background-color
:
#f8f8f8
;
}
p
+
h2
,
ul
+
h2
,
ol
+
h2
,
p
+
h3
{
margin-top
:
40px
;
}
p
+
p
,
ul
+
p
,
ol
+
p
{
margin-top
:
20px
;
}
p
{
color
:
#3c3c3c
;
font
:
normal
1em
/
1
.6em
;
margin
:
0px
;
}
}
\ No newline at end of file
cms/static/sass/base-style.scss
View file @
ee618d42
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
@import
"modal"
;
@import
"modal"
;
@import
"alerts"
;
@import
"alerts"
;
@import
"login"
;
@import
"login"
;
@import
"lms"
;
@import
'jquery-ui-calendar'
;
@import
'jquery-ui-calendar'
;
@import
'content-types'
;
@import
'content-types'
;
...
...
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