Begin work on the most basic item sheet version
This commit is contained in:
parent
f91c3d2419
commit
2518c7cf05
6 changed files with 120 additions and 0 deletions
18
styles/Apps/GenericItemSheet.css
Normal file
18
styles/Apps/GenericItemSheet.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
.taf.GenericItemSheet {
|
||||
.bordered {
|
||||
border-radius: 8px;
|
||||
border: 1px solid rebeccapurple;
|
||||
}
|
||||
|
||||
.sheet-header {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr min-content 75px;
|
||||
gap: 4px;
|
||||
align-items: center;
|
||||
padding: 4px;
|
||||
|
||||
img {
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue