Files
ISA-Frontend/apps/sales/src/app/modules/shelf/components/edit-actions/shelf-edit-actions.component.scss
2020-07-29 18:10:23 +02:00

17 lines
215 B
SCSS

:host {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
.actions {
display: flex;
justify-content: center;
align-items: center;
& > .isa-btn {
margin: 0 31px;
}
}