1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 06:36:52 +02:00

feat(admin-plugin): update select2 styles #211

This commit is contained in:
Awilum
2020-02-17 11:06:20 +03:00
parent 5848a00de9
commit a1be819fdc

View File

@@ -37,6 +37,12 @@
height: 37px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single
{
@apply border-black;
}
.select2-selection.select2-selection--multiple
{
@apply p-0 pt-px;