1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-22 23:56:53 +01:00
onion/sass/ascribe_edition.scss

53 lines
890 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;
2015-06-22 23:32:41 +02:00
width: 100%;
2015-08-31 19:04:44 +02:00
> 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;
}
2015-06-05 14:22:02 +02:00
}
2015-08-10 14:42:38 +02:00
.ascribe-edition-collapsible-content {
background: none;
2015-08-31 19:04:44 +02:00
border: 0;
width: 100%;
2015-06-25 14:39:39 +02:00
}
2015-08-10 14:42:38 +02:00
.coa-file-wrapper {
display: table;
height: 200px;
margin: 0 auto;
2015-08-31 19:04:44 +02:00
overflow: hidden;
2015-08-10 14:42:38 +02:00
padding: 1em;
2015-08-31 19:04:44 +02:00
width: 100%;
2015-06-25 14:39:39 +02:00
}
.coa-file {
2015-08-31 19:04:44 +02:00
background-color: #F8F8F8;
border: 1px solid #CCC;
2015-08-10 14:42:38 +02:00
display: table-cell;
vertical-align: middle;
2015-07-08 14:37:20 +02:00
}
.ascribe-button-list {
2015-08-10 14:42:38 +02:00
margin-top: 1em;
2015-08-31 19:04:44 +02:00
}