mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 10:51:21 +02:00
feat(admin-plugin): select2 styles improvements #211
This commit is contained in:
@@ -8,4 +8,26 @@
|
||||
{
|
||||
/*@apply w-full border rounded-none border-gray-600 outline-none px-2 py-2;*/
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple,
|
||||
.select2-container--default .select2-selection--single
|
||||
{
|
||||
height: auto;
|
||||
|
||||
border-radius: 0;
|
||||
@apply px-2 py-2;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__rendered
|
||||
{
|
||||
line-height: 21px!important;
|
||||
|
||||
height: auto;
|
||||
@apply p-0;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__arrow
|
||||
{
|
||||
height: 37px;
|
||||
}
|
||||
/* purgecss end ignore */
|
||||
|
Reference in New Issue
Block a user