| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- @import 'datatables.net-datetime/dist/dataTables.dateTime.css';
- @import './fest-theme.css';
-
- /* tailwind base;
- tailwind components;
- tailwind utilities;*/
-
- [x-cloak] {
- display: none;
- }
-
- .select2-dropdown {
- z-index: 1200 !important;
- }
- .table thead tr th {
- padding-left: 5px !important;
- }
- .table > :not(caption) > * > * {
- padding: 0.782rem 5px !important;
- }
-
- .dt-type-numeric {
- text-align: left !important;
- }
-
- .dt-paging {
- justify-items: flex-end;
- }
-
- .light-style .select2-container--default .select2-selection {
- background-color: white !important;
- }
-
- .col-form-label {
- white-space: pre-wrap !important;
- }
-
-
-
|