feat: update app development template with enhanced icon sizes for improved visual consistency and user experience
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
.uil-chart-line:before { content: "\e9d3"; }
|
||||
.uil-headphones-alt:before { content: "\eb5f"; }
|
||||
.uil-arrow-up-right:before { content: "\e950"; }
|
||||
|
||||
.svg-bg i[class*="uil-"],
|
||||
.svg-bg i[class*="uil-"]:before {
|
||||
font-size: 2rem !important;
|
||||
line-height: 1;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@@ -366,7 +372,7 @@
|
||||
<div class="flex flex-row !mb-8">
|
||||
<div>
|
||||
<div class="svg-bg svg-bg-lg !rounded-[0.8rem] !mr-5 flex items-center justify-center" style="background-color: {{ $item['bg'] }};">
|
||||
<i class="uil {{ $item['icon'] }} !text-[1.75rem] text-[#343f52]"></i>
|
||||
<i class="uil {{ $item['icon'] }} !text-[2rem] text-[#343f52]"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user