Mass tidy up
This commit is contained in:
parent
b4e6bd5eb2
commit
f93cac2e6d
8 changed files with 42 additions and 148 deletions
|
@ -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;
|
||||
}
|
||||
}
|
4
css/_layout.scss
Normal file
4
css/_layout.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
.container {
|
||||
@include outer-container;
|
||||
padding: 0 ($gutter * 1px);
|
||||
}
|
|
@ -26,3 +26,8 @@ img {
|
|||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-style: italic;
|
||||
padding-left: $base-margin-bottom;
|
||||
}
|
|
@ -20,6 +20,10 @@ Author: Mike Francis
|
|||
@import 'normalise';
|
||||
@import 'utilities';
|
||||
|
||||
// Layout, Scaffolding
|
||||
|
||||
@import 'layout';
|
||||
|
||||
// Form, Buttons
|
||||
|
||||
@import 'forms';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue