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;
.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;
}
}