HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/public_html/wp-content/plugins/ova-framework/assets/css/_ova_tabs.scss
 .tab-wrapper{
    ul{
        overflow: hidden;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        li{
            float: left;
            list-style: none;
            padding: 3px 20px;
            background: #ffff;
            border-radius: 20px 20px 20px 20px;
            margin-right: 10px;
            margin-top: 10px;
            font-size: 20px;
            line-height: 24px;
            font-weight: 500;
            text-align: center;
            transition:0.3s;
            &:hover{
                 background: #f0c84c;
                 transition:0.3s;
            };
            a{
                color: #202b5d;
                text-decoration: none;
            }
            &.active{
                background: #f0c84c;
            }
        }
    }
}

.tab-content{
    padding: 15px;
}
.tab-item{
    display: none;
    span{
        color: #62718d;
        font-size: 17px;
        line-height: 26px;
    }
    button{
        display: block;
        padding: 10px 25px;
        border: none;
        background-color: #f0c84c;
        margin-top: 40px;
        transition:0.3s;
        a{
            color: #ffff;
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
        }
        &:hover{
           background-color:#202b5d;
           transition:0.3s;
        };
    }
}