Commit a8989f2f by Frances Botsford

adjusting go to course button for vcert receipt

parent 304a329b
...@@ -1691,7 +1691,7 @@ ...@@ -1691,7 +1691,7 @@
} }
td { td {
border-top: 1px solid #ccc; border-ts: 1px solid #ccc;
vertical-align: middle; vertical-align: middle;
padding: ($baseline/2) ($baseline/2) ($baseline/2) 0; padding: ($baseline/2) ($baseline/2) ($baseline/2) 0;
text-transform: capitalize; text-transform: capitalize;
...@@ -1712,6 +1712,11 @@ ...@@ -1712,6 +1712,11 @@
@extend .btn-primary-blue; @extend .btn-primary-blue;
} }
.action-course a {
@include font-size(14);
padding: ($baseline/2) ($baseline*.75);
}
} }
} }
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
% for item in order_items: % for item in order_items:
<tr> <tr>
<td>${item.line_desc}</td> <td>${item.line_desc}</td>
<td>Start date: [date] <td>Starts: [date]
<ul class="list-actions"> <ul class="list-actions">
<li class="action action-course"><a href="">Go to Course</a></li> <li class="action action-course"><a href="">Go to Course</a></li>
</ul> </ul>
......
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