modmapper-web/styles/PluginModList.module.css

21 lines
233 B
CSS
Raw Normal View History

.mod-list {
list-style-type: none;
padding: 0;
}
.mod-list-item {
margin-bottom: 12px;
}
.mod-title {
margin-bottom: 8px;
}
.file-list {
list-style-type: none;
padding-left: 8px;
}
.file-list li {
margin-top: 8px;
}