Created the Tag style
This commit is contained in:
14
admin/src/pages/Home/components/Tag/styles.sass
Normal file
14
admin/src/pages/Home/components/Tag/styles.sass
Normal 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
|
Reference in New Issue
Block a user