calendar fixes
This commit is contained in:
parent
903c832988
commit
ce05f9e132
|
|
@ -6,6 +6,16 @@
|
|||
<link rel="stylesheet" href="{{asset('vendor/owlcarousel/assets/owl.theme.default.min.css')}}">
|
||||
<link rel="stylesheet" href="{{asset('vendor/jquery-ui/themes/base/jquery-ui.min.css')}}">
|
||||
@endsection
|
||||
|
||||
@push('after_styles')
|
||||
<style>
|
||||
.gj-picker-bootstrap{
|
||||
left: 50% !important;
|
||||
transform: translateX(-50%) !important;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@section('content')
|
||||
<div class="row mt-2">
|
||||
@include("Shared.Partials.FilterMenu")
|
||||
|
|
|
|||
Loading…
Reference in New Issue