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

src.app.modules.target.list.targets.component.scss Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
.env-filter-no-focus {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.target-environment {
    font-size: 0.7rem;
    &.active {
        background-color: var(--bs-info) !important;
        color: var(--bs-white) !important;
    }
}

.props {
    table-layout: fixed;
}

:host ::ng-deep .ngb-highlight {
    background-color: violet !important;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy