spee.ch/public/assets/css/style.css

18 lines
201 B
CSS
Raw Normal View History

2017-06-09 20:39:07 -07:00
#drop-zone {
border: 1px dashed lightgrey;
padding: 1em;
height: 200px;
2017-06-10 18:33:03 -07:00
width: 100%;
2017-06-09 20:39:07 -07:00
}
2017-06-09 16:46:57 -07:00
.all-claims-img {
height: 200px;
2017-06-09 20:39:07 -07:00
}
#image-preview {
display: none;
2017-06-10 18:33:03 -07:00
}
.row {
margin: 10px 0px 10px 0px;
2017-06-09 16:46:57 -07:00
}