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/_panels.scss
.panel{
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    .panel-heading{
        background-color: transparent;
        border-bottom: 1px solid #ddd;
        padding: 25px 10px 5px 0px;
        .panel-title{
            font-size: 15px;
            font-weight: bolder;
        }
        a{
            color: $black-color;
            &:hover,
            &:active,
            &[aria-expanded="true"]{
                color: $brand-light-blue;
            }
            &[aria-expanded="true"],
            &.expanded{
                .panel-title > i{
                    @include rotate-180();
                }
            }

        }
        i{
            float: right;
            @extend .animation-transition-fast;
        }

    }

    .panel-body{
        border: 0 none;
        padding: 15px 0px 5px;
    }
    &.panel-default{
        .panel-heading + .panel-collapse {
            .panel-body{
                 border: 0 none;
            }
        }

    }
}