Added tag filter for soundtracks
This commit is contained in:
@ -3,6 +3,24 @@ mixin tag-dimensions
|
||||
margin 0.4rem
|
||||
height 38px
|
||||
|
||||
mixin genre-tag
|
||||
default-transition
|
||||
padding 0.25rem 0.75rem
|
||||
font-size 85%
|
||||
color text-color
|
||||
background reverse-light-color
|
||||
border-radius ui-element-border-radius
|
||||
margin 0.35rem
|
||||
|
||||
&.mounted
|
||||
opacity 0.8
|
||||
|
||||
:hover
|
||||
color text-color
|
||||
opacity 1.0
|
||||
text-shadow none
|
||||
background reverse-light-hover-color
|
||||
|
||||
.tags
|
||||
horizontal-wrap
|
||||
|
||||
@ -10,6 +28,7 @@ mixin tag-dimensions
|
||||
ui-element
|
||||
tag-dimensions
|
||||
margin-right 0
|
||||
color text-color
|
||||
|
||||
.tag-edit
|
||||
border-right none
|
||||
|
Reference in New Issue
Block a user