Remove bullet points from li elements in accordion tables

This commit is contained in:
leigh-mil 2019-08-15 14:21:10 -04:00
parent 3026b41c4e
commit 4660bc50eb

View File

@ -49,6 +49,7 @@
font-weight: $font-bold;
border-bottom: 1px solid $color-gray-lightest;
margin: 0;
list-style-type: none;
.icon-link--large {
padding-top: $gap * 0.5;