18 lines
288 B
CSS
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;
|
|
}
|