mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
50 lines
941 B
SCSS
50 lines
941 B
SCSS
|
|
.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;
|
|
background-color: rgba(0,0,0,0);
|
|
padding: 0 10px 10px 0;
|
|
margin-top: 20px;
|
|
}
|
|
.ascribe-edition-collapsible-wrapper > div > span {
|
|
font-size: 1.2em;
|
|
margin-right: .5em;
|
|
}
|
|
.ascribe-edition-collapsible-wrapper > div > span:nth-child(2) {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.ascribe-edition-collapsible-content {
|
|
width:100%;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
.coa-file-wrapper {
|
|
display: table;
|
|
height: 200px;
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
padding: 1em;
|
|
}
|
|
|
|
.coa-file {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
border: 1px solid #CCC;
|
|
background-color: #F8F8F8;
|
|
}
|
|
|
|
.ascribe-button-list {
|
|
margin-top: 1em;
|
|
} |