setup
This commit is contained in:
21
themes/hugo-theme-monochrome/assets/scss/layout/list.scss
Normal file
21
themes/hugo-theme-monochrome/assets/scss/layout/list.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
ul.list-layout {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1.625;
|
||||
display: list-item;
|
||||
list-style-type: none;
|
||||
|
||||
a {
|
||||
@include list-link-item;
|
||||
line-height: 1.7rem;
|
||||
}
|
||||
|
||||
span {
|
||||
@include text-xs;
|
||||
color: var(--color-text-secondary);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user