add basic ItemSheet

This commit is contained in:
Sven Balzer
2024-09-23 17:08:19 +02:00
parent f0a82fef45
commit fc5913e742
9 changed files with 124 additions and 19 deletions
+21
View File
@@ -0,0 +1,21 @@
.item-sheet header {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: center;
}
.item-sheet header img {
flex: 0 0 64px;
height: 64px;
margin-right: 6px;
}
.item-sheet header input,
.item-sheet header div {
flex: 1;
height: 48px;
line-height: 48px;
margin: 8px;
font-size: 2em;
}