Add list of cells to mod detail pane

This commit is contained in:
2022-02-06 19:38:48 -05:00
parent 16a2ec3ac9
commit 86a7516c3b
3 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
.cell-list {
list-style-type: none;
padding: 0;
}
.cell-list-item {
margin-bottom: 12px;
}
.cell-title {
margin-bottom: 8px;
}
a.link {
color: #72030a;
}