mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-01-14 20:11:17 +01:00
styling
This commit is contained in:
parent
538782eec6
commit
543a8ce422
@ -12,11 +12,11 @@ interface ValidateSignatureReportViewProps {
|
||||
}
|
||||
|
||||
const NoSignatureSection = ({ message, label }: { message: string; label: string }) => (
|
||||
<Stack align="flex-end" justify="center" gap="xs" style={{ minHeight: 360 }}>
|
||||
<Stack align="center" justify="center" gap="xs" style={{ minHeight: 360, width: '100%' }}>
|
||||
<Badge color="gray" variant="light" size="lg" style={{ textTransform: 'uppercase' }}>
|
||||
{label}
|
||||
</Badge>
|
||||
<Text size="sm" c="dimmed" style={{ textAlign: 'right' }}>
|
||||
<Text size="sm" c="dimmed" style={{ textAlign: 'center' }}>
|
||||
{message}
|
||||
</Text>
|
||||
</Stack>
|
||||
|
||||
@ -59,18 +59,12 @@
|
||||
.report-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* Match Active Files area background (light mode) */
|
||||
background: rgb(var(--pdf-light-report-container-bg)) !important;
|
||||
/* Match Active Files/Page Editor background */
|
||||
background: var(--bg-background) !important;
|
||||
padding: 32px 24px 48px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/* Keep background consistent in dark mode */
|
||||
:root[data-mantine-color-scheme='dark'] .report-container {
|
||||
/* Match Active Files area background (dark mode) */
|
||||
background: var(--mantine-color-dark-6, var(--mantine-color-body)) !important;
|
||||
}
|
||||
|
||||
/* Keep field blocks stable colors across themes */
|
||||
.field-value {
|
||||
border: 1px solid rgb(var(--pdf-light-box-border)) !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user