Expose imported critical data in web app
This commit is contained in:
@@ -182,6 +182,29 @@ textarea {
|
||||
margin-bottom: 0.45rem;
|
||||
}
|
||||
|
||||
.detail-grid {
|
||||
display: grid;
|
||||
gap: 0.7rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
margin-bottom: 0.9rem;
|
||||
}
|
||||
|
||||
.detail-item {
|
||||
display: grid;
|
||||
gap: 0.15rem;
|
||||
padding: 0.65rem 0.75rem;
|
||||
border-radius: 14px;
|
||||
background: rgba(255, 250, 240, 0.72);
|
||||
border: 1px solid rgba(127, 96, 55, 0.12);
|
||||
}
|
||||
|
||||
.detail-label {
|
||||
color: #75562f;
|
||||
font-size: 0.76rem;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.result-stats {
|
||||
display: flex;
|
||||
gap: 0.7rem;
|
||||
@@ -224,6 +247,43 @@ textarea {
|
||||
|
||||
.table-list-item strong {
|
||||
display: block;
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
|
||||
.chip-row {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 0.8rem;
|
||||
}
|
||||
|
||||
.chip {
|
||||
border-radius: 999px;
|
||||
padding: 0.38rem 0.68rem;
|
||||
background: rgba(238, 223, 193, 0.5);
|
||||
border: 1px solid rgba(127, 96, 55, 0.14);
|
||||
color: #5b4327;
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
|
||||
.chip small {
|
||||
color: var(--ink-soft);
|
||||
}
|
||||
|
||||
.details-block {
|
||||
margin-top: 0.85rem;
|
||||
}
|
||||
|
||||
.details-block summary {
|
||||
cursor: pointer;
|
||||
color: var(--accent);
|
||||
font-weight: 600;
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
|
||||
.stacked-copy {
|
||||
margin: 0;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.code-block {
|
||||
|
||||
Reference in New Issue
Block a user