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
e1fae8e8
Commit
e1fae8e8
authored
Jan 22, 2013
by
Brian Talbot
Committed by
John Jarvis
Jan 23, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drupal integration - color syncing with marketing site standards
parent
bb66f896
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
11 deletions
+12
-11
lms/static/sass/base/_variables.scss
+2
-1
lms/static/sass/multicourse/_account.scss
+5
-5
lms/static/sass/shared/_footer.scss
+3
-3
lms/static/sass/shared/_header.scss
+2
-2
No files found.
lms/static/sass/base/_variables.scss
View file @
e1fae8e8
...
...
@@ -28,7 +28,8 @@ $outer-border-color: rgb(170, 170, 170);
// edx.org-related
$m-gray-l
:
rgb
(
247
,
247
,
247
);
$m-gray
:
rgb
(
67
,
67
,
67
);
$m-blue
:
rgb
(
2
,
159
,
211
);
$m-blue
:
rgb
(
23
,
135
,
183
);
$m-blue-s
:
rgb
(
2
,
159
,
211
);
$m-base-font-size
:
em
(
16
);
...
...
lms/static/sass/multicourse/_account.scss
View file @
e1fae8e8
...
...
@@ -49,8 +49,8 @@
}
&
:hover
,
&
:active
{
border-bottom
:
1px
dotted
shade
(
$m-blue
,
20%
)
;
color
:
shade
(
$m-blue
,
20%
)
;
border-bottom
:
1px
dotted
$m-blue-s
;
color
:
$m-blue-s
;
}
}
...
...
@@ -285,11 +285,11 @@
&
.is-focused
{
label
{
color
:
$m-blue
;
color
:
$m-blue
-s
;
}
.tip
{
color
:
tint
(
$m-blue
,
30%
)
;
color
:
$m-blue-s
;
}
}
...
...
@@ -335,7 +335,7 @@
@include
clearfix
();
button
[
type
=
"submit"
]
{
@include
button
(
simple
,
$
blue
);
@include
button
(
simple
,
$
m-blue-s
);
@include
box-sizing
(
border-box
);
@include
border-radius
(
3px
);
padding
:
(
$baseline
*
0
.75
)
$baseline
;
...
...
lms/static/sass/shared/_footer.scss
View file @
e1fae8e8
...
...
@@ -25,8 +25,8 @@
}
&
:hover
,
&
:active
{
border-bottom
:
1px
dotted
shade
(
$m-blue
,
20%
)
;
color
:
shade
(
$m-blue
,
20%
)
;
border-bottom
:
1px
dotted
$m-blue-s
;
color
:
$m-blue-s
;
}
}
...
...
@@ -48,7 +48,7 @@
color
:
tint
(
$black
,
20%
);
&
:hover
,
&
:active
{
color
:
shade
(
$m-blue
,
20%
)
;
color
:
$m-blue-s
;
}
}
...
...
lms/static/sass/shared/_header.scss
View file @
e1fae8e8
...
...
@@ -275,7 +275,7 @@ header.global {
&
:hover
,
&
:active
{
text-decoration
:
none
;
color
:
$m-blue
;
color
:
$m-blue
-s
;
}
}
}
...
...
@@ -295,7 +295,7 @@ header.global {
display
:
inline-block
;
a
{
@include
button
(
simple
,
$blue
);
@include
button
(
simple
,
$
m-
blue
);
@include
box-sizing
(
border-box
);
@include
border-radius
(
3px
);
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
);
...
...
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