This commit is contained in:
Simon Gardling
2023-10-11 17:38:05 -04:00
commit 032679b34a
242 changed files with 9311 additions and 0 deletions

View 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);
}
}
}