FIX_icon size

This commit is contained in:
venba-Inspriron-3558 2025-08-22 14:17:34 +05:30
parent 020e436470
commit 6b33b1cab8

View File

@ -26,7 +26,6 @@
.btn-icon {
background: #008b8b;
border: none;
color: white;
border-radius: 50%;
width: 32px;
height: 32px;
@ -37,6 +36,7 @@
}
.btn-icon i {
color: #ffffff !important;
font-size: 18px;
}
@ -88,9 +88,15 @@
<!-- Title -->
<div class="row" id="notes-title" style="padding-bottom: 10px;">
<div class="col-6" style="align-self: center;">
<h4 style="position: relative;"><span onclick="history.back()"><i class="mdi mdi-chevron-left"></i></span> Ticket ID-<?php echo $master[0]['thz_id']; ?></h4>
</div>
<!-- <div class="col-6" style="align-self: center;">
<h4 style="position: relative;"><span onclick="history.back()"><i class="mdi mdi-chevron-left" style="font-size: 24px;"></i></span> Ticket ID-<?php echo $master[0]['thz_id']; ?></h4>
</div> -->
<h4 class="d-flex align-items-center" style="gap: 8px;">
<span onclick="history.back()" style="cursor: pointer;">
<i class="mdi mdi-chevron-left" style="font-size: 43px;"></i>
</span>
Ticket ID-<?= $master[0]['thz_id']; ?>
</h4>
</div>
<!-- Body -->