adding toast notification and other improvements to logic
This commit is contained in:
@@ -112,12 +112,22 @@
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.5;
|
||||
opacity: 0.3;
|
||||
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
|
||||
.notificationCont {
|
||||
background-color: #4bb543 !important;
|
||||
color: white;
|
||||
padding: 1em;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user