1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-16 01:23:18 +02:00
onion/sass/ascribe_edition.scss
2015-11-03 10:39:01 +01:00

20 lines
336 B
SCSS

.ascribe-edition-personal-note > textarea {
margin-bottom: 1em;
}
.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;
}