pingcrm/resources/css/buttons.css

6 lines
148 B
CSS
Raw Normal View History

2019-03-18 08:53:00 -03:00
.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 }
}