2017-06-21 18:14:53 +02:00
|
|
|
canvas {
|
2017-06-21 19:25:20 +02:00
|
|
|
background-color: white;
|
2017-06-21 18:14:53 +02:00
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#image-preview {
|
|
|
|
display: none;
|
2017-06-11 03:33:03 +02:00
|
|
|
}
|
|
|
|
|
2017-06-21 18:14:53 +02:00
|
|
|
#tweet-meme-button {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2017-06-11 03:33:03 +02:00
|
|
|
.row {
|
|
|
|
margin: 10px 0px 10px 0px;
|
2017-06-20 22:07:49 +02:00
|
|
|
}
|
|
|
|
|
2017-06-21 18:14:53 +02:00
|
|
|
.all-claims-img {
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|