All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.frontend.styles.components.layout.tool-bar.css Maven / Gradle / Ivy

There is a newer version: 22.0.1
Show newest version
.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