Mass tidy up

This commit is contained in:
Mike Francis 2014-02-21 10:44:42 +00:00
parent b4e6bd5eb2
commit f93cac2e6d
8 changed files with 42 additions and 148 deletions

View file

@ -34,14 +34,15 @@ textarea {
@extend .clearfix;
}
input[type="submit"],
.btn {
background-color: $base-background-colour;
border: solid 1px $base-colour;
color: $base-colour;
background-color: $base-colour;
border: 0;
color: $base-background-colour;
cursor: pointer;
display: inline-block;
height: ($base-margin-bottom * 2) * 1px;
line-height: ($base-margin-bottom * 2) * 1px;
height: ($base-margin-bottom * 1.5);
line-height: ($base-margin-bottom * 1.5);
padding: 0 $base-margin-bottom;
width: auto;
}
}