%PDF- %PDF-
| Direktori : /www/loslex_o/demo/resources/css/ |
| Current File : /www/loslex_o/demo/resources/css/select2.css |
@tailwind base;
@tailwind components;
.select2-container .select2-selection--single
{
@apply h-10 bg-gray-50 border border-gray-300 text-gray-900 dark:text-gray-100 rounded-lg;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
@apply inline;
}
.select2-container .select2-selection--single .select2-selection__arrow
{
float: right;
}
.select2-container .select2-selection--single .select2-selection__arrow b
{
background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
background-position: right center;
background-repeat: no-repeat;
background-size: .75em .75em;
padding-right: 2.5rem;
-webkit-print-color-adjust: exact;
}
.select2-selection--multiple ::placeholder
{
@apply text-sm dark:text-gray-400;
}
.select2-container .select2-selection--multiple {
@apply min-h-10;
@apply border border-gray-300 dark:border-gray-600;
@apply text-gray-900 dark:text-gray-100 dark:placeholder-gray-200;
@apply dark:bg-gray-700;
}
.select2-selection--multiple .select2-selection__choice {
@apply bg-gray-200 dark:bg-gray-500;
@apply border border-gray-400;
}
.select2-container .select2-search--dropdown .select2-search__field {
@apply dark:bg-gray-800 dark:text-gray-100;
}
.select2-dropdown {
@apply dark:bg-gray-700 dark:text-gray-200;
}
@tailwind utilities;