1
0
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:
Awilum
2020-01-31 16:10:34 +03:00
parent ce5e3df11a
commit e67632daa2

View File

@@ -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 */