Initial commit to github
This commit is contained in:
37
styles/components/post-list.css
Normal file
37
styles/components/post-list.css
Normal file
@@ -0,0 +1,37 @@
|
||||
/* Blog/post index listing styles */
|
||||
|
||||
.post-list {
|
||||
/* Original styles, if needed
|
||||
* .post-list__posts {
|
||||
* }
|
||||
* .post-list__h1 {
|
||||
* }
|
||||
* .post-list__post {
|
||||
* &:hover {
|
||||
* img {
|
||||
* }
|
||||
* }
|
||||
* .post-list__title {
|
||||
* }
|
||||
* .post-list__details {
|
||||
* }
|
||||
* .post-list__byline {
|
||||
* }
|
||||
* .post-list__author {
|
||||
* }
|
||||
* .post-list__sep {
|
||||
* }
|
||||
* .post-list__date {
|
||||
* }
|
||||
* }
|
||||
*/
|
||||
}
|
||||
|
||||
/* Original styles, if needed
|
||||
* .no-posts {
|
||||
* .no-posts__title {
|
||||
* }
|
||||
* .no-posts__desc {
|
||||
* }
|
||||
* }
|
||||
*/
|
||||
Reference in New Issue
Block a user