Add service platform foundation

This commit is contained in:
VPN SaaS Dev
2026-05-12 19:45:08 +09:00
parent 2ba2e88432
commit 34035a27cb
23 changed files with 2199 additions and 18 deletions

View File

@@ -1243,6 +1243,25 @@ select {
font-size: 12px;
}
.stack-list {
display: grid;
gap: 8px;
margin-top: 10px;
}
.stack-item {
display: grid;
gap: 4px;
padding: 10px 12px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--soft);
}
.stack-item small {
color: var(--muted);
}
@keyframes toastIn {
from {
opacity: 0;