Merge branch 'develop' of https://github.com/snipe/snipe-it into develop

This commit is contained in:
snipe 2021-02-26 15:59:53 -08:00
commit 5aa960603a
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
@section('content')
<link rel="stylesheet" href="{{ mix('css/build/signature-pad.min.css') }}">
<link rel="stylesheet" href="{{ url(mix('css/build/signature-pad.min.css')) }}">
<style>
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {

View file

@ -8,7 +8,7 @@
<title>{{ config('app.name') }} - Authorization</title>
{{-- stylesheets --}}
<link rel="stylesheet" href="{{ mix('css/all.css') }}">
<link rel="stylesheet" href="{{ url(mix('css/all.css')) }}">
<style>
.passport-authorize .container {
margin-top: 30px;