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
4b9ab319
Commit
4b9ab319
authored
Sep 13, 2016
by
Chris
Committed by
GitHub
Sep 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13438 from edx/clrux/ac-581-dashboard-contrast
AC-581 using UXPL values for course types on dashboard
parents
ba1df07f
ae4e4c13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lms/static/sass/partials/base/_variables.scss
+4
-4
No files found.
lms/static/sass/partials/base/_variables.scss
View file @
4b9ab319
...
...
@@ -246,7 +246,7 @@ $m-gray-t1: rgba($m-gray,0.25);
$m-gray-t2
:
rgba
(
$m-gray
,
0
.50
);
$m-gray-t3
:
rgba
(
$m-gray
,
0
.75
);
$m-blue
:
rgb
(
26
,
161
,
222
);
$m-blue
:
$uxpl-blue-base
;
// uxpl blue base
$m-blue-l1
:
rgb
(
43
,
172
,
230
);
$m-blue-l2
:
rgb
(
66
,
181
,
233
);
$m-blue-l3
:
rgb
(
89
,
190
,
236
);
...
...
@@ -264,7 +264,7 @@ $m-blue-t1: rgba($m-blue,0.25);
$m-blue-t2
:
rgba
(
$m-blue
,
0
.50
);
$m-blue-t3
:
rgba
(
$m-blue
,
0
.75
);
$m-pink
:
rgb
(
181
,
42
,
103
);
$m-pink
:
$uxpl-pink-base
;
// uxpl pink base
$m-pink-l1
:
rgb
(
202
,
47
,
115
);
$m-pink-l2
:
rgb
(
211
,
63
,
128
);
$m-pink-l3
:
rgb
(
215
,
84
,
142
);
...
...
@@ -274,7 +274,7 @@ $m-pink-d1: rgb(160,37,91);
$m-pink-d2
:
rgb
(
140
,
32
,
79
);
$m-pink-d3
:
rgb
(
119
,
28
,
68
);
$m-green
:
rgb
(
0
,
136
,
1
);
$m-green
:
$uxpl-green-base
;
// uxpl green base
$m-green-s1
:
rgb
(
96
,
188
,
97
);
$m-green-l1
:
tint
(
$m-green
,
20%
);
$m-green-l2
:
tint
(
$m-green
,
40%
);
...
...
@@ -305,7 +305,7 @@ $professional-color-lvl4: $m-pink-l3;
$professional-color-lvl5
:
$m-pink-l4
;
// edx-specific: honor code
$honorcode-color-lvl1
:
rgb
(
50
,
165
,
217
)
;
$honorcode-color-lvl1
:
$m-blue
;
$honorcode-color-lvl2
:
tint
(
$honorcode-color-lvl1
,
33%
);
// edx-specific: audit
...
...
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