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

7 lines
114 B
Sass
Raw Normal View History

2018-06-03 09:33:12 +01:00
.button
2018-10-04 00:56:57 +01:00
@apply bg-blue inline-block rounded text-white px-4 py-2
2018-06-03 09:33:12 +01:00
2018-06-06 21:46:10 +01:00
&:active,
&:hover
2018-10-04 00:56:57 +01:00
@apply bg-blue-dark