HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/buyercall/assets/styles/vendor/material-dashboard/_tabs.scss
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.

.nav-tabs {
    background: $brand-primary;
    border: 0;
    border-radius: $border-radius-base;
    padding: 0 $padding-base;

    > li {
        > a {
            color: #FFFFFF;
            border: 0;
            margin: 0;

            border-radius: $border-radius-base;

            line-height: $mdb-btn-font-size-base * 2;
            text-transform: uppercase;
            font-size: $mdb-btn-font-size-base;

            &:hover {
                background-color: transparent;
                border: 0;
            }
        }
        & > a,
        & > a:hover,
        & > a:focus {
            background-color: transparent;
            border: 0 !important;
            color: #FFFFFF !important;
            font-weight: $font-weight-bold;
        }
        &.disabled > a,
        &.disabled > a:hover {
            color: rgba(255,255,255,0.5);
        }

        .material-icons{
            margin: -1px 5px 0 0;
        }
    }

    >li.active{
        & > a,
        & > a:hover,
        & > a:focus {
            background-color: rgba(255,255,255, .2);
            transition: background-color .1s .2s;
        }
    }

}