remove nested selector li from .l-flex-list-row
This commit is contained in:
parent
a65efbfd2b
commit
7b5a9be359
|
@ -15,6 +15,15 @@
|
||||||
@media (min-width: $bp-l) {
|
@media (min-width: $bp-l) {
|
||||||
padding: 48px 32px;
|
padding: 48px 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// reduce padding bottom
|
||||||
|
&--pb-reduce {
|
||||||
|
padding-bottom: 8px;
|
||||||
|
|
||||||
|
@media (min-width: $bp-m) {
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// #position
|
// #position
|
||||||
|
@ -81,15 +90,12 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-bottom: 0;
|
margin: 0;
|
||||||
|
|
||||||
> li {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-list-bare {
|
.l-list-bare {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue