forked from DebaucheryLibrarian/traxxx
Added generic entity page.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user