2020-03-24 23:13:20 +01:00
|
|
|
/* purgecss start ignore */
|
2020-03-13 22:17:08 +01:00
|
|
|
@tailwind base;
|
2018-10-04 19:10:43 +02:00
|
|
|
|
2020-03-13 22:17:08 +01:00
|
|
|
// ..
|
|
|
|
@tailwind components;
|
2018-10-04 19:10:43 +02:00
|
|
|
|
2020-03-13 22:17:08 +01:00
|
|
|
@import 'components/buttons';
|
|
|
|
@import 'components/validation';
|
|
|
|
@import 'components/inputs';
|
|
|
|
@import 'components/alerts';
|
2020-03-23 18:10:42 +01:00
|
|
|
@import 'components/badge';
|
2020-04-09 04:18:07 +02:00
|
|
|
@import 'components/datatables';
|
2020-03-23 18:10:42 +01:00
|
|
|
|
2020-04-23 00:49:23 +02:00
|
|
|
.pagination {
|
|
|
|
@apply flex items-center #{!important};
|
|
|
|
|
|
|
|
.page-link {
|
|
|
|
@apply -mt-px border-t-2 border-transparent pt-4 px-4 inline-flex items-center text-sm leading-5 font-medium text-gray-500 transition ease-in-out duration-150 cursor-pointer #{!important};
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-link:hover {
|
|
|
|
@apply text-gray-700 border-gray-300 #{!important};
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-link:focus {
|
|
|
|
@apply outline-none text-gray-700 border-gray-400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active > span {
|
|
|
|
@apply text-blue-600 border-blue-600 #{!important};
|
|
|
|
}
|
|
|
|
|
|
|
|
// hover:text-gray-700 hover:border-gray-300 focus:outline-none focus:text-gray-700 focus:border-gray-400 transition ease-in-out duration-150
|
|
|
|
}
|
|
|
|
|
2020-03-24 23:13:20 +01:00
|
|
|
/* purgecss end ignore */
|
2020-03-13 22:17:08 +01:00
|
|
|
@tailwind utilities;
|