modmapper-web/styles/PluginModList.module.css

32 lines
372 B
CSS
Raw Normal View History

.mod-list {
list-style-type: none;
padding: 0;
2022-03-15 23:59:16 +00:00
margin-top: 0;
}
.mod-list-item {
margin-bottom: 12px;
}
.mod-title {
margin-bottom: 8px;
}
.file-list {
list-style-type: none;
padding-left: 8px;
2022-03-15 23:59:16 +00:00
margin-top: 0;
}
.file-list li {
margin-top: 8px;
2022-03-15 23:59:16 +00:00
}
.include-translations {
margin-bottom: 12px;
}
.include-translations input {
margin-right: 8px;
}