Show critical branch details in web lookup

This commit is contained in:
2026-03-14 10:54:52 +01:00
parent 60c5d886a4
commit a2b3a049b8
5 changed files with 74 additions and 0 deletions

View File

@@ -229,6 +229,32 @@ textarea {
color: #5b4327;
}
.branch-list {
display: grid;
gap: 0.75rem;
}
.branch-card {
padding: 0.8rem 0.85rem;
border-radius: 14px;
background: rgba(255, 252, 244, 0.75);
border: 1px solid rgba(127, 96, 55, 0.14);
}
.branch-condition {
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #75562f;
}
.branch-copy,
.branch-affix {
margin-top: 0.55rem;
margin-bottom: 0;
}
.error-text {
color: #8d2b1e;
}