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