Adjust button layout at bottom of page

This commit is contained in:
summerscope
2014-08-22 17:50:41 +10:00
committed by Rob H
parent 6486e41576
commit 100d672eef

View File

@@ -30,5 +30,6 @@
.row.buttons
.small-12.columns
%input.button.primary.left{ type: "button", value: "Back", ng: { click: "select('about')" } }
%input.button.primary.right{ type: "button", value: "Continue", ng: { click: "update('finished')" } }
%input.button.secondary{ type: "button", value: "Back", ng: { click: "select('about')" } }
 
%input.button.primary{ type: "button", value: "Continue", ng: { click: "update('finished')" } }