Tatiana Mac cfa36a5a52
⚒️ Resolves lighthouse issue (#398)
* Updates dependencies

* Fixes tap target to resolve lighthouse

* Merge conflicts
2021-04-27 09:17:24 -07:00

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