Added success notifications from miner.

This commit is contained in:
Revertron
2021-03-25 20:55:09 +01:00
parent f21f299fb5
commit fc90706213
7 changed files with 106 additions and 45 deletions
+10
View File
@@ -6,10 +6,20 @@
position: absolute;
z-index: 100;
width: 50%;
}
.notification.is-warning {
position: absolute;
top: 10pt;
right: 10pt;
}
.notification.is-success {
position: absolute;
bottom: 10pt;
right: 10pt;
}
.footer {
background-color: #f4f4f4;
padding: 0.2rem 0.5rem 0.2rem 0.5rem;