current branding

This commit is contained in:
Raven Scott
2026-05-30 21:01:31 -04:00
parent 841d814f13
commit 416c678471
101 changed files with 689 additions and 121 deletions
@@ -0,0 +1,29 @@
/* P2NS brand lockup — shared plugin branding */
.brand-lockup {
display: flex;
align-items: center;
gap: 0.75rem;
min-width: 0;
}
.brand-lockup--center {
flex-direction: column;
justify-content: center;
text-align: center;
}
.brand-lockup-logo {
width: 2rem;
height: 2rem;
object-fit: contain;
flex-shrink: 0;
}
.brand-lockup--center .brand-lockup-logo {
width: 2.5rem;
height: 2.5rem;
}
.brand-lockup-text {
min-width: 0;
}
+34 -6
View File
@@ -131,9 +131,36 @@ body {
}
.header-content {
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1;
min-width: 0;
}
.header-brand {
display: grid;
grid-template-columns: 2rem minmax(0, 1fr);
column-gap: 0.75rem;
row-gap: 0.25rem;
}
.header-brand .brand-lockup-logo {
grid-column: 1;
grid-row: 1;
align-self: start;
margin-top: 0.15rem;
}
.header-brand h1 {
grid-column: 2;
grid-row: 1;
margin: 0;
min-width: 0;
line-height: 1.2;
}
.header-brand .subtitle {
grid-column: 2;
grid-row: 2;
margin: 0;
}
.header h1 {
@@ -143,7 +170,7 @@ body {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 0.25rem;
margin-bottom: 0;
}
.subtitle {
@@ -967,11 +994,12 @@ canvas {
}
.header-content {
flex: 1;
min-width: 0;
flex: 1 1 100%;
width: 100%;
}
.header-status {
flex: 1 1 100%;
margin-top: var(--spacing-sm);
width: 100%;
justify-content: flex-end;