mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 09:20:00 +00:00
cfa36a5a52
* Updates dependencies * Fixes tap target to resolve lighthouse * Merge conflicts
44 lines
504 B
SCSS
44 lines
504 B
SCSS
ol,
|
|
dl {
|
|
margin: 0;
|
|
padding: 0 0 0 1em;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
padding-bottom: 0.5em;
|
|
|
|
&.subterm {
|
|
padding-left: pxToRem(10);
|
|
}
|
|
|
|
&:last-child {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
&.subterm:before {
|
|
content: '\21B3';
|
|
padding-right: pxToRem(5);
|
|
}
|
|
}
|
|
|
|
dt {
|
|
font-weight: $bold;
|
|
}
|
|
|
|
.list-no-bullets {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.list-default {
|
|
li {
|
|
list-style: initial;
|
|
margin-left: 2rem;
|
|
&:last-child {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
}
|
|
}
|