Update button and tag styling
This commit is contained in:
parent
007435e4d7
commit
8982cdcf3c
4 changed files with 11 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue