DataModels + Appv2 migration : OK

This commit is contained in:
2026-02-28 21:00:06 +01:00
parent 8017bb207d
commit 1ffb8b08fc
119 changed files with 2268 additions and 384 deletions

View File

@@ -15,8 +15,15 @@
background-color: lightgray;
.item-name {
font-family: "Wolfsbane2Expanded", cursive;
font-size: 1.5em;
font-family: "Wolfsbane2Expanded", cursive !important;
font-size: 1.32em !important;
color: #191813 !important;
}
.item-field {
font-family: 'Signika', sans-serif !important;
font-size: 0.85em !important;
color: #4b4a44 !important;
}
}
@@ -26,6 +33,8 @@
padding: 3px 0 3px 3px;
border-bottom: 1px solid #BBB;
align-items: stretch;
color: #4b4a44;
font-size: 0.9em;
.item-image {
flex: 0 0 30px;
@@ -68,6 +77,11 @@
.item-name,
.item-field {
margin: 0;
color: #333;
font-size: 0.84rem;
font-family: inherit;
display: flex;
align-items: center;
}
.item-controls-1 {