1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

feat(admin-plugin): add button-white #211

This commit is contained in:
Awilum
2020-01-23 18:54:40 +03:00
parent 5f1dac7725
commit f194638c74

View File

@@ -3,7 +3,13 @@
@apply mt-6 px-4 py-2 border border-black text-white inline-block w-auto bg-black;
}
.button:hover
.button--white
{
@apply bg-white text-black;
}
.button:hover,
.button--white:hover
{
@apply border-gray-900 bg-gray-900 text-white;
}