HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/completehealthcaredirect/public_html/assets/scss/_team.scss
/*=========================
    11. Tean css
==========================*/

.team-item-one{
    &:hover{
        & .team-img{
            & .team-social{
                bottom: 0;
            }
        }
    }
    & .team-img{
        position: relative;
        overflow: hidden;
        & .team-social{
            position: absolute;
            bottom: -100%;
            left: 20px;
            background-color: $primary-color;
            padding: 38px 15px 33px;
            @include transition(.3s);
            & ul.social-link{
                & li{
                    display: block;
                    margin-bottom: 10px;
                    &:last-child{
                        margin-bottom: 0px;
                    }
                    & a{
                        @extend %white;
                    }
                }
            }
        }
    }
    & .team-info{
        padding-top: 25px;
        & h3.title{
            margin-bottom: 5px;
        }
    }
}