25 lines
292 B
SCSS
Raw Normal View History

2018-02-16 16:53:01 +01:00
.listWrapper {
margin-top: 9px;
padding: 0;
> div:first-child {
margin: 0;
}
}
.ulList {
width: 100%;
padding: 0 !important;
list-style: none;
> li {
width: 100%;
2018-02-19 13:10:35 +01:00
margin-top: 0;
2018-02-16 16:53:01 +01:00
}
2018-02-16 17:19:57 +01:00
> li:last-child {
> div {
2018-02-19 13:10:35 +01:00
border-bottom: 0 !important;
2018-02-16 17:19:57 +01:00
}
}
2018-02-16 16:53:01 +01:00
}