mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 02:41:27 +02:00
feat(admin-plugin): update buttons and dropdown styles #211
This commit is contained in:
@@ -33,3 +33,18 @@
|
||||
{
|
||||
@apply mr-2;
|
||||
}
|
||||
|
||||
.button-dropdown
|
||||
{
|
||||
@apply rounded border border-solid border-black text-white inline-block w-auto bg-dark cursor-pointer;
|
||||
}
|
||||
|
||||
.button-dropdown .button
|
||||
{
|
||||
@apply border-none m-0;
|
||||
}
|
||||
|
||||
.button-dropdown .button:last-of-type .icon > svg
|
||||
{
|
||||
vertical-align: 0;
|
||||
}
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
.dropdown__item
|
||||
{
|
||||
@apply flex py-2 pl-4 pr-12 text-left opacity-90;
|
||||
@apply flex py-2 pl-4 pr-12 text-left opacity-90 bg-transparent;
|
||||
}
|
||||
|
||||
.dropdown__item:hover
|
||||
|
Reference in New Issue
Block a user