12 lines
186 B
CSS
12 lines
186 B
CSS
|
|
||
|
.mblEdgeToEdgeList {
|
||
|
position: relative;
|
||
|
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
.mblEdgeToEdgeList .mblListItem:last-child {
|
||
|
border-bottom-color: #707C84;
|
||
|
}
|