1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00
wiki.mbirth.de/css/comments.sass

30 lines
445 B
Sass

---
---
#comments-tabs
list-style: none
margin: 0
padding: 0
li
background: none
display: inline-block
padding: 10px 15px
cursor: pointer
li.static
cursor: inherit
li:before
content: normal
li.current
background: rgba(black, 0.1)
.comments-tab
display: none
padding: 1em
background: rgba(black, 0.1)
.comments-tab.current
display: inherit