1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 07:34:22 +02:00

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

This commit is contained in:
Awilum
2020-02-15 18:39:05 +03:00
parent 07576ed52f
commit 5848a00de9

View File

@@ -36,7 +36,7 @@
.button-dropdown
{
@apply rounded border border-solid border-black text-white inline-block w-auto bg-dark cursor-pointer;
@apply rounded border border-solid border-black text-white inline-flex w-auto bg-dark cursor-pointer;
}
.button-dropdown .button
@@ -44,6 +44,16 @@
@apply border-none m-0;
}
.button-dropdown .button
{
@apply border-r-0;
}
.button-dropdown .button:last-of-type
{
@apply border-l-0 border-r;
}
.button-dropdown .button:last-of-type .icon > svg
{
vertical-align: 0;