From 56a808c7aeff7b3257dffa21378de58c577b5fce Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Tue, 17 Sep 2013 13:57:13 -0400 Subject: [PATCH] a few missed placeholder conversions in verification sass --- lms/static/sass/views/_verification.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 0f8c658e56..4aa5f88e8b 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -1661,13 +1661,13 @@ margin: 0 flex-gutter() 0 0; .title { - @extend .hd-lv4; + @extend %hd-lv4; margin-bottom: ($baseline/4); } .copy { - @extend .t-copy-sub1; - @extend .t-weight3; + @extend %t-copy-sub1; + @extend %t-weight3; } .list-actions { @@ -1675,7 +1675,7 @@ } .action-verify label { - @extend .t-copy-sub1; + @extend %t-copy-sub1; } }