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

META-INF.resources.frontend.styles.components.sparse-grid.css Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version
[part~="header-cell"] ::slotted(vaadin-grid-cell-content) {
    font-weight: bold;
}

:host(.sparse-grid) [part="row"] {
	min-height: 3em;
}

:host(.sparse-grid) [part="row"] [part~="cell"]:not([part~="details-cell"]) {
	min-height: 3em !important;
}

:host(.sparse-grid) [part~="cell"] ::slotted(vaadin-grid-cell-content), [part~="header-cell"] ::slotted(vaadin-grid-cell-content) {
	font-size: var(--lumo-font-size-m);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy