10 lines
140 B
SCSS
Raw Normal View History

.pluginLeftMenuSection { /* stylelint-disable */
2017-07-13 13:55:03 +02:00
> p {
padding-left: 2.4rem;
}
> ul {
list-style: none;
padding: 0;
}
}