Files
confirms/public/plugin/custom.css
2026-03-03 21:41:02 +09:00

18 lines
288 B
CSS

/* Custom styles for receipt/detail.php and other pages */
.col-lg-10p {
flex: 0 0 10%;
max-width: 10%;
}
.photo-thumb {
max-width: 90px !important;
max-height: 68px !important;
padding: 2px;
object-fit: contain !important;
}
.photo-small {
padding: 0.3rem !important;
}