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

META-INF.resources.frontend.styles.components.layout.fluent-title-layout.css Maven / Gradle / Ivy

There is a newer version: 22.0.1
Show newest version
.fluent-title-layout {
    width: calc(100% - 1em);
    box-sizing: border-box;
}

.fluent-title-layout__header {
    padding: var(--lumo-space-s);
    box-sizing: border-box;
    width: 100%;
    align-items: baseline;
}

.fluent-title-layout__content {
    border-top: 1px solid #d9d9d9;
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
}

.fluent-title-layout__content:not(:last-child) {
    padding-bottom: var(--lumo-space-s);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy