You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/frontend/src/App/notifications/style.scss

24 lines
356 B

@import "../../@scss/variable.scss";
.alert-container {
position: fixed;
display: block;
top: 0;
right: 0;
margin-top: $header-height;
z-index: 9999;
.toast-container {
padding: 1rem;
.toast {
max-width: 260px;
min-width: 200px;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
}
}