This commit is contained in:
+7
-7
@@ -1,9 +1,9 @@
|
||||
/* Houd ook geïmporteerde stylesheets versieerbaar; alleen app.css voorzien van
|
||||
een querystring ververst anders niet noodzakelijk de browsercache. */
|
||||
@import url("tokens.css?v=0.3.9");
|
||||
@import url("base.css?v=0.3.9");
|
||||
@import url("layout.css?v=0.3.9");
|
||||
@import url("components.css?v=0.3.9");
|
||||
@import url("pages.css?v=0.3.9");
|
||||
@import url("responsive.css?v=0.3.9");
|
||||
@import url("premium.css?v=0.3.9");
|
||||
@import url("tokens.css?v=0.3.11");
|
||||
@import url("base.css?v=0.3.11");
|
||||
@import url("layout.css?v=0.3.11");
|
||||
@import url("components.css?v=0.3.11");
|
||||
@import url("pages.css?v=0.3.11");
|
||||
@import url("responsive.css?v=0.3.11");
|
||||
@import url("premium.css?v=0.3.11");
|
||||
|
||||
+2
-2
@@ -128,8 +128,8 @@ body.auth-page {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 18px;
|
||||
box-shadow: 0 16px 38px rgba(0, 124, 131, 0.16), 0 2px 6px rgba(18, 38, 43, 0.08);
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.auth-shell > .developer-credit {
|
||||
|
||||
@@ -13,13 +13,11 @@
|
||||
.nav-item.is-active { background: color-mix(in srgb, var(--cyan) 12%, var(--surface-container)); color: var(--text-strong); }
|
||||
.nav-item.is-active::after { position: absolute; inset: 0 -1px 0 auto; width: 2px; content: ""; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
|
||||
.nav-item.is-active .icon { color: var(--cyan); }
|
||||
.sidebar-radar-card { display: flex; align-items: center; gap: 10px; margin: 0 12px 12px; padding: 12px; border: 1px solid color-mix(in srgb, var(--outline) 42%, transparent); background: var(--surface-low); }
|
||||
.sidebar-footer { margin-top: auto; padding: 13px 18px 15px; border-top: 1px solid color-mix(in srgb, var(--outline) 28%, transparent); }
|
||||
.sidebar-radar-card { display: flex; align-items: center; gap: 9px; padding-bottom: 11px; }
|
||||
.sidebar-radar-card strong, .sidebar-radar-card small { display: block; }
|
||||
.sidebar-radar-card strong { font-size: 12px; }
|
||||
.sidebar-radar-card small { margin-top: 3px; font: 10px/1.2 var(--font-mono); }
|
||||
.sidebar-account { display: flex; align-items: center; gap: 10px; padding: 15px 18px; border-top: 1px solid color-mix(in srgb, var(--outline) 28%, transparent); background: var(--surface-low); }
|
||||
.sidebar-account strong, .sidebar-account small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.sidebar-account small { font: 10px var(--font-mono); text-transform: uppercase; }
|
||||
.cockpit-workspace { min-height: 100vh; margin-left: var(--sidebar-width); }
|
||||
.cockpit-topbar { position: fixed; inset: 0 0 auto var(--sidebar-width); z-index: 40; display: flex; height: var(--topbar-height); align-items: center; padding: 0 var(--content-gutter); border-bottom: 1px solid color-mix(in srgb, var(--outline) 32%, transparent); background: color-mix(in srgb, var(--surface) 88%, transparent); backdrop-filter: blur(18px); }
|
||||
.topbar-start, .topbar-actions { display: flex; min-width: 0; align-items: center; gap: 12px; }
|
||||
|
||||
+10
-6
@@ -30,21 +30,21 @@ body::before {
|
||||
.cockpit-sidebar,
|
||||
.cockpit-topbar,
|
||||
.sidebar-heading,
|
||||
.sidebar-account,
|
||||
.mobile-tabbar { border-color: var(--divider); }
|
||||
|
||||
.cockpit-sidebar { background: color-mix(in srgb, var(--surface-lowest) 97%, black); }
|
||||
.cockpit-main { padding-top: calc(var(--topbar-height) + 42px); }
|
||||
.cockpit-main > * { width: min(100%, var(--content-frame)); margin-right: auto; margin-left: 0; }
|
||||
.topbar-inner { display: flex; width: min(100%, var(--content-frame)); height: 100%; align-items: center; justify-content: space-between; gap: 20px; }
|
||||
.brand-radar { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 11px; box-shadow: 0 10px 28px color-mix(in srgb, var(--cyan) 12%, transparent); }
|
||||
.brand-radar { flex: 0 0 auto; width: 42px; height: 42px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
|
||||
.brand-lockup { display: grid; min-width: 0; gap: 4px; }
|
||||
.brand-lockup strong { color: var(--text-strong); font: 740 17px/1 var(--font-headline); letter-spacing: -.025em; }
|
||||
.cockpit-brand small { margin: 0; color: var(--text-faint); font-size: 8px; font-weight: 700; letter-spacing: .09em; }
|
||||
.developer-credit { display: flex; align-items: center; gap: 7px; color: var(--text-faint); font: 650 7px/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase; }
|
||||
.developer-credit img { display: block; width: 92px; height: auto; opacity: .82; }
|
||||
.cockpit-sidebar > .developer-credit { margin: 0 18px 10px; padding: 8px 0 0; border-top: 1px solid var(--divider); }
|
||||
.cockpit-sidebar > .developer-credit img { padding: 2px 4px; border-radius: 3px; background: rgba(255, 255, 255, .9); filter: saturate(.82); }
|
||||
.sidebar-footer > .developer-credit { padding-top: 10px; border-top: 1px solid var(--divider); }
|
||||
.sidebar-footer > .developer-credit img { width: 82px; padding: 0; background: transparent; filter: brightness(0) invert(1); opacity: .58; }
|
||||
:root[data-theme="light"] .sidebar-footer > .developer-credit img { filter: saturate(.78); opacity: .76; }
|
||||
.workspace-identity { display: grid; min-width: 176px; padding-right: 18px; border-right: 1px solid var(--divider); line-height: 1.1; }
|
||||
.workspace-identity span { color: var(--text-strong); font-size: 14px; font-weight: 740; letter-spacing: -.015em; }
|
||||
.workspace-identity small { margin-top: 5px; color: var(--text-faint); font: 650 9px var(--font-body); letter-spacing: .075em; text-transform: uppercase; }
|
||||
@@ -52,7 +52,6 @@ body::before {
|
||||
.nav-caption,
|
||||
.nav-item,
|
||||
.mobile-tabbar a,
|
||||
.sidebar-account small { font-family: var(--font-body); }
|
||||
.nav-caption { font-weight: 700; letter-spacing: .11em; }
|
||||
.nav-item { min-height: 46px; border-radius: 9px; font-size: 14px; font-weight: 560; letter-spacing: -.005em; }
|
||||
.nav-item:hover { transform: none; background: color-mix(in srgb, var(--surface-high) 70%, transparent); }
|
||||
@@ -174,11 +173,16 @@ label > span:first-child { font-family: var(--font-body); font-weight: 700; lett
|
||||
.empty-state { border-color: var(--divider-strong); border-radius: var(--radius-md); }
|
||||
|
||||
@media (min-width: 1800px) {
|
||||
:root { --content-frame: 1880px; }
|
||||
:root { --content-frame: 2200px; }
|
||||
.explorer-shell { grid-template-columns: minmax(650px, 880px) minmax(760px, 1fr); }
|
||||
.automation-layout { grid-template-columns: minmax(0, 1fr) minmax(340px, 430px); }
|
||||
}
|
||||
|
||||
@media (min-width: 2800px) {
|
||||
:root { --content-frame: 2480px; }
|
||||
.dashboard-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, 460px); }
|
||||
}
|
||||
|
||||
@media (max-width: 1450px) {
|
||||
.filter-console { grid-template-columns: minmax(250px, 1.5fr) repeat(3, minmax(135px, 1fr)); }
|
||||
.filter-console > :nth-last-child(-n+3) { grid-row: 2; }
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="VacatureRadar">
|
||||
<rect x="2" y="2" width="60" height="60" rx="15" fill="#071327"/>
|
||||
<circle cx="32" cy="32" r="18" fill="none" stroke="#19d3e6" stroke-width="5" stroke-linecap="round" stroke-dasharray="94 20" transform="rotate(38 32 32)"/>
|
||||
<path d="M32 32 45 18" fill="none" stroke="#7df5ff" stroke-width="5" stroke-linecap="round"/>
|
||||
<circle cx="32" cy="32" r="4" fill="#19d3e6"/>
|
||||
<circle cx="20" cy="22" r="4" fill="#45d69b" stroke="#071327" stroke-width="2"/>
|
||||
<path d="M51.5 32A19.5 19.5 0 1 1 45.8 18.2" fill="none" stroke="#12aebe" stroke-width="4.5" stroke-linecap="round"/>
|
||||
<path d="M32 32 47 17" fill="none" stroke="#19d3e6" stroke-width="4.5" stroke-linecap="round"/>
|
||||
<circle cx="32" cy="32" r="3.75" fill="#12aebe"/>
|
||||
<circle cx="20" cy="21" r="3.75" fill="#36c990" stroke="#f4f7f7" stroke-width="1.5"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 464 B |
Reference in New Issue
Block a user