From b97c1bf5e369e544ed0e22df607d791d4944f247 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 9 Jul 2013 13:52:31 -0400 Subject: [PATCH] Studio: corrects Sass @extend references --- cms/static/sass/views/_settings.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/cms/static/sass/views/_settings.scss b/cms/static/sass/views/_settings.scss index 7e3249f4f7..e1f89cb8a4 100644 --- a/cms/static/sass/views/_settings.scss +++ b/cms/static/sass/views/_settings.scss @@ -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;