fixes
This commit is contained in:
parent
3fca4b90d3
commit
33c80cc392
2 changed files with 6 additions and 3 deletions
|
|
@ -26,10 +26,13 @@
|
|||
font-size:0.9em;
|
||||
color: $v-mid-gray;
|
||||
.text {
|
||||
padding-left: 30px;
|
||||
padding-left: 25px;
|
||||
}
|
||||
.icon {
|
||||
position: absolute;
|
||||
img {
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&-explanation, &-button-group {
|
||||
|
|
|
|||
|
|
@ -30,11 +30,11 @@
|
|||
</ion-radio>
|
||||
</div>
|
||||
<div class="comment" ng-if="showMinWarning">
|
||||
<i class="icon"><img src="img/icon-warning.png" width="20px"></i>
|
||||
<i class="icon"><img src="img/icon-warning.png"></i>
|
||||
<span class="text" translate>Your fee is lower than the minimum recommended ({{getMinimumRecommeded()}} satoshis/byte). Your transaction may never get confirmed.</span>
|
||||
</div>
|
||||
<div class="comment" ng-if="showMaxWarning">
|
||||
<i class="icon"><img src="img/icon-warning.png" width="20px"></i>
|
||||
<i class="icon"><img src="img/icon-warning.png"></i>
|
||||
<span class="text" translate>Your could not set a fee higher than 1000 satoshis/byte.</span>
|
||||
</div>
|
||||
</ion-content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue