onion/sass/ascribe_edition.scss

53 lines
890 B
SCSS

.ascribe-edition-personal-note > textarea {
margin-bottom: 1em;
}
.ascribe-edition-collapsible-wrapper {
vertical-align: bottom;
width: 100%;
> div:first-child {
background-color: rgba(0, 0, 0, 0);
cursor: pointer;
margin-top: 20px;
padding: 0 10px 10px 0;
width: 100%;
}
> div > span {
font-size: 1.2em;
margin-right: .5em;
}
> div > span:nth-child(2) {
font-size: .9em;
}
}
.ascribe-edition-collapsible-content {
background: none;
border: 0;
width: 100%;
}
.coa-file-wrapper {
display: table;
height: 200px;
margin: 0 auto;
overflow: hidden;
padding: 1em;
width: 100%;
}
.coa-file {
background-color: #F8F8F8;
border: 1px solid #CCC;
display: table-cell;
vertical-align: middle;
}
.ascribe-button-list {
margin-top: 1em;
}