mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Styled toast notifications
This commit is contained in:
@@ -819,3 +819,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
.bannerCard {
|
.bannerCard {
|
||||||
width: 46%;
|
width: 46%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toast {
|
||||||
|
background: var(--headerColor);
|
||||||
|
border: solid 1px var(--borderColor);
|
||||||
|
border-radius: .5em;
|
||||||
|
backdrop-filter: blur(1em);
|
||||||
|
}
|
Reference in New Issue
Block a user