Fixy image tags

This commit is contained in:
Michał Gdula 2023-04-22 15:13:15 +00:00
parent 113391dc74
commit 85d4b47760
2 changed files with 7 additions and 9 deletions

View file

@ -1,11 +1,11 @@
.tag-icon
margin: 0
padding: 0.25rem 0.5rem
padding: 0.3rem 0.5rem
display: flex
align-items: center
align-items: flex-end
justify-content: center
gap: 0.25rem
gap: 0.3rem
font-size: 0.9rem
font-weight: 500
@ -19,9 +19,8 @@
cursor: pointer
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out
svg
width: 1.15rem
height: 1.15rem
i
font-size: 1.15rem
&:hover
background-color: RGBA($primary, 0.3)
background-color: RGBA($primary, 0.2)