mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
18 lines
195 B
SCSS
18 lines
195 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%;
|
||
|
|
}
|
||
|
|
}
|