Created the Tag style

This commit is contained in:
2022-12-27 21:42:00 +01:00
parent 6aca2f600c
commit da8e73c60c

View File

@ -0,0 +1,14 @@
@import "@/common/styles/colors"
.tag
background-color: $primary
color: $white
display: flex
gap: 0.3rem
align-items: center
padding: 0.3rem 0.5rem
border-radius: 0.5rem
.tag h3
margin: 0
font-weight: 500