mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
14 lines
465 B
PHP
14 lines
465 B
PHP
<!-- Bundled styles -->
|
|
<link rel="stylesheet" href="{{ webpack_assets('style.css') }}">
|
|
<!-- AdminLTE color scheme -->
|
|
<link rel="stylesheet" href="{{ webpack_assets('skins/'.option('color_scheme').'.min.css') }}">
|
|
|
|
@if (isset($module))
|
|
<link rel="stylesheet" href="{{ webpack_assets($module . '.css') }}">
|
|
@endif
|
|
|
|
<!-- User custom styles -->
|
|
<style>{!! option('custom_css') !!}</style>
|
|
{{-- Content added by plugins dynamically --}}
|
|
{!! bs_header_extra() !!}
|