2016-08-27 18:19:42 +02:00
|
|
|
@import colors
|
|
|
|
|
|
|
|
.expander
|
|
|
|
&.collapsed
|
|
|
|
margin-bottom: 1em
|
|
|
|
&>*
|
|
|
|
display: none
|
|
|
|
&>header
|
|
|
|
display: block
|
|
|
|
header
|
|
|
|
background: $active-tab-background-color
|
|
|
|
line-height: 2em
|
|
|
|
a
|
|
|
|
padding: 0 0.5em
|
|
|
|
display: block
|
|
|
|
color: mix($text-color, $inactive-link-color)
|
|
|
|
font-size: 120%
|
|
|
|
i
|
2017-12-18 03:35:30 +01:00
|
|
|
font-size: 1em
|
2016-08-27 18:19:42 +02:00
|
|
|
color: $inactive-link-color
|
|
|
|
float: right
|
|
|
|
line-height: 2em
|
|
|
|
.expander-content
|
|
|
|
padding: 0.5em 0.5em 2em 0.5em
|
2020-08-22 22:59:13 +02:00
|
|
|
|
|
|
|
.darktheme .expander
|
|
|
|
header
|
|
|
|
background: $active-tab-background-color-darktheme
|
|
|
|
a
|
|
|
|
color: mix($text-color-darktheme, $inactive-link-color-darktheme)
|
|
|
|
i
|
|
|
|
color: $inactive-link-color-darktheme
|