Fabrik als Provider Korrigiert
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user