1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 05:31:58 +02:00
onion/sass/ascribe_edition.scss

48 lines
869 B
SCSS
Raw Normal View History

2015-06-05 16:20:28 +02:00
.ascribe-edition-personal-note > textarea {
margin-bottom: 1em;
}
2015-06-05 14:22:02 +02:00
.ascribe-edition-collapsible-wrapper {
vertical-align: bottom;
width:100%;
}
.ascribe-edition-collapsible-wrapper > div:first-child {
2015-06-22 23:32:41 +02:00
width: 100%;
cursor: pointer;
background-color: rgba(0,0,0,0);
padding: 0 10px 10px 0;
2015-07-08 14:37:20 +02:00
margin-top: 20px;
2015-06-22 23:32:41 +02:00
}
2015-06-05 14:22:02 +02:00
.ascribe-edition-collapsible-wrapper > div > span {
2015-07-08 14:37:20 +02:00
font-size: 1.2em;
2015-06-22 23:32:41 +02:00
margin-right: .5em;
}
.ascribe-edition-collapsible-wrapper > div > span:nth-child(2) {
font-size: 0.9em;
2015-06-05 14:22:02 +02:00
}
.ascribe-edition-collapible-content {
2015-06-22 23:32:41 +02:00
width:100%;
2015-06-25 14:39:39 +02:00
}
.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;
2015-07-08 14:37:20 +02:00
}
.ascribe-button-list {
margin-top: 1em;
2015-06-05 14:22:02 +02:00
}