Add select2 bootstrap 5 theme

This commit is contained in:
2025-01-15 22:39:20 +11:00
parent 026b3f5a20
commit 8b922b2e8b
6 changed files with 40 additions and 3 deletions

View File

@@ -6,3 +6,4 @@
// Select2
@import "select2/dist/css/select2";
@import "select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme";

View File

@@ -33,6 +33,8 @@
<link rel="stylesheet" href="{{ asset('/css/custom.css') }}">
@endif
<!-- Page Styles -->
@yield('page-styles')
{{--
@if(file_exists('css/print.css'))
<!-- Printing Modifications -->

View File

@@ -11,4 +11,5 @@
</div>
@yield('page-modals')
@yield('page-scripts')
@yield('page-scripts')
@yield('page-styles')