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

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

There is a newer version: 7.28.2
Show newest version
.n2o-input-icon {
    width: $input-icon-width;
    height: $input-icon-height;
    font-size: $input-select-control-icon-size;
    border-radius: 50%;
    padding: $input-icon-padding;
    transition: all $tree-animation-speed linear;
    display: flex;
    justify-content: center;
    align-items: center;

    &.hoverable {
        opacity: 0.5;

        &:hover {
            background-color: $icon-tree-hover-color;
            opacity: 1;
        }
    }

    &.clickable:hover {
        cursor: pointer;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy