feat: establish GeoIntel and ITWorx branding
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-26 02:51:58 +02:00
parent b65db69bfc
commit d79f751773
18 changed files with 126 additions and 45 deletions
+33 -2
View File
@@ -74,6 +74,8 @@ body {
/* Brand rail */
.workbench-sidebar {
display: flex;
flex-direction: column;
border: 0;
padding: 1rem 0.85rem 1.25rem;
color: rgba(255, 255, 255, 0.76);
@@ -100,13 +102,42 @@ body {
height: 2.65rem;
border: 1px solid rgba(173, 238, 227, 0.44);
border-radius: 0.8rem;
color: #dffaf5;
background: rgba(255, 255, 255, 0.09);
object-fit: cover;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.14),
0 10px 24px rgba(0, 0, 0, 0.16);
}
.workbench-sidebar > nav {
flex: 1 1 auto;
}
.itworx-signature {
display: grid;
gap: 0.38rem;
}
.itworx-signature > span {
color: rgba(223, 250, 245, 0.48);
font-size: 0.58rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.itworx-signature img {
display: block;
width: 7.4rem;
height: auto;
}
.workbench-sidebar > .itworx-signature {
margin: 1.25rem 0.45rem 0;
border-top: 1px solid rgba(255, 255, 255, 0.09);
padding-top: 1rem;
opacity: 0.88;
}
.sidebar-brand-copy {
display: grid;
gap: 0.12rem;