mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-11 01:25:25 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
17 lines
257 B
SCSS
Vendored
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;
|
|
}
|