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

META-INF.resources.primefaces.chip.chip.css Maven / Gradle / Ivy

There is a newer version: 14.0.0
Show newest version
.ui-chip {
    display: inline-flex;
    align-items: center;
}

.ui-chip-text {
    line-height: 1.5;
}

.ui-chip-icon.pi {
    line-height: 1.5;
}

.ui-chip-remove-icon {
    line-height: 1.5;
    cursor: pointer;
}

.ui-chip img {
    border-radius: 50%;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy