mirror of
https://github.com/flextype/flextype.git
synced 2025-08-21 04:11:42 +02:00
feat(admin-plugin): update styles for buttons #211
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
.button
|
||||
{
|
||||
@apply mt-6 px-4 py-2 border border-black text-white inline-block w-auto bg-black;
|
||||
@apply px-4 py-2 border border-black text-white inline-block w-auto bg-black;
|
||||
}
|
||||
|
||||
.button--white
|
||||
@@ -22,3 +21,13 @@
|
||||
{
|
||||
@apply border-gray-900 bg-gray-900 text-white;
|
||||
}
|
||||
|
||||
.button-group
|
||||
{
|
||||
@apply mb-3;
|
||||
}
|
||||
|
||||
.button-group .button
|
||||
{
|
||||
@apply mr-2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user