Commit b97c1bf5 by Brian Talbot Committed by David Baumgold

Studio: corrects Sass @extend references

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