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

sass.n2o.controls.Checkbox.scss Maven / Gradle / Ivy

The newest version!
.n2o-checkbox.inline {
    display: inline-block;
    padding-top: 4px;
    margin-bottom: 0;
    vertical-align: middle;
}

.n2o-checkbox.inline + .n2o-checkbox.inline {
    margin-left: 10px;
}

div.checkbox {
    > label {
        margin-bottom: 0;
    }
}

.n2o-checkbox-inline {
    > .custom-checkbox {
        &:last-child {
            margin-right: 0;
        }

        margin-right: 1.5rem;
    }

    > .checkbox {
        display: inline-block;

        > label {
            margin-right: 5px;

            > .alt-checkbox-block {
                margin-right: 5px;
            }
        }
    }
}

.n2o-checkbox {
    .n2o-popover button {
        padding: 0;
        margin-left: 5px;
        background-color: transparent;
        border: none;
    }

    .n2o-popover:hover {
        i {
            color: $pink;
        }
    }

    .n2o-popover button:active,
    .n2o-popover button:focus {
        outline: none;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy