Added custom.css to app.blade
This commit is contained in:
parent
b0730b9ed3
commit
1096f0e28d
@ -14,12 +14,6 @@
|
||||
"creativeorange/gravatar": "^1.0",
|
||||
"orchestra/asset": "^4.0"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/leenooks/laravel-theme"
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -42,4 +42,9 @@
|
||||
<!-- CSS Fixes -->
|
||||
<link rel="stylesheet" href="{{ asset('/css/fixes.css') }}">
|
||||
@endif
|
||||
|
||||
@if(file_exists('css/fixes.css'))
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="{{ asset('/css/custom.css') }}">
|
||||
@endif
|
||||
</head>
|
Loading…
Reference in New Issue
Block a user