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

18 lines
201 B
CSS
Raw Normal View History

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