Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435
  1. @import 'datatables.net-datetime/dist/dataTables.dateTime.css';
  2. /* tailwind base;
  3. tailwind components;
  4. tailwind utilities;*/
  5. [x-cloak] {
  6. display: none;
  7. }
  8. .select2-dropdown {
  9. z-index: 1200 !important;
  10. }
  11. .table thead tr th {
  12. padding-left: 5px !important;
  13. }
  14. .table > :not(caption) > * > * {
  15. padding: 0.782rem 5px !important;
  16. }
  17. .dt-type-numeric {
  18. text-align: left !important;
  19. }
  20. .dt-paging {
  21. justify-items: flex-end;
  22. }
  23. .light-style .select2-container--default .select2-selection {
  24. background-color: white !important;
  25. }
  26. .col-form-label {
  27. white-space: pre-wrap !important;
  28. }