Burger-Badge via Alerts-Check, Alert-Linie stärker, Linie weg nach Erledigen, SW by-v329
This commit is contained in:
parent
fc7d743153
commit
5a755e4922
4 changed files with 14 additions and 12 deletions
|
|
@ -180,18 +180,18 @@
|
|||
}
|
||||
|
||||
@keyframes nav-alert-pulse {
|
||||
0%, 100% { box-shadow: 0 -2px 12px rgba(42,31,20,0.08); }
|
||||
50% { box-shadow: 0 -4px 20px var(--nav-alert-color, rgba(220,38,38,0.4)); }
|
||||
0%, 100% { box-shadow: 0 -2px 8px rgba(42,31,20,0.06); }
|
||||
50% { box-shadow: 0 -6px 28px var(--nav-alert-color, rgba(220,38,38,0.65)); }
|
||||
}
|
||||
#bottom-nav.alert-poison {
|
||||
border-top: 3px solid var(--c-danger);
|
||||
--nav-alert-color: rgba(220, 38, 38, 0.4);
|
||||
animation: nav-alert-pulse 2s ease-in-out infinite;
|
||||
border-top: 4px solid var(--c-danger);
|
||||
--nav-alert-color: rgba(220, 38, 38, 0.65);
|
||||
animation: nav-alert-pulse 1.6s ease-in-out infinite;
|
||||
}
|
||||
#bottom-nav.alert-lost {
|
||||
border-top: 3px solid #f59e0b;
|
||||
--nav-alert-color: rgba(245, 158, 11, 0.4);
|
||||
animation: nav-alert-pulse 2s ease-in-out infinite;
|
||||
border-top: 4px solid #f59e0b;
|
||||
--nav-alert-color: rgba(245, 158, 11, 0.65);
|
||||
animation: nav-alert-pulse 1.6s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue