creation of a courseware preview menu to contain staff view toggle.

This commit is contained in:
Marco Morales
2014-11-12 11:06:27 -05:00
committed by Andy Armstrong
parent 55d2f1d547
commit c4e8673db0
11 changed files with 94 additions and 71 deletions

View File

@@ -1,3 +1,6 @@
// lms - base
// ====================
// html {
// overflow-y: scroll;
// }

View File

@@ -360,12 +360,14 @@ $dashboard-course-cover-border: $light-gray;
// MISC: course assets
$content-wrapper-bg: $white;
$course-bg-color: #d6d6d6;
$course-bg-image: url(../images/bg-texture.png);
$course-bg-color: #f2f2f2;
$account-content-wrapper-bg: shade($body-bg, 2%);
$course-profile-bg: rgb(245,245,245);
$course-header-bg: rgba(255,255,255, 0.93);
// MISC: course background texture
//$course-bg-image: url(../images/bg-texture.png);
// MISC: borders
$border-color-1: rgb(190,190,190);
$border-color-2: rgb(200,200,200);