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

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

There is a newer version: 7.28.3
Show newest version
.сheckbox-сell {
    &.custom-control-inline {
        display: flex;
        max-width: min-content;
        margin-right: 0;

        > input {
            position: absolute;
            top: 0;
            left: 0;
        }
    }

    .bs-tooltip-auto[x-placement^=bottom] {
        left: -5px !important;
    }

    .bs-tooltip-auto[x-placement^=bottom] .arrow {
        left: -5px !important;
    }
}

.custom-checkbox .custom-control-label:hover {
    cursor: pointer;
}

.custom-checkbox .custom-control-label.disabled:hover {
    cursor: default;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy