Moved sass

This commit is contained in:
Oliver Davies 2015-08-08 23:56:13 +01:00
parent 2a82ee100b
commit e3e208642d
15 changed files with 1 additions and 1 deletions

7
sass/base/_base.scss Normal file
View file

@ -0,0 +1,7 @@
body {
padding-top: 60px;
}
main img {
@extend .img-responsive;
}

11
sass/base/_lists.scss Normal file
View file

@ -0,0 +1,11 @@
dt {
margin-top: .5em;
&:after {
content: ':';
}
}
dd {
padding-left: 2em;
}

3
sass/base/_tables.scss Normal file
View file

@ -0,0 +1,3 @@
table {
width: 100%;
}