feat(lab): canonize versioned report template
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
.laboratory-summary__brief {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 0.4rem;
|
||||
margin-top: 0.65rem;
|
||||
}
|
||||
|
||||
.laboratory-summary__brief > div {
|
||||
display: grid;
|
||||
gap: 0.28rem;
|
||||
min-width: 0;
|
||||
border-radius: 0.75rem;
|
||||
background: rgb(255 255 255 / 0.025);
|
||||
padding: 0.7rem;
|
||||
}
|
||||
|
||||
.laboratory-summary__brief dt,
|
||||
.laboratory-result-conclusion dt {
|
||||
color: var(--nodedc-text-muted);
|
||||
font-size: 0.54rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.laboratory-summary__brief dd,
|
||||
.laboratory-result-conclusion dd {
|
||||
margin: 0;
|
||||
color: var(--nodedc-text-secondary);
|
||||
font-size: 0.64rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.laboratory-result-conclusion {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.laboratory-result-conclusion > div {
|
||||
display: grid;
|
||||
gap: 0.28rem;
|
||||
min-width: 0;
|
||||
border-top: 1px solid rgb(255 255 255 / 0.08);
|
||||
padding: 0.75rem 0.1rem 0;
|
||||
}
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
.laboratory-summary__brief {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.laboratory-result-conclusion {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
@@ -98,7 +98,8 @@
|
||||
.laboratory-summary p,
|
||||
.laboratory-summary dl,
|
||||
.laboratory-result-summary h2,
|
||||
.laboratory-result-summary p {
|
||||
.laboratory-result-summary p,
|
||||
.laboratory-result-summary dl {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user