Add label printing functionality and error handling in stock and label flows
This commit is contained in:
@@ -31,6 +31,40 @@ body {
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
.input-group-label-submit .input-group-text {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.label-actions-row .btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.input-group-label-submit {
|
||||
width: auto;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.input-group-label-submit .btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.label-action-btn {
|
||||
white-space: nowrap !important;
|
||||
flex: 0 0 auto;
|
||||
min-width: max-content;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.label-actions-row {
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
|
||||
.label-actions-primary {
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
}
|
||||
|
||||
.brand-mark {
|
||||
display: inline-grid;
|
||||
place-items: center;
|
||||
@@ -647,6 +681,11 @@ button.legend-card:focus-visible {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.grouped-stock-mark-gone {
|
||||
align-self: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.grouped-stock-item-subline {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user