Add latest posts to front page
This commit is contained in:
parent
490ddc6267
commit
e1d01a2714
5 changed files with 36 additions and 0 deletions
12
assets/sass/components/_latest-posts.sass
Normal file
12
assets/sass/components/_latest-posts.sass
Normal file
|
@ -0,0 +1,12 @@
|
|||
.latest-posts
|
||||
@extend .panel
|
||||
@extend .panel-default
|
||||
|
||||
&__heading
|
||||
@extend .panel-heading
|
||||
|
||||
ul
|
||||
@extend .list-group
|
||||
|
||||
li
|
||||
@extend .list-group-item
|
Loading…
Add table
Add a link
Reference in a new issue