CUB-26: Quick-jump drawer and modal components
All checks were successful
Dev Build / build-test (pull_request) Successful in 2m5s

This commit is contained in:
2026-04-28 09:14:30 -04:00
parent 8331468b44
commit e84a479e33
14 changed files with 1248 additions and 11 deletions

View File

@@ -13,7 +13,16 @@
overflow-x: hidden;
}
.hub-page__placeholder {
.hub-page__title {
grid-column: 1 / -1;
font-size: 24px;
font-weight: 600;
color: var(--cc-on-surface);
margin: 0 0 8px;
}
.hub-page__placeholder,
.hub-page__empty {
color: var(--cc-on-surface-variant);
font-size: 16px;
text-align: center;