Convert course home page to Bootstrap

LEARNER-1694

Fix a11y failure

Fix header styling

Fix layout issues

Further layout fixes
This commit is contained in:
Andy Armstrong
2017-09-27 20:33:27 -04:00
parent db6570b754
commit 374cdb0a3d
53 changed files with 795 additions and 689 deletions

View File

@@ -86,9 +86,9 @@
}
// ----------------------------
// #BRAND
// #PRIMARY
// ----------------------------
.btn-brand {
.btn-primary {
@extend %btn-shims;
border-color: $btn-brand-border-color;
@@ -150,3 +150,10 @@
color: $btn-upgrade-color;
}
}
// ----------------------------
// #BRAND
// ----------------------------
.btn-brand {
@extend .btn-primary;
}