feat:adds ability to share portfolios
also includes basic permissions and authorization
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<x-card
|
||||
|
||||
{{ $attributes->merge(['class' => 'min-h-screen w-11/12 lg:w-1/3 rounded-none px-8 transition']) }}
|
||||
{{ $attributes->merge(['class' => 'min-h-screen w-5/6 xl:w-3/5 rounded-none px-8 transition']) }}
|
||||
>
|
||||
@if($title)
|
||||
<x-slot:title>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
@if ($actions)
|
||||
@if(!$noSeparator)
|
||||
<hr class="my-3" />
|
||||
<x-section-border class="my-3" />
|
||||
@endif
|
||||
|
||||
<div class="flex justify-between gap-3">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
<div {{ $attributes->class(['py-6' => !$attributes->has('class'), 'h-4 sm:h-auto' => $attributes->has('hide-on-mobile')]) }}>
|
||||
<div {{ $attributes->class(['my-6' => !$attributes->has('class'), 'h-4 sm:h-auto' => $attributes->has('hide-on-mobile')]) }}>
|
||||
|
||||
<hr class="{{ $attributes->has('hide-on-mobile') ? 'hidden sm:block' : '' }} border-t border-gray-200 dark:border-gray-700" />
|
||||
</div>
|
||||
Reference in New Issue
Block a user