Commit b97c1bf5 by Brian Talbot Committed by David Baumgold

Studio: corrects Sass @extend references

parent 4187090d
...@@ -115,12 +115,12 @@ body.course.settings { ...@@ -115,12 +115,12 @@ body.course.settings {
// buttons // buttons
.remove-item { .remove-item {
@include white-button; @include white-button;
@extend .t-action-3; @extend .t-action3;
font-weight: 400; font-weight: 400;
} }
.new-button { .new-button {
// @extend .t-action-3; - bad buttons won't render this properly // @extend .t-action3; - bad buttons won't render this properly
@include font-size(14); @include font-size(14);
} }
...@@ -337,12 +337,11 @@ body.course.settings { ...@@ -337,12 +337,11 @@ body.course.settings {
.action-primary { .action-primary {
@include blue-button(); @include blue-button();
@extend .t-action-3; @extend .t-action3;
font-weight: 600; font-weight: 600;
[class^="icon-"] { [class^="icon-"] {
@extend .t-icon; @extend .t-icon5;
@include font-size(16);
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-top: -3px; margin-top: -3px;
......
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