Se agrego iconos flotantes
This commit is contained in:
@ -15,7 +15,11 @@
|
||||
<!-- Web Fonts -->
|
||||
<link id="googleFonts" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800%7CShadows+Into+Light&display=swap" rel="stylesheet" type="text/css">
|
||||
|
||||
@include('koneko-layout-porto::layouts.business-consulting-4.partials.styles')
|
||||
@include('koneko-layout-porto::layouts._common/styles')
|
||||
@vite('vendor/koneko/laravel-koneko-layout-porto/resources/assets/css/demos/demo-business-consulting-4.css')
|
||||
|
||||
<!-- Page Styles -->
|
||||
@stack('page-style')
|
||||
</head>
|
||||
<body>
|
||||
<div class="body">
|
||||
@ -28,6 +32,35 @@
|
||||
@yield('footer')
|
||||
</div>
|
||||
|
||||
@include('koneko-layout-porto::layouts.business-consulting-4.partials.scripts')
|
||||
@include('koneko-layout-porto::layouts._common/scripts')
|
||||
|
||||
@auth
|
||||
<x-koneko-website-admin::admin.shortcuts
|
||||
:site-id="$_layout['site_id'] ?? null"
|
||||
:page-id="$_layout['page_id'] ?? null"
|
||||
|
||||
admin-url="/admin"
|
||||
page-edit-path="/admin/website-admin/sitios-web/:site/pages/:page/edit"
|
||||
site-edit-path="/admin/website-admin/sitios-web/:site/general"
|
||||
|
||||
position="right"
|
||||
offset-x="18px"
|
||||
offset-y="150px"
|
||||
offset-x-sm="14px"
|
||||
offset-y-sm="90px"
|
||||
dock-align="fab-side" {{-- fab-side | topbar | inline --}}
|
||||
|
||||
color="var(--primary, #c0781a)"
|
||||
|
||||
:force="true"
|
||||
:pulse="true"
|
||||
:show-fab-desktop="true"
|
||||
:start-open-desktop="false"
|
||||
:start-open-mobile="false"
|
||||
/>
|
||||
@endauth
|
||||
|
||||
<!-- Page Script -->
|
||||
@stack('page-script')
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user