Files
edx-platform/lms/static/sass/_variables.scss
Andy Armstrong 268bea9e62 Make the course content page responsive
LEARNER-2754
2017-11-01 17:34:04 -04:00

10 lines
287 B
SCSS

// LMS-specific variables
$text-width-readability-max: 900px;
// LMS-only colors
$audit-mode-color: rgb(74, 74, 74) !default;
$honor-mode-color: theme-color("primary") !default;
$verified-mode-color: theme-color("purchase") !default;
$professional-certificate-color: #9a1f60 !default;