fix(orion): replace cover result box with compact status text

This commit is contained in:
Schubert Ferenc 2026-07-12 13:15:02 +02:00
parent 068d00513d
commit 85cd1c30ab
7 changed files with 75 additions and 7 deletions

View file

@ -204,6 +204,31 @@ h1 {
page-break-inside: avoid;
}
.cover-result-text {
border-top: .25mm solid #DCE3E3;
break-inside: avoid;
margin: 2mm 0 0 0;
page-break-inside: avoid;
padding-top: 2.2mm;
}
.cover-result-text h2 {
border: 0;
color: #4F6A74;
font-size: 10pt;
letter-spacing: .04em;
margin: 0 0 1mm 0;
padding: 0;
text-transform: uppercase;
}
.cover-result-text p {
color: #2E3B40;
font-size: 10.5pt;
font-weight: 700;
margin: 0;
}
.result-box {
border: .65mm solid #8A9498;
border-radius: 1.5mm;