adding toast notification and other improvements to logic

This commit is contained in:
talksik
2019-08-20 22:38:49 -07:00
parent ad18e0620a
commit a52aa84d09
4 changed files with 69 additions and 13 deletions
+11 -1
View File
@@ -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;
}