updated layout in hub

This commit is contained in:
2026-03-31 16:20:13 -05:00
parent b24870dcb1
commit 4178ed07fb
3 changed files with 153 additions and 47 deletions

View File

@@ -8,6 +8,12 @@
.sovran-tile:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.success { color: #2ec27e; }
.warning { color: #e5a50a; }
.disabled-label { color: #888888; font-style: italic; }
.success { color: #2ec27e; }
.warning { color: #e5a50a; }
.error { color: #e01b24; }
.disabled-label { color: #888888; font-style: italic; }
.role-badge {
padding: 2px 8px;
border-radius: 4px;
font-size: 0.75em;
}