Skip to content

Commit

Permalink
embed
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Feb 2, 2024
1 parent 929dccb commit 58b6900
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 16 deletions.
2 changes: 1 addition & 1 deletion public/css/another-portfolio.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/daisy.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/css/filament-guests.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions public/css/filament-zeus.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.bg-danger {
background-color: rgb(185 28 28);
}

.bg-warning {
background-color: rgb(251 191 36);
}

.bg-info {
background-color: rgb(34 211 238);
}

.no-bottom-radius {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}

.no-top-radius {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}

.mb-0 {
margin-bottom: 0 !important;
}
2 changes: 1 addition & 1 deletion public/js/another-portfolio.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"/js/another-portfolio.js": "/js/another-portfolio.js?id=2e512fc5dba167399a1ee58facdc4f4d",
"/js/another-portfolio.js": "/js/another-portfolio.js?id=310f6363b62387f70d4f10ba6c4a2d8c",
"/js/app.js": "/js/app.js?id=d41d8cd98f00b204e9800998ecf8427e",
"/css/filament-guests.css": "/css/filament-guests.css?id=b5a1ed366644bd0e9a397bcb407754ed",
"/css/filament-zeus.css": "/css/filament-zeus.css?id=a14822d53c1ecb6a8839720e51c5a52c",
"/css/another-portfolio.css": "/css/another-portfolio.css?id=bdbea197b687be0bdfd66a05c41391d0",
"/css/app.css": "/css/app.css?id=f5471cb99b982b4bd4b6aba8f55ff8d5",
"/css/daisy.css": "/css/daisy.css?id=58466351a31c2ea0fbdda3cfe504c095",
"/css/filament-zeus.css": "/css/filament-zeus.css?id=2c7d7b27596aff9b2716ce11224f31a0",
"/css/filament-guests.css": "/css/filament-guests.css?id=9b63ce94e52ef0c542e52632ddde3e44",
"/css/another-portfolio.css": "/css/another-portfolio.css?id=55b4ad6af166929cc46f6831dfbf2f43",
"/css/app.css": "/css/app.css?id=f28bf80a794b4cdb952c1d5de83b593a",
"/css/daisy.css": "/css/daisy.css?id=1dcc972d697886b6b11be74764458275",
"/css/flag-icons.css": "/css/flag-icons.css?id=b25f918b02d08796bc5624f273d84778"
}
2 changes: 1 addition & 1 deletion resources/css/filament-zeus.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@import '../../node_modules/cropperjs/dist/cropper.css';
@import 'tippy.js/dist/tippy.css';
@import "carbon.css";
/*@import "filament/zeus.css";*/
@import "filament/zeus.css";

:root {
--c-50: var(--primary-50);
Expand Down
2 changes: 2 additions & 0 deletions resources/views/components/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
;
@endphp

<x-seo::meta />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Almarai:wght@300;400;700;800&family=Reggae+One&display=swap" rel="stylesheet">
Expand Down
6 changes: 5 additions & 1 deletion resources/views/embed.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
$form = \LaraZeus\Bolt\Models\Form::first()
@endphp
@if($form !== null)
<livewire:bolt.fill-form :slug="$form->slug" :inline="true"/>
<livewire:bolt.fill-form
extensionSlug="printers-department"
slug="printer-issues"
:inline="true"
/>
@endif
</div>
<div class="w-1/2 mx-auto">
Expand Down

0 comments on commit 58b6900

Please sign in to comment.