META-INF.resources.frontend.styles.components.layout.tool-bar.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-vaadin-flow Show documentation
Show all versions of fluent-vaadin-flow Show documentation
Broderick Labs for fluent vaadin flow. Inherits common Vaadin components.
.tool-bar-left {
align-items: center;
flex-wrap: wrap;
place-content: flex-start;
}
.tool-bar-middle {
align-items: center;
flex-wrap: wrap;
place-content: center;
}
.tool-bar-right {
align-items: center;
flex-wrap: wrap;
place-content: flex-end;
}
.tool-bar-left > *:not(:last-child) {
margin-right: 0.5em;
}
.tool-bar-middle > *:not(:last-child) {
margin-right: 0.5em;
}
.tool-bar-right > *:not(:first-child) {
margin-left: 0.5em;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy