HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-recipe-maker/assets/css/admin/shared/icon.scss
.wprm-admin-icon {
    opacity: 0.5;
    margin-top: 2px;

    &:hover {
        opacity: 1;
        cursor: pointer;
    }

    &.wprm-admin-icon-hidden {
        opacity: 0.1;
        cursor: default;
    }
}

.wprm-admin-icon-help {
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;

    border: 1px solid #444;
    border-radius: 100%;
    opacity: 1;

    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;

    svg {
        width: 10px;
        height: 9px;
        margin-bottom: 2px;
    }

    &:hover {
        background-color: #444;

        svg {
            g,
            path {
                fill: white;
            }
        }
    }
}