1
0
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:
Awilum
2020-02-15 12:09:37 +03:00
parent 00ffa4ecfd
commit 5cf3d29178
2 changed files with 16 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -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