Move sass partials
This commit is contained in:
parent
3615ef2c7c
commit
58b5521c4a
11 changed files with 8 additions and 7 deletions
14
sass/partials/_blog-list.scss
Normal file
14
sass/partials/_blog-list.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
.page--blog__list {
|
||||
ul.posts {
|
||||
list-style: none;
|
||||
margin-bottom: 2em;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.post {
|
||||
@include clearfix;
|
||||
border-bottom: 1px solid #CCC;
|
||||
margin-bottom: 1em;
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue