Commit 4ad0d8e9 by chrisndodge

Merge pull request #1027 from edx/fix/frances/sass-placeholder-fixes

a few missed placeholder conversions in verification sass
parents 3784a196 56a808c7
...@@ -1661,13 +1661,13 @@ ...@@ -1661,13 +1661,13 @@
margin: 0 flex-gutter() 0 0; margin: 0 flex-gutter() 0 0;
.title { .title {
@extend .hd-lv4; @extend %hd-lv4;
margin-bottom: ($baseline/4); margin-bottom: ($baseline/4);
} }
.copy { .copy {
@extend .t-copy-sub1; @extend %t-copy-sub1;
@extend .t-weight3; @extend %t-weight3;
} }
.list-actions { .list-actions {
...@@ -1675,7 +1675,7 @@ ...@@ -1675,7 +1675,7 @@
} }
.action-verify label { .action-verify label {
@extend .t-copy-sub1; @extend %t-copy-sub1;
} }
} }
......
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