module button styling

This commit is contained in:
Burak Civan
2022-11-28 17:30:25 +03:00
parent 6d047e99e8
commit ef75f2c43e
7 changed files with 29 additions and 10 deletions

View File

@ -54,7 +54,7 @@
@endif
</div>
<div class="w-full lg:w-5/12" x-data="{ price_type : 'yearly' }">
<div class="relative w-full lg:w-5/12" x-data="{ price_type : 'yearly' }">
<div class="flex flex-col space-y-6">
<div class="flex flex-col cursor-default">
<div class="flex flex-col space-y-4">
@ -101,10 +101,12 @@
{!! ! empty($module->sort_desc) ? $module->sort_desc : strip_tags($module->description) !!}
</div>
<div class="relative flex items-center space-x-4 justify-between">
<div class="flex items-center space-x-4 justify-between">
<x-loading.module />
<x-layouts.modules.show.price :module="$module" />
<div class="flex w-1/2 lg:justify-center">
<div class="flex lg:justify-center">
@if ($module->price != '0.0000')
<x-layouts.modules.show.toggle />
@endif
@ -114,7 +116,7 @@
<x-layouts.modules.show.information :module="$module" />
</div>
<div class="flex justify-around space-x-12 mt-5">
<div class="flex justify-around mt-5">
<x-layouts.modules.show.buttons :module="$module" :installed="$installed" :enable="$enable" />
</div>
</div>