HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: /var/www/wp-content/themes/oceanwp/inc/activation-notice/assets/css/panel-notice.scss
.oe-panel-notice {
    position: relative;
    padding: 25px 20px;
    border-left-color: #00a0d2;
    font-family: 'Poppins', sans-serif;

    .owp-ocean-extra-plugin-inner {
        display: flex;

        .owp-notification-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 40px;
            width: 40px;
            height: 40px;
            margin-right: 20px;
        }

        h2 {
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .notice-subheading {
            font-size: 14px;
            font-weight: 500;
        }

        p {
            padding: 0;
            margin: 0 0 1.5em 0;

        }

        li {
            list-style: disc;
            margin-left: 40px;
        }

        .notice-actions {
            display: flex;
            align-items: center;
        }

        .notice-actions > * {
            display: flex;
            align-items: center;

            &:first-child {
                margin-right: 10px;
            }
        }
    }
}