mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
27 lines
497 B
SCSS
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;
|
|
} |