spee.ch/public/assets/css/style.css
2017-06-20 13:07:49 -07:00

24 lines
271 B
CSS

#drop-zone {
border: 1px dashed lightgrey;
padding: 1em;
height: 200px;
width: 100%;
}
.all-claims-img {
height: 200px;
}
#image-preview {
display: none;
}
.row {
margin: 10px 0px 10px 0px;
}
canvas {
background-color: blue;
width: 100%;
height: auto;
}