5 lines
148 B
CSS
Vendored
5 lines
148 B
CSS
Vendored
.btn-indigo {
|
|
@apply px-6 py-3 rounded bg-indigo-dark text-white text-sm font-bold whitespace-no-wrap;
|
|
|
|
&:hover, &:focus { @apply bg-orange }
|
|
}
|