1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00
onion/sass/ascribe_edition.scss
2015-06-05 16:20:28 +02:00

27 lines
497 B
SCSS

.ascribe-edition-details hr {
border-top: 1px solid #616161;
}
.ascribe-edition-personal-note > textarea {
margin-bottom: 1em;
}
.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 {
font-size:1.3em;
margin-right: .5em;
}
.ascribe-edition-collapible-content {
width:100%;
margin-top: 1em;
}