|
|
@@ -23,11 +23,11 @@
|
|
|
<div class="credito_title">
|
|
|
<span>Credito Residuo: <br></span><span class="value">{{formatPrice($currentMember->getMoney())}}</span>
|
|
|
</div>
|
|
|
- <a href="/in?new=1&memberId={{$currentMember->id}}&causalId={{$causalId}}" class="btn--ui white small">ricarica</a>
|
|
|
+ <a href="/in?new=1&memberId={{$currentMember->id}}&causalId={{$causalId}}" class="btn--ui white small" style="width:100px">ricarica</a>
|
|
|
|
|
|
</div>
|
|
|
<div class="credito d-flex align-items-center justify-content-between">
|
|
|
- <br><br><button type="button" class="btn--ui white small" data-bs-toggle="modal" data-bs-target="#userModal">Modifica</button>
|
|
|
+ <br><br><button type="button" class="btn--ui white small" data-bs-toggle="modal" data-bs-target="#userModal" style="width:100px">Modifica</button>
|
|
|
</div>
|
|
|
</article>
|
|
|
|