1
0
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:
Awilum
2020-01-24 23:03:23 +03:00
parent 0ac010d02f
commit 522f2ed81b

View File

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