mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
25 lines
292 B
SCSS
25 lines
292 B
SCSS
.listWrapper {
|
|
margin-top: 9px;
|
|
padding: 0;
|
|
|
|
> div:first-child {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.ulList {
|
|
width: 100%;
|
|
padding: 0 !important;
|
|
list-style: none;
|
|
> li {
|
|
width: 100%;
|
|
margin-top: 0;
|
|
}
|
|
|
|
> li:last-child {
|
|
> div {
|
|
border-bottom: 0 !important;
|
|
}
|
|
}
|
|
}
|