buttons styling

This commit is contained in:
Burak Civan
2022-07-06 15:45:43 +03:00
parent d60bef2047
commit 0c310dda3b
2 changed files with 4 additions and 4 deletions

View File

@ -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') }}