Show critical branch details in web lookup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user