Form updates

This commit is contained in:
Mike Francis 2014-05-09 12:19:28 +01:00
parent d9a569ab87
commit 0274d90b4f
8 changed files with 58 additions and 30 deletions

14
css/_buttons.scss Normal file
View file

@ -0,0 +1,14 @@
.btn {
background-color: $base-colour;
border: 0;
color: $base-background-colour;
cursor: pointer;
display: inline-block;
font: inherit;
font-weight: bold;
height: ($base-margin-bottom * 1.5);
line-height: ($base-margin-bottom * 1.5);
padding: 0 $base-margin-bottom;
text-align: center;
width: auto;
}