feat(web-ui): Z-AMPP design system CSS: styles.css

This commit is contained in:
Zac Gaetano 2026-05-22 08:02:35 -04:00
parent 21db567396
commit 7b13d8bd0f

View file

@ -113,7 +113,6 @@ a { color: inherit; text-decoration: none; }
border-bottom: 1px solid var(--border);
flex-shrink: 0;
}
/* brand mark — dragon-evoking gradient */
.brand-mark {
width: 28px; height: 28px;
border-radius: 8px;
@ -444,7 +443,6 @@ a { color: inherit; text-decoration: none; }
.mono { font-family: var(--font-mono); }
.divider { height: 1px; background: var(--border); margin: 12px 0; }
/* keyframes shared */
@keyframes shimmer {
0% { background-position: -200% 0; }
100% { background-position: 200% 0; }
@ -453,7 +451,6 @@ a { color: inherit; text-decoration: none; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { animation: fadeIn 200ms ease both; }
/* tooltip */
[data-tip] { position: relative; }
[data-tip]:hover::after {
content: attr(data-tip);