Simplify location display on inventory QR label
Plain text 'Location: <value>' in larger bold font instead of pill badge with map pin icon. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -96,13 +96,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.label-location {
|
.label-location {
|
||||||
font-size: 11px;
|
font-size: 14px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #333;
|
color: #111;
|
||||||
background: #f0f0f0;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 2px 8px;
|
|
||||||
letter-spacing: .03em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-scan-hint {
|
.label-scan-hint {
|
||||||
@@ -170,7 +166,7 @@
|
|||||||
|
|
||||||
@if (!string.IsNullOrEmpty(Model.Location))
|
@if (!string.IsNullOrEmpty(Model.Location))
|
||||||
{
|
{
|
||||||
<div class="label-location">📍 @Model.Location</div>
|
<div class="label-location">Location: @Model.Location</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="label-scan-hint">
|
<div class="label-scan-hint">
|
||||||
|
|||||||
Reference in New Issue
Block a user