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
6bff4170
Commit
6bff4170
authored
Jan 21, 2013
by
Brian Talbot
Committed by
John Jarvis
Jan 23, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaning up LMS Sass variables a bit
parent
1db87e05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
22 deletions
+15
-22
lms/static/sass/base/_variables.scss
+15
-14
lms/static/sass/multicourse/_testcenter-register.scss
+0
-8
No files found.
lms/static/sass/base/_variables.scss
View file @
6bff4170
$baseline
:
20px
;
$gw-column
:
80px
;
$gw-gutter
:
20px
;
$fg-column
:
$gw-column
;
$fg-gutter
:
$gw-gutter
;
$fg-max-columns
:
12
;
...
...
@@ -8,25 +9,24 @@ $fg-max-width: 1400px;
$fg-min-width
:
810px
;
$sans-serif
:
'Open Sans'
,
$verdana
;
$body-font-family
:
$sans-serif
;
$serif
:
$georgia
;
$monospace
:
Monaco
,
'Bitstream Vera Sans Mono'
,
'Lucida Console'
,
monospace
;
$body-font-size
:
em
(
14
);
$body-line-height
:
golden-ratio
(
.875em
,
1
);
$base-font-color
:
rgb
(
60
,
60
,
60
);
$lighter-base-font-color
:
rgb
(
100
,
100
,
100
);
$serif
:
$georgia
;
$blue
:
rgb
(
29
,
157
,
217
);
$pink
:
rgb
(
182
,
37
,
104
);
$yellow
:
rgb
(
255
,
252
,
221
);
$red
:
rgb
(
178
,
6
,
16
);
$error-red
:
rgb
(
253
,
87
,
87
);
$border-color
:
#C8C8C8
;
$sidebar-color
:
#f6f6f6
;
$outer-border-color
:
#aaa
;
$light-gray
:
rgb
(
221
,
221
,
221
);
$dark-gray
:
rgb
(
51
,
51
,
51
);
$border-color
:
rgb
(
200
,
200
,
200
);
$sidebar-color
:
rgb
(
246
,
246
,
246
);
$outer-border-color
:
rgb
(
170
,
170
,
170
);
// old variables
$light-gray
:
#ddd
;
$dark-gray
:
#333
;
$base-font-color
:
rgb
(
60
,
60
,
60
);
$lighter-base-font-color
:
rgb
(
100
,
100
,
100
);
$text-color
:
$dark-gray
;
$body-font-family
:
$sans-serif
;
$body-font-size
:
em
(
14
);
$body-line-height
:
golden-ratio
(
.875em
,
1
);
\ No newline at end of file
lms/static/sass/multicourse/_testcenter-register.scss
View file @
6bff4170
// ==========
$baseline
:
20px
;
$yellow
:
rgb
(
255
,
235
,
169
);
$red
:
rgb
(
178
,
6
,
16
);
// ==========
.testcenter-register
{
@include
clearfix
;
padding
:
60px
0px
120px
;
...
...
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