New: Styled toast notifications
This commit is contained in:
parent
f1456b244e
commit
50b4d0377c
1 changed files with 7 additions and 0 deletions
|
|
@ -818,4 +818,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
.backdropCard,
|
||||
.bannerCard {
|
||||
width: 46%;
|
||||
}
|
||||
|
||||
.toast {
|
||||
background: var(--headerColor);
|
||||
border: solid 1px var(--borderColor);
|
||||
border-radius: .5em;
|
||||
backdrop-filter: blur(1em);
|
||||
}
|
||||
Loading…
Reference in a new issue