Add select2 bootstrap 5 theme
This commit is contained in:
1
resources/sass/app.scss
vendored
1
resources/sass/app.scss
vendored
@@ -6,3 +6,4 @@
|
||||
|
||||
// Select2
|
||||
@import "select2/dist/css/select2";
|
||||
@import "select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme";
|
||||
|
@@ -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 -->
|
||||
|
@@ -11,4 +11,5 @@
|
||||
</div>
|
||||
|
||||
@yield('page-modals')
|
||||
@yield('page-scripts')
|
||||
@yield('page-scripts')
|
||||
@yield('page-styles')
|
Reference in New Issue
Block a user