37 lines
529 B
Stylus
Raw Normal View History

2016-11-18 17:58:00 +00:00
.forum-tags
text-align left
margin-bottom 1.5rem
2016-11-19 08:49:00 +00:00
.thread-link
2016-11-18 17:58:00 +00:00
display flex
flex-flow row
width 100%
.thread-icons
.thread-reply-count
flex 1
text-align right
opacity 0.5
.thread-reply-count
&:after
content " replies"
.thread-content-container
display flex
align-items center
width 100%
.thread-content
display flex
align-items center
justify-content flex-start
text-align left
min-height 80%
a
color rgb(32, 32, 32) !important
&:hover
color linkHoverColor !important
.thread-icon
font-size 0.9em