remove nested selector li from .l-flex-list-row

This commit is contained in:
Ray Elliott 2020-03-31 14:29:47 +00:00
parent a65efbfd2b
commit 7b5a9be359
1 changed files with 11 additions and 5 deletions

View File

@ -15,6 +15,15 @@
@media (min-width: $bp-l) {
padding: 48px 32px;
}
// reduce padding bottom
&--pb-reduce {
padding-bottom: 8px;
@media (min-width: $bp-m) {
padding-bottom: 16px;
}
}
}
// #position
@ -81,15 +90,12 @@
justify-content: center;
padding-left: 0;
list-style: none;
margin-bottom: 0;
> li {
margin-bottom: 0;
}
margin: 0;
}
.l-list-bare {
list-style: none;
padding-left: 0;
margin: 0;
}