styling development

This commit is contained in:
Burak Civan 2022-09-09 10:34:10 +03:00
parent 4c9ec2ffc1
commit ad9b6928f2
5 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@
{{ $item->email }} {{ $item->email }}
</x-table.td> </x-table.td>
<x-table.td kind="right"> <x-table.td class="w-3/12" kind="right">
<div class="space-x-2"> <div class="space-x-2">
@foreach($item->roles as $role) @foreach($item->roles as $role)
<span class="bg-lilac-900 px-2 py-0.5 test-xs rounded-lg text-black"> <span class="bg-lilac-900 px-2 py-0.5 test-xs rounded-lg text-black">

View File

@ -36,7 +36,7 @@
{{ trans('general.cancel') }} {{ trans('general.cancel') }}
</x-link> </x-link>
@else @else
<x-link href="{{ url($path) }}" class="px-6 py-1.5 hover:bg-gray-200 rounded-lg ltr:ml-2 rtl:mr-2" override="class"> <x-link href="{{ url($path) }}" class="px-6 py-1.5 hover:bg-gray-200 rounded-lg ltr:mr-2 rtl:ml-2" override="class">
{{ trans('general.cancel') }} {{ trans('general.cancel') }}
</x-link> </x-link>
@endif @endif

View File

@ -144,7 +144,7 @@
@endif @endif
@endif @endif
<div class="truncate {{ $showLogo ? 'ltr:lg:pl-8 rtl:lg:pr-8' : '' }}"> <div class="font-bold truncate {{ $showLogo ? 'ltr:lg:pl-8 rtl:lg:pr-8' : '' }}">
{{ $item->name }} {{ $item->name }}
</div> </div>

View File

@ -1,7 +1,7 @@
@stack('footer_start') @stack('footer_start')
<footer class="footer"> <footer class="footer">
<div class="lg:absolute bottom-10 right-6 lg:right-24 flex flex-col sm:flex-row items-center justify-end text-sm font-light"> <div class="lg:absolute bottom-10 right-6 lg:right-24 flex flex-col sm:flex-row items-center justify-end text-sm font-light">
{{ trans('footer.powered') }}:&nbsp;<x-link href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</x-link> {{ trans('footer.powered') }}:&nbsp;<x-link href="{{ trans('footer.link') }}" target="_blank" override="class">{{ trans('footer.software') }}</x-link>
</div> </div>
</footer> </footer>
@stack('footer_end') @stack('footer_end')

View File

@ -4,7 +4,7 @@
$first_attributes = $first->attributes; $first_attributes = $first->attributes;
if ((! $first->attributes->has('override')) || ($first->attributes->has('override') && ! in_array('class', explode(',', $first->attributes->get('override'))))) { if ((! $first->attributes->has('override')) || ($first->attributes->has('override') && ! in_array('class', explode(',', $first->attributes->get('override'))))) {
$first_attributes = $first->attributes->merge(['class' => 'font-medium truncate']); $first_attributes = $first->attributes->merge(['class' => 'font-bold truncate']);
} }
@endphp @endphp
<div {{ $first_attributes }}> <div {{ $first_attributes }}>