ul padding-left

This commit is contained in:
George Drummond 2019-04-15 14:50:58 -04:00
parent 96a9078e0d
commit ed9ac05942
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,9 @@
} }
.accordion-table { .accordion-table {
ul {
padding-left: 0;
}
&.accordion-table-list { &.accordion-table-list {
display: table; display: table;

View File

@ -336,9 +336,6 @@
} }
.application-list-item { .application-list-item {
ul {
padding-left: 0;
}
.block-list__footer { .block-list__footer {
border-bottom: none; border-bottom: none;
} }