Add auth segment to public portal header

This commit is contained in:
2026-06-18 10:25:31 +02:00
parent f4632f6543
commit 1552cbf042
2 changed files with 30 additions and 14 deletions
+16
View File
@@ -20,6 +20,18 @@
background: var(--surface-portal-header);
}
.sg-portal-header--auth-segment {
flex-direction: column;
align-items: stretch;
gap: var(--spacing-small);
}
.sg-portal-header--auth-segment .sg-portal-header__auth-row {
display: flex;
justify-content: flex-end;
width: 100%;
}
.sg-portal-header__main {
display: grid;
flex: 1 1 auto;
@@ -49,6 +61,10 @@
justify-self: end;
}
.sg-portal-header--auth-segment .sg-portal-header__main {
width: 100%;
}
.sg-portal-header-pattern-variant {
margin-bottom: var(--spacing-large);
}