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