feat: update app development template with enhanced icon sizes for improved visual consistency and user experience

This commit is contained in:
Ümit Tunç
2026-05-21 09:21:53 +03:00
parent 0be000d474
commit 31a79ca9dd
@@ -21,6 +21,12 @@
.uil-chart-line:before { content: "\e9d3"; } .uil-chart-line:before { content: "\e9d3"; }
.uil-headphones-alt:before { content: "\eb5f"; } .uil-headphones-alt:before { content: "\eb5f"; }
.uil-arrow-up-right:before { content: "\e950"; } .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> </style>
@endpush @endpush
@@ -366,7 +372,7 @@
<div class="flex flex-row !mb-8"> <div class="flex flex-row !mb-8">
<div> <div>
<div class="svg-bg svg-bg-lg !rounded-[0.8rem] !mr-5 flex items-center justify-center" style="background-color: {{ $item['bg'] }};"> <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> </div>
<div> <div>