HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ippmt.kauko.lt/wp-content/plugins/ocean-elementor-widgets/assets/css/buttons/style.scss
/*------------------------------------------------------------------
Buttons
-------------------------------------------------------------------*/
.oew-buttons {
    list-style: none;
    padding: 0;
    margin: 0;

    li {
        display: inline-block;
        margin-left: 12px;

        &:first-child {
            margin-left: 0 !important;
        }

        a {
            display: inline-block;
            padding: 12px 24px;
            background-color: #13aff0;
            color: #fff;
            line-height: 1;
            text-align: center;
            border-radius: 3px;

            &:hover {
                background-color: #0b7cac;
            }
        }
    }
}

.rtl .oew-buttons li {
    margin-right: 12px;
    margin-left: 0;

    &:first-child {
        margin-right: 0 !important;
    }
}