styling
This commit is contained in:
		| @@ -20,7 +20,7 @@ | ||||
|  | ||||
|                 <button type="button" | ||||
|                     x-on:click="price_type = 'lifetime'" | ||||
|                     class="w-18 flex justify-center text-base px-2 py-1 rounded-tr-lg rounded-br-lg " | ||||
|                     class="w-18 flex justify-center text-base px-2 py-1 rounded-tr-lg rounded-br-lg" | ||||
|                     x-bind:class="price_type == 'lifetime' ? 'bg-black-700 text-white' : 'bg-gray-200 btn-outline-primary'" | ||||
|                 > | ||||
|                     {{ trans('general.lifetime') }} | ||||
|   | ||||
| @@ -103,7 +103,7 @@ | ||||
|                     @endcan | ||||
|                 </div> | ||||
|             </button> | ||||
|              | ||||
|  | ||||
|             @can('read-common-companies') | ||||
|                 <div id="dropdown-menu-company" class="absolute right-0 mt-3 py-2 bg-white rounded-md shadow-xl z-20 hidden" style="left: auto; min-width: 10rem;"> | ||||
|                     @foreach($companies as $com) | ||||
| @@ -117,7 +117,7 @@ | ||||
|  | ||||
|                     @can('update-common-companies') | ||||
|                         <x-link href="{{ route('companies.index') }}" class="h-9 leading-9 flex items-center text-sm px-2 border-t rounded-bl rounded-br group hover:bg-purple" override="class"> | ||||
|                             <div class="w-full h-full flex items-center rounded-md px-2 "> | ||||
|                             <div class="w-full h-full flex items-center rounded-md px-2"> | ||||
|                                 <span class="material-icons-outlined text-purple text-xl group-hover:text-white">settings</span> | ||||
|                                 <span class="ltr:pl-2 rtl:pr-2 text-purple text-xs truncate group-hover:text-white"> | ||||
|                                     {{ trans('general.title.manage', ['type' => trans_choice('general.companies', 2)]) }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user