Merge pull request #2519 from brkcvn/master
Buttons styling in modules page
This commit is contained in:
commit
aa0a08d4bd
@ -5,7 +5,7 @@
|
||||
<x-link
|
||||
href="{{ $module->action_url }}"
|
||||
target="_blank"
|
||||
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full py-2 truncate"
|
||||
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full px-3 py-2 truncate"
|
||||
override="class"
|
||||
>
|
||||
{{ trans('modules.switch_to_cloud') }}
|
||||
@ -87,7 +87,7 @@
|
||||
<x-link
|
||||
href="{{ $module->action_url }}"
|
||||
target="_blank"
|
||||
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full py-2 truncate"
|
||||
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full px-3 py-2 truncate"
|
||||
override="class"
|
||||
>
|
||||
{{ trans('modules.switch_to_cloud') }}
|
||||
@ -98,7 +98,7 @@
|
||||
<x-link
|
||||
href="{{ $module->action_url }}"
|
||||
target="_blank"
|
||||
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full py-2 truncate"
|
||||
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full px-3 py-2 truncate"
|
||||
override="class"
|
||||
>
|
||||
{{ trans('modules.switch_to_cloud') }}
|
||||
|
@ -126,7 +126,7 @@
|
||||
@endif
|
||||
</div>
|
||||
|
||||
<div class="flex justify-around mt-5">
|
||||
<div class="flex justify-around space-x-12 mt-5">
|
||||
<x-layouts.modules.show.buttons :module="$module" :installed="$installed" :enable="$enable" />
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user