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
06eede5d
Commit
06eede5d
authored
Dec 02, 2015
by
clrux
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10796 from edx/clrux/ac-253
LMS: changing blue to pink, ensuring contrast, for Studio/Staff
parents
fee79469
deaa0446
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
lms/static/sass/base/_variables.scss
+3
-2
lms/static/sass/course/courseware/_courseware.scss
+3
-3
lms/static/sass/multicourse/_course_about.scss
+2
-2
No files found.
lms/static/sass/base/_variables.scss
View file @
06eede5d
...
@@ -67,8 +67,6 @@ $gray-d2: shade($gray,40%) !default;
...
@@ -67,8 +67,6 @@ $gray-d2: shade($gray,40%) !default;
$gray-d3
:
shade
(
$gray
,
60%
)
!
default
;
$gray-d3
:
shade
(
$gray
,
60%
)
!
default
;
$gray-d4
:
shade
(
$gray
,
80%
)
!
default
;
$gray-d4
:
shade
(
$gray
,
80%
)
!
default
;
$blue
:
rgb
(
0
,
120
,
176
);
$yellow
:
rgb
(
255
,
252
,
221
);
$yellow
:
rgb
(
255
,
252
,
221
);
$pink
:
rgb
(
182
,
37
,
103
);
$pink
:
rgb
(
182
,
37
,
103
);
...
@@ -303,6 +301,9 @@ $audit-color-lvl2: tint($audit-color-lvl1, 33%);
...
@@ -303,6 +301,9 @@ $audit-color-lvl2: tint($audit-color-lvl1, 33%);
// edx-specific: credit
// edx-specific: credit
$credit-color-base
:
rgb
(
244
,
195
,
0
);
// accessible with black text
$credit-color-base
:
rgb
(
244
,
195
,
0
);
// accessible with black text
// edx-specific: Studio/Staff actions
$staff-color
:
$pink
;
// ----------------------------
// ----------------------------
// #TYPOGRAPHY
// #TYPOGRAPHY
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
06eede5d
...
@@ -30,16 +30,16 @@ html.video-fullscreen {
...
@@ -30,16 +30,16 @@ html.video-fullscreen {
.instructor-info-action
{
.instructor-info-action
{
@extend
%t-copy-sub2
;
@extend
%t-copy-sub2
;
@include
float
(
right
);
@include
float
(
right
);
margin-left
:
(
$baseline
/
2
);
@include
margin-left
(
$baseline
/
2
);
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
);
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
);
border-radius
:
(
$baseline
/
4
);
border-radius
:
(
$baseline
/
4
);
background-color
:
$shadow-l2
;
background-color
:
$shadow-l2
;
text-align
:
right
;
text-align
:
right
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
color
:
$
lighter-base-font
-color
;
color
:
$
staff
-color
;
&
:hover
{
&
:hover
{
background-color
:
$
link-hove
r
;
background-color
:
$
staff-colo
r
;
color
:
$white
;
color
:
$white
;
}
}
}
}
...
...
lms/static/sass/multicourse/_course_about.scss
View file @
06eede5d
...
@@ -252,10 +252,10 @@
...
@@ -252,10 +252,10 @@
background-color
:
$shadow-l2
;
background-color
:
$shadow-l2
;
text-align
:
right
;
text-align
:
right
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
color
:
$
lighter-base-font
-color
;
color
:
$
staff
-color
;
&
:hover
{
&
:hover
{
background-color
:
$
link-hove
r
;
background-color
:
$
staff-colo
r
;
color
:
$white
;
color
:
$white
;
}
}
}
}
...
...
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