Add secondary link pattern to page footer

This commit brings back the ‘link under the green button’ bit of the page footer
component.

Previous it had been changed to be a grey button. But there are use cases for
both, maybe even simultaneously.
This commit is contained in:
Chris Hill-Scott
2016-02-05 09:55:27 +00:00
parent cf08f4ef2a
commit f5807d939a
3 changed files with 13 additions and 0 deletions

View File

@@ -28,6 +28,10 @@
}
&-secondary-link {
display: block;
margin-top: $gutter;
}
.button {}