Sin descripción
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.

app.css 623B

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