Added generic entity page.

This commit is contained in:
2020-06-27 04:50:13 +02:00
parent af56378ee2
commit 0e8b4caac3
19 changed files with 668 additions and 44 deletions

View File

@@ -87,9 +87,13 @@ export default {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
grid-gap: 1rem;
box-sizing: border-box;
padding: 1rem;
border-top: solid 1px var(--crease);
}
.empty {
padding: 1rem;
color: var(--shadow-strong);
font-weight: bold;
}