a few missed placeholder conversions in verification sass

This commit is contained in:
Frances Botsford
2013-09-17 13:57:13 -04:00
parent 3784a19665
commit 56a808c7ae

View File

@@ -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 @@
} }
.action-verify label { .action-verify label {
@extend .t-copy-sub1; @extend %t-copy-sub1;
} }
} }