| 123456789101112131415161718192021222324252627282930313233 |
- /* 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;
- }
|