Studio: corrects Sass @extend references

This commit is contained in:
Brian Talbot
2013-07-09 13:52:31 -04:00
committed by David Baumgold
parent 4187090dac
commit b97c1bf5e3

View File

@@ -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;