Added success notifications from miner.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user