replaced grid system for bourbon/neat

This commit is contained in:
Mike Francis 2014-02-07 12:18:45 +00:00
parent 781483f657
commit d5f9b310f6
78 changed files with 2357 additions and 56 deletions

View file

@ -1,47 +0,0 @@
input,
select,
textarea {
background-color: $base-background-colour;
border: solid 1px $base-colour;
color: $base-colour;
display: inline-block;
font: inherit;
line-height: $base-margin-bottom * 1px;
padding: ($base-margin-bottom / 4) ($base-margin-bottom / 2);
width: 208px;
}
input[type="checkbox"],
input[type="radio"] {
background: transparent;
border: 0;
width: auto;
}
textarea {
min-height: ($base-margin-bottom * 4) * 1px;
}
.form__group {
margin-bottom: $base-margin-bottom * 1px;
}
.form__label {
font-weight: bold;
}
.form__controls {
@extend .clearfix;
}
.btn {
background-color: $base-background-colour;
border: solid 1px $base-colour;
color: $base-colour;
cursor: pointer;
display: inline-block;
height: ($base-margin-bottom * 2) * 1px;
line-height: ($base-margin-bottom * 2) * 1px;
padding: 0 $base-margin-bottom;
width: auto;
}