LinkStack/assets/scss/_toaster.scss
Julian Prieber 5dbb2b182d Version 4.0
-- Dashboard Update --

Update to version 4.0.0.
Complete redesign of the admin panel.
New features and a license change.
2023-04-26 15:44:39 +02:00

17 lines
257 B
SCSS
Vendored

/*===== Toaster =====*/
#toast-container{
margin-top: 65px;
right:0;
z-index: 999;
.toast-success {
background-color: $primary;
opacity: 1;
}
}
#toast-container>div{
box-shadow: none;
}
#toast-container>div:hover{
box-shadow: none;
}