Add list of cells to mod detail pane
This commit is contained in:
16
styles/ModCellList.module.css
Normal file
16
styles/ModCellList.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user