Update button and tag styling

This commit is contained in:
Oliver Davies 2018-12-19 21:34:19 +00:00
parent 007435e4d7
commit 8982cdcf3c
4 changed files with 11 additions and 12 deletions

View file

@ -1,6 +1,10 @@
.button
@apply bg-blue inline-block rounded text-white px-4 py-2
@apply bg-blue border-blue border-2 inline-block rounded-lg text-white no-underline px-4 py-2
&:active,
&:focus,
&:hover
@apply bg-blue-dark
@apply bg-white text-blue
&:focus
@apply px-4 py-2 m-0