oliverdavies.uk/assets/sass/components/button.sass

7 lines
114 B
Sass
Raw Normal View History

2018-12-07 22:45:27 +00:00
.button
2018-12-18 22:57:51 +00:00
@apply bg-blue inline-block rounded text-white px-4 py-2
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
&:active,
&:hover
@apply bg-blue-dark