martabak-grand/resources/views/pages/Kasir/style.blade.php

29 lines
1.1 KiB
PHP

@push('styles')
<!-- Toastr -->
<link rel="stylesheet" href="{{ asset('assets/plugins/toastr/toastr.min.css') }}">
<link rel="stylesheet" href="{{ asset('assets/datatables/datatables.min.css') }}">
<style>
.custom-select-mystyle {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: .375rem .375rem .375rem .375em;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .175rem center/8px 10px no-repeat;
border: 1px solid #ced4da;
border-radius: .25rem;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
margin-top: 8px;
}
</style>
@endpush