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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user