oliverdavies.uk/assets/css/components/button.css

9 lines
138 B
CSS
Raw Normal View History

.button {
@apply bg-blue inline-block rounded text-white px-4 py-2;
&:active,
&:hover {
@apply bg-blue-dark;
}
}