46 lines
695 B
Plaintext
Raw Normal View History

2017-10-12 15:52:46 +00:00
mixin tag-dimensions
padding 0.4rem 0.8rem
margin 0.4rem
2017-12-05 09:57:44 +00:00
height 38px
2017-10-12 15:52:46 +00:00
2018-03-13 00:49:54 +00:00
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
2017-10-09 13:47:40 +00:00
.tags
horizontal-wrap
.tag
ui-element
2017-10-12 15:52:46 +00:00
tag-dimensions
margin-right 0
2018-03-13 00:49:54 +00:00
color text-color
2017-10-15 23:35:28 +00:00
.tag-edit
2017-10-12 15:52:46 +00:00
border-top-right-radius 0
border-bottom-right-radius 0
2018-03-24 20:20:03 +00:00
width auto
2017-10-09 13:47:40 +00:00
.tag-remove
2017-10-12 15:52:46 +00:00
tag-dimensions
margin-left 0
2018-03-24 20:20:03 +00:00
border-left none
2017-10-12 15:52:46 +00:00
border-top-left-radius 0
border-bottom-left-radius 0
2017-10-09 13:47:40 +00:00
.tag-add
2017-10-12 15:52:46 +00:00
tag-dimensions