calendar fixes

This commit is contained in:
medet97 2020-05-01 17:56:28 +05:00
parent 903c832988
commit ce05f9e132
1 changed files with 10 additions and 0 deletions

View File

@ -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")