Commit 4187090d by Frances Botsford Committed by David Baumgold

removed non-existent sass extends from LMS: .table-wrapper, .dullify, .trans, .problem-set

parent 41d9fa37
...@@ -83,7 +83,6 @@ div.video { ...@@ -83,7 +83,6 @@ div.video {
} }
ul.vcr { ul.vcr {
@extend .dullify;
float: left; float: left;
list-style: none; list-style: none;
margin: 0 lh() 0 0; margin: 0 lh() 0 0;
...@@ -144,7 +143,6 @@ div.video { ...@@ -144,7 +143,6 @@ div.video {
} }
div.secondary-controls { div.secondary-controls {
@extend .dullify;
float: right; float: right;
div.speeds { div.speeds {
...@@ -470,7 +468,6 @@ div.video { ...@@ -470,7 +468,6 @@ div.video {
} }
&.closed { &.closed {
@extend .trans;
article.video-wrapper { article.video-wrapper {
width: flex-grid(9,9); width: flex-grid(9,9);
......
...@@ -83,7 +83,6 @@ div.video { ...@@ -83,7 +83,6 @@ div.video {
} }
ul.vcr { ul.vcr {
@extend .dullify;
float: left; float: left;
list-style: none; list-style: none;
margin: 0 lh() 0 0; margin: 0 lh() 0 0;
...@@ -144,7 +143,6 @@ div.video { ...@@ -144,7 +143,6 @@ div.video {
} }
div.secondary-controls { div.secondary-controls {
@extend .dullify;
float: right; float: right;
div.speeds { div.speeds {
...@@ -470,7 +468,6 @@ div.video { ...@@ -470,7 +468,6 @@ div.video {
} }
&.closed { &.closed {
@extend .trans;
article.video-wrapper { article.video-wrapper {
width: flex-grid(9,9); width: flex-grid(9,9);
......
...@@ -2,7 +2,6 @@ $cell-border-color: #e1e1e1; ...@@ -2,7 +2,6 @@ $cell-border-color: #e1e1e1;
$table-border-color: #c8c8c8; $table-border-color: #c8c8c8;
div.gradebook-wrapper { div.gradebook-wrapper {
@extend .table-wrapper;
section.gradebook-content { section.gradebook-content {
@extend .content; @extend .content;
......
div.info-wrapper { div.info-wrapper {
@extend .table-wrapper;
section.updates { section.updates {
@extend .content; @extend .content;
......
div.profile-wrapper { div.profile-wrapper {
@extend .table-wrapper;
color: #000; color: #000;
section.user-info { section.user-info {
......
div.book-wrapper { div.book-wrapper {
@extend .table-wrapper;
display: table; display: table;
table-layout: fixed; table-layout: fixed;
padding: 1em 8em; padding: 1em 8em;
......
...@@ -4,7 +4,6 @@ html { ...@@ -4,7 +4,6 @@ html {
} }
div.course-wrapper { div.course-wrapper {
@extend .table-wrapper;
section.course-content { section.course-content {
@extend .content; @extend .content;
...@@ -47,7 +46,6 @@ div.course-wrapper { ...@@ -47,7 +46,6 @@ div.course-wrapper {
> li { > li {
@extend .clearfix; @extend .clearfix;
@extend .problem-set;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
margin-bottom: 15px; margin-bottom: 15px;
padding: 0 0 15px; padding: 0 0 15px;
......
.instructor-dashboard-wrapper { .instructor-dashboard-wrapper {
@extend .table-wrapper;
display: table; display: table;
section.instructor-dashboard-content { section.instructor-dashboard-content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment