1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): add css for select2 module #211

This commit is contained in:
Awilum
2020-01-31 15:31:38 +03:00
parent bd51befdeb
commit a588045a21

View File

@@ -0,0 +1,11 @@
/* purgecss start ignore */
.select2-container
{
display: block;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single
{
/*@apply w-full border rounded-none border-gray-600 outline-none px-2 py-2;*/
}
/* purgecss end ignore */