Fetch & display data for selected cell in sidebar
This commit is contained in:
4
styles/CellData.module.css
Normal file
4
styles/CellData.module.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.cell-data-list {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
16
styles/CellModList.module.css
Normal file
16
styles/CellModList.module.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.mod-list {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mod-list-item {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.mod-title {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
a.link {
|
||||
color: #72030a;
|
||||
}
|
||||
Reference in New Issue
Block a user