tek-ms-ds 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--bg:#0a0a0a;--panel-soft:#1c1c1e;--field:#2c2c2e;--line:#2a2a2a;--muted:#777;--orange:#ff6b35}*{box-sizing:border-box}body{background:var(--bg);color:#fff;margin:0;font-family:-apple-system,Segoe UI,system-ui,sans-serif}.app-header{background:var(--panel-soft);padding:10px 16px 12px}.brand-row{border-bottom:1px solid var(--line);align-items:center;gap:7px;margin-bottom:12px;padding-bottom:10px;display:flex}.brand-row svg{flex-shrink:0;width:20px;height:20px}.wordmark{font-size:11px;font-weight:800}.wordmark span{color:var(--orange)}.header-main{justify-content:space-between;align-items:center;gap:10px;display:flex}.seller{align-items:center;gap:8px;min-width:0;display:flex}.avatar{background:var(--orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:flex}.seller .name{white-space:nowrap;font-size:11px;font-weight:700}.seller .role{color:var(--muted);white-space:nowrap;font-size:8.5px}.daily-badge{border:1px solid var(--orange);text-align:right;background:#ff6b351a;border-radius:10px;flex-shrink:0;padding:6px 12px}.daily-badge .lab{color:var(--orange);letter-spacing:.06em;font-size:6.5px;font-weight:700;display:block}.daily-badge .amt{color:var(--orange);font-size:11px;font-weight:700}.logout-link{color:var(--muted);cursor:pointer;flex-shrink:0;font-size:11px;text-decoration:underline;display:none}.logout-link:hover{color:#ccc}@media (width>=768px){.app-header{justify-content:space-between;align-items:center;padding:14px 28px;display:flex}.brand-row{border-bottom:none;gap:10px;margin-bottom:0;padding-bottom:0}.brand-row svg{width:26px;height:26px}.wordmark{font-size:15px}.header-main{gap:24px}.daily-badge{border-radius:12px;padding:8px 16px}.daily-badge .lab{font-size:8px}.daily-badge .amt{font-size:14px}.avatar{width:36px;height:36px;font-size:11px}.seller .name{font-size:12.5px}.seller .role{font-size:10px}.logout-link{display:inline}}.demo-note{color:var(--muted);max-width:560px;padding:30px 24px;font-size:13px;line-height:1.6}.demo-note b{color:#ddd}
|
|
1
|
+
:root{--bg:#0a0a0a;--panel-soft:#1c1c1e;--field:#2c2c2e;--line:#2a2a2a;--muted:#777;--orange:#ff6b35}*{box-sizing:border-box}body{background:var(--bg);color:#fff;margin:0;font-family:-apple-system,Segoe UI,system-ui,sans-serif}.app-header{background:var(--panel-soft);padding:10px 16px 12px}.brand-row{border-bottom:1px solid var(--line);align-items:center;gap:7px;margin-bottom:12px;padding-bottom:10px;display:flex}.brand-row svg{flex-shrink:0;width:20px;height:20px}.wordmark{font-size:11px;font-weight:800}.wordmark span{color:var(--orange)}.header-main{justify-content:space-between;align-items:center;gap:10px;display:flex}.seller{align-items:center;gap:8px;min-width:0;display:flex}.avatar{background:var(--orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:flex}.seller .name{white-space:nowrap;font-size:11px;font-weight:700}.seller .role{color:var(--muted);white-space:nowrap;font-size:8.5px}.daily-badge{border:1px solid var(--orange);text-align:right;background:#ff6b351a;border-radius:10px;flex-shrink:0;padding:6px 12px}.daily-badge .lab{color:var(--orange);letter-spacing:.06em;font-size:6.5px;font-weight:700;display:block}.daily-badge .amt{color:var(--orange);font-size:11px;font-weight:700}.logout-link{color:var(--muted);cursor:pointer;flex-shrink:0;font-size:11px;text-decoration:underline;display:none}.logout-link:hover{color:#ccc}@media (width>=768px){.app-header{justify-content:space-between;align-items:center;padding:14px 28px;display:flex}.brand-row{border-bottom:none;gap:10px;margin-bottom:0;padding-bottom:0}.brand-row svg{width:26px;height:26px}.wordmark{font-size:15px}.header-main{gap:24px}.daily-badge{border-radius:12px;padding:8px 16px}.daily-badge .lab{font-size:8px}.daily-badge .amt{font-size:14px}.avatar{width:36px;height:36px;font-size:11px}.avatar svg{width:100%;height:100%;display:block}.seller .name{font-size:12.5px}.seller .role{font-size:10px}.logout-link{display:inline}}.demo-note{color:var(--muted);max-width:560px;padding:30px 24px;font-size:13px;line-height:1.6}.demo-note b{color:#ddd}
|