[UPDT] ASSET: Modal button and header design fixes

This commit is contained in:
Horilla
2024-04-05 14:13:23 +05:30
parent c08b1800f5
commit e85953355f
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
</div>
<div class="oh-btn-group">
<button
class=" oh-btn oh-btn--info oh-btn--shadow mt-3 w-100"
class=" oh-btn oh-btn--info oh-btn--shadow w-100"
type="button"
hx-get="{% url "add-asset-report" asset_id %}"
hx-target="#addAssetReportForm"
@@ -34,7 +34,7 @@
</button>
{% if perms.payroll.add_loanaccount %}
<button
class="oh-btn oh-btn--primary oh-btn--shadow mt-3 w-100"
class="oh-btn oh-btn--primary oh-btn--shadow w-100"
type="button"
hx-get="{% url "asset-fine" %}?employee_id={{asset_alocation.assigned_to_employee_id.id}}&asset_id={{asset_id}}"
hx-target="#assetFineModalBody"
@@ -44,7 +44,7 @@
{% trans "Add Fine" %}
</button>
{% endif %}
<button type="submit" class="oh-btn oh-btn--secondary oh-btn--shadow mt-3 w-100">
<button type="submit" class="oh-btn oh-btn--secondary oh-btn--shadow w-100">
{% trans "Save" %}
</button>
</div>

View File

@@ -20,7 +20,7 @@
</div>
{% endif %}
<div class="oh-modal__section-head fw-bold">{% trans "Asset Information" %}</div>
<div class="oh-modal__dialog-title mb-3">{% trans "Asset Information" %}</div>
<div class="row">
<div class="col-12 col-md-12 col-lg-6">
<div class="oh-modal__group mt-2">