Merge pull request #1280 from edx/fix/frances/lms-video-dl-buttons2

Improving the video and transcript download buttons
This commit is contained in:
frances botsford
2013-10-10 07:10:38 -07:00
3 changed files with 46 additions and 8 deletions

View File

@@ -180,6 +180,7 @@ $ui-update-color: $blue-l4;
// inherited
$baseFontColor: $gray-d2;
$lighter-base-font-color: rgb(100,100,100);
$offBlack: #3c3c3c;
$green: #108614;
$lightGrey: #edf1f5;
@@ -199,3 +200,10 @@ $error-red: rgb(253, 87, 87);
// type
$sans-serif: $f-sans-serif;
$body-line-height: golden-ratio(.875em, 1);
// carried over from LMS for xmodules
$action-primary-active-bg: #1AA1DE; // $m-blue
$very-light-text: #fff;