forked from cerc-io/cosmos-explorer
change color of proccessbar
This commit is contained in:
parent
f97ba6dbfc
commit
859c7dbc20
@ -52,11 +52,6 @@
|
||||
</p>
|
||||
|
||||
<div class="status">
|
||||
<!-- <b-progress
|
||||
:value="100"
|
||||
:variant="progressColor"
|
||||
:animated="isLoading"
|
||||
/> -->
|
||||
<b-progress :animated="isLoading">
|
||||
<b-progress-bar
|
||||
variant="success"
|
||||
@ -66,10 +61,6 @@
|
||||
variant="danger"
|
||||
:value="progresBar[1]"
|
||||
/>
|
||||
<b-progress-bar
|
||||
variant="info"
|
||||
:value="progresBar[2]"
|
||||
/>
|
||||
</b-progress>
|
||||
<div class="status-text">
|
||||
<span v-if="hash">SUBMITED</span>
|
||||
|
Loading…
Reference in New Issue
Block a user