pingcrm/resources/css/buttons.css

6 lines
148 B
CSS

.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 }
}