Add 'back' button

This commit is contained in:
Chris Hill-Scott
2015-12-11 07:57:35 +00:00
parent 8a34fa7e0a
commit 703eed3d36
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
.button {
&-secondary {
@include button($grey-1);
padding: 0.52632em 0.78947em 0.26316em 0.78947em;
@include inline-block;
margin-left: 5px;
}
}