AC-581 using UXPL values for course types on dashboard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user