Fabrik als Provider Korrigiert

This commit is contained in:
ecki
2026-04-17 16:39:13 +02:00
parent d77d9c0c0f
commit 5510d58e5a
18 changed files with 570 additions and 22 deletions
+16 -3
View File
@@ -255,7 +255,8 @@ button:hover,
.watch-list,
.event-list,
.notification-list {
.notification-list,
.provider-status-list {
display: grid;
gap: 14px;
}
@@ -270,7 +271,8 @@ button:hover,
.watch-card,
.event-card,
.notification-card {
.notification-card,
.provider-status-card {
padding: 18px;
border-radius: var(--radius-md);
background: var(--surface-strong);
@@ -357,13 +359,24 @@ button:hover,
color: #4f3790;
}
.provider-barclays-arena {
background: rgba(26, 87, 163, 0.14);
color: #1a57a3;
}
.provider-fabrik {
background: rgba(154, 77, 24, 0.14);
color: #8e4516;
}
.muted {
color: var(--muted);
}
.watch-card p,
.event-card p,
.notification-card p {
.notification-card p,
.provider-status-card p {
margin-top: 12px;
line-height: 1.55;
}