mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
fba30a565b
verify
47 lines
832 B
SCSS
47 lines
832 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: #EEE;
|
|
padding: 10px;
|
|
border: 1px solid #CCC;
|
|
|
|
}
|
|
.ascribe-edition-collapsible-wrapper > div > span {
|
|
font-size:1.3em;
|
|
margin-right: .5em;
|
|
}
|
|
.ascribe-edition-collapsible-wrapper > div > span:nth-child(2) {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.ascribe-edition-collapible-content {
|
|
width:100%;
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
.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;
|
|
} |