|
|
|
@ -1,6 +1,6 @@ |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="no-gutters row"> |
|
|
|
<div class="status-container text-muted text-right"> |
|
|
|
<div class="pr-1 status-container text-muted text-right"> |
|
|
|
@if (errors()?.length > 0 && !isLoading()) { |
|
|
|
<ion-icon |
|
|
|
i18n-title |
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
> |
|
|
|
<span #value id="value"></span> |
|
|
|
</div> |
|
|
|
<div class="currency-container flex-grow-1 px-1"> |
|
|
|
<div class="currency-container flex-grow-1 pl-1"> |
|
|
|
{{ unit() }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|