pingcrm/resources/css/buttons.css
Jonathan Reinink 14192d0e46 Initial commit
2019-03-21 19:58:19 -04:00

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