52 lines
2.0 KiB
PHP
52 lines
2.0 KiB
PHP
<style>
|
|
.data-field {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.data-field:not(:last-child) {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.data-field span {
|
|
text-align: end;
|
|
}
|
|
|
|
.card-title span a {
|
|
color: #899bbd;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.justified-text {
|
|
text-align: justify;
|
|
}
|
|
|
|
.font-weight-italic {
|
|
font-style: italic;
|
|
}
|
|
</style>
|
|
|
|
<!-- General CSS Files -->
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/bootstrap/css/bootstrap.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/fontawesome/css/all.min.css') }}">
|
|
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/jqvmap/dist/jqvmap.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/summernote/summernote-bs4.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/owlcarousel2/dist/assets/owl.carousel.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/owlcarousel2/dist/assets/owl.theme.default.min.css') }}">
|
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker@3.1.0/daterangepicker.css" />
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/select2/dist/css/select2.min.css') }}">
|
|
|
|
<!-- Template CSS -->
|
|
<link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/css/components.css') }}">
|
|
|
|
{{-- CSS Libraries --}}
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/datatables/datatables.min.css') }}">
|
|
<link rel="stylesheet"
|
|
href="{{ asset('assets/modules/datatables/DataTables-1.10.16/css/dataTables.bootstrap4.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/datatables/Select-1.2.4/css/select.bootstrap4.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/css/main.css') }}">
|