Changes to Button

This commit is contained in:
Belen Curcio
2020-09-29 19:39:16 -03:00
parent 9c3cb31b49
commit 8355ebb740
3 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
.root {
@apply cursor-pointer inline-flex items-center px-8 py-2 rounded-sm border border-transparent text-base leading-6 text-white bg-black transition ease-in-out duration-150 shadow-sm font-medium;
@apply cursor-pointer inline-flex px-8 py-2 rounded-sm border border-transparent leading-6 text-white bg-black transition ease-in-out duration-150 shadow-sm font-medium text-center justify-center;
}
.root:hover {
@@ -13,3 +13,7 @@
.root:active {
@apply bg-gray-700;
}
s.filled {
@apply text-white bg-black;
}