FIX_icon size
This commit is contained in:
parent
020e436470
commit
6b33b1cab8
@ -26,7 +26,6 @@
|
|||||||
.btn-icon {
|
.btn-icon {
|
||||||
background: #008b8b;
|
background: #008b8b;
|
||||||
border: none;
|
border: none;
|
||||||
color: white;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
@ -37,6 +36,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-icon i {
|
.btn-icon i {
|
||||||
|
color: #ffffff !important;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -88,9 +88,15 @@
|
|||||||
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="row" id="notes-title" style="padding-bottom: 10px;">
|
<div class="row" id="notes-title" style="padding-bottom: 10px;">
|
||||||
<div class="col-6" style="align-self: center;">
|
<!-- <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>
|
<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>
|
</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>
|
</div>
|
||||||
|
|
||||||
<!-- Body -->
|
<!-- Body -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user