mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(ui): tweak toast background
This commit is contained in:
committed by
Łukasz Mierzwa
parent
fd5dc0073d
commit
e7e1bdb426
@@ -24,6 +24,11 @@ alertmanager:
|
||||
proxy: true
|
||||
cors:
|
||||
credentials: same-origin
|
||||
healthcheck:
|
||||
filters:
|
||||
DeadMansSwitch:
|
||||
- alertname=Random Instances
|
||||
- instance=server30
|
||||
|
||||
alertAcknowledgement:
|
||||
enabled: true
|
||||
|
||||
@@ -21,7 +21,13 @@
|
||||
}
|
||||
|
||||
.bg-toast {
|
||||
background-color: darken($dark, 5%);
|
||||
@supports (backdrop-filter: blur(1px)) {
|
||||
background-color: rgba(darken($dark, 5%), 0.85);
|
||||
backdrop-filter: saturate(50%) blur(6px);
|
||||
}
|
||||
@supports not (backdrop-filter: blur(1px)) {
|
||||
background-color: darken($dark, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
.toast-upgrade-progressbar {
|
||||
|
||||
Reference in New Issue
Block a user