2020-04-21 00:26:25 +02:00
|
|
|
.dataTables_length {
|
|
|
|
@screen sm {
|
|
|
|
@apply my-5 #{!important};
|
|
|
|
}
|
2020-04-09 04:18:07 +02:00
|
|
|
|
2020-04-21 00:26:25 +02:00
|
|
|
@screen lg {
|
|
|
|
@apply my-4 #{!important};
|
|
|
|
}
|
2020-04-09 04:18:07 +02:00
|
|
|
|
2020-04-21 00:26:25 +02:00
|
|
|
select {
|
|
|
|
@apply bg-white input py-2 mx-2 px-2 #{!important};
|
|
|
|
}
|
2020-04-09 04:18:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dataTables_filter {
|
2020-04-21 00:26:25 +02:00
|
|
|
@apply mb-4;
|
2020-04-09 04:18:07 +02:00
|
|
|
|
|
|
|
input {
|
2020-04-21 00:26:25 +02:00
|
|
|
@apply form-input input #{!important};
|
2020-04-09 04:18:07 +02:00
|
|
|
}
|
|
|
|
|
2020-04-21 00:26:25 +02:00
|
|
|
@screen lg {
|
|
|
|
@apply -mt-12 #{!important};
|
|
|
|
}
|
2020-04-09 04:18:07 +02:00
|
|
|
}
|
|
|
|
|
2020-04-21 00:26:25 +02:00
|
|
|
.dataTables_paginate {
|
|
|
|
@apply pb-6 pt-2 #{!important};
|
|
|
|
|
|
|
|
.paginate_button {
|
|
|
|
@apply button bg-white border border-gray-300 text-sm leading-4 font-medium rounded text-gray-700 mr-1 py-2 cursor-pointer #{!important};
|
|
|
|
}
|
|
|
|
|
|
|
|
.current {
|
|
|
|
@apply bg-blue-600 text-white #{!important};
|
|
|
|
}
|
2020-04-09 04:18:07 +02:00
|
|
|
}
|
|
|
|
|
2020-04-21 00:26:25 +02:00
|
|
|
.dataTables_info {
|
2020-04-09 04:18:07 +02:00
|
|
|
@apply text-sm #{!important};
|
|
|
|
}
|
|
|
|
|
2020-04-21 00:26:25 +02:00
|
|
|
.dataTables_empty {
|
|
|
|
@apply py-4 #{!important};
|
|
|
|
}
|