No Description
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 526B

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