38 lines
603 B
CSS
38 lines
603 B
CSS
.container-attached {
|
|
width: 100%;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.container-attached .divider {
|
|
margin: unset;
|
|
}
|
|
|
|
.input-manual-barcode {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1.5rem;
|
|
}
|
|
|
|
.scroll-attached {
|
|
max-height: 185px;
|
|
overflow: auto;
|
|
display: flex;
|
|
gap: 1rem;
|
|
flex-direction: column;
|
|
padding: .5rem;
|
|
}
|
|
|
|
.container-attached ::deep .image_card {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 14px;
|
|
}
|
|
|
|
.container-button {
|
|
margin-bottom: unset !important;
|
|
}
|
|
|
|
.input-card {
|
|
margin-bottom: 1.5rem;
|
|
} |