@nodeject/ui-components
Version:
UI library for non-trivial components
22 lines (21 loc) • 479 B
text/less
.secondToolbar {
background: unset;
padding: 5px 10px 5px 10px;
display: flex;
flex-direction: row;
width: 100%;
.alignLeftContainer {
width: 100%;
.alignLeft {
display: flex;
justify-content: flex-start
}
}
.alignRightContainer {
width: 100%;
.alignRight {
display: flex;
justify-content: flex-end
}
}
}