9 lines
199 B
CSS
9 lines
199 B
CSS
|
.tw-button {
|
||
|
@apply inline-block uppercase font-bold text-lg mx-2 py-3 px-5 text-white no-underline bg-black !important;
|
||
|
|
||
|
&:hover,
|
||
|
&:focus {
|
||
|
@apply bg-green-600 text-white !important
|
||
|
}
|
||
|
}
|