Migrating scss to Hugo pipes
This commit is contained in:
parent
afc0e0f45b
commit
ce4dba3341
40 changed files with 18 additions and 840 deletions
27
assets/scss/hyde-hyde/_list.scss
Normal file
27
assets/scss/hyde-hyde/_list.scss
Normal file
|
@ -0,0 +1,27 @@
|
|||
// for the list of posts
|
||||
|
||||
.section__title {
|
||||
font-size: $section__title-font-size;
|
||||
}
|
||||
|
||||
.post-list__item {
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
.item__title--big {
|
||||
display: block;
|
||||
font-size: $item__title-big-font-size;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.item__title--small {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.item__date {
|
||||
color: $item__date-color;
|
||||
display: block;
|
||||
font-size: $item__date-font-size;
|
||||
margin-bottom: .2rem;
|
||||
margin-top: .2rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue