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:
11
site/plugins/admin/assets/src/modules/select2.css
Normal file
11
site/plugins/admin/assets/src/modules/select2.css
Normal 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 */
|
Reference in New Issue
Block a user