receipts/js/transaction.css

20 lines
248 B
CSS

.invisible {
display: none !important;
}
#photo-view {
text-align: center;
}
#photo-view video,
#photo-view canvas {
width: 100%;
height: auto;
object-fit: contain;
}
#photo-view sl-icon-button {
font-size: 3em;
margin: 0 0.5em;
}