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

sass.n2o.components.Pills.scss Maven / Gradle / Ivy

There is a newer version: 7.28.3
Show newest version
.n2o-pill-filter {
    .nav-item {
        margin-right: 20px;
        border: 2px solid $pill-filter-border-color;

        a {
            color: $pill-filter-text-color;
        }
    }

    .active {
        background-color: $pill-filter-active-color !important;
        color: $pill-filter-text-color !important;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy