1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-19 03:11:21 +02:00

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

This commit is contained in:
Awilum
2020-02-04 01:34:46 +03:00
parent 6155ded05d
commit 68c1e5c961

View File

@@ -10,7 +10,7 @@
.button
{
@apply px-4 py-2 border border-solid border-dark text-white inline-block w-auto bg-dark;
@apply px-4 py-2 border border-solid border-dark text-white inline-block w-auto bg-dark cursor-pointer;
}
.button--white