mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-16 22:25:30 +08:00
17 lines
299 B
SCSS
17 lines
299 B
SCSS
#modal-info-repository-row {
|
|
.bar-code-container {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.modal-footer[data-assign-item-button="true"] {
|
|
align-items: center;
|
|
display: flex;
|
|
gap: .5em;
|
|
width: 100%;
|
|
|
|
.print-label-button {
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
}
|