org-theme/scss/partials/_details.scss

27 lines
430 B
SCSS
Raw Normal View History

2020-11-25 23:22:07 +01:00
details {
background: #fbfbfb;
border: 1px solid #c9c9c9;
border-radius: 3px;
padding: 0.25em;
margin-bottom: 1.0em;
2020-11-26 10:59:38 +01:00
2020-11-25 23:22:07 +01:00
pre.src {
2020-11-26 13:42:06 +01:00
margin-top: 12px;
margin-bottom: 0;
2020-11-25 23:22:07 +01:00
}
}
summary {
outline: 0;
color: #c9c9c9;
2020-11-26 10:59:38 +01:00
2020-11-25 23:22:07 +01:00
&::after {
font-size: 0.85em;
color: #c9c9c9;
float: right;
2020-11-26 10:59:38 +01:00
padding-right: 0.5em;
2020-11-25 23:22:07 +01:00
content: "Click to fold/unfold";
}
}