1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00
onion/sass/ascribe_edition.scss

27 lines
497 B
SCSS
Raw Normal View History

2015-06-05 16:20:28 +02:00
.ascribe-edition-details hr {
border-top: 1px solid #616161;
}
.ascribe-edition-personal-note > textarea {
margin-bottom: 1em;
}
2015-06-05 14:22:02 +02:00
.ascribe-edition-collapsible-wrapper {
vertical-align: bottom;
width:100%;
}
.ascribe-edition-collapsible-wrapper > div:first-child {
width:100%;
cursor:pointer;
}
.ascribe-edition-collapsible-wrapper > div > span {
2015-06-05 16:20:28 +02:00
font-size:1.3em;
2015-06-05 14:22:02 +02:00
margin-right: .5em;
}
.ascribe-edition-collapible-content {
width:100%;
margin-top: 1em;
}