onion/sass/ascribe_edition.scss

20 lines
336 B
SCSS
Raw Normal View History

2015-06-05 16:20:28 +02:00
.ascribe-edition-personal-note > textarea {
margin-bottom: 1em;
}
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-10-23 10:37:23 +02:00
}