HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/baretube.com/templates/default_tube2019/scss/_user.scss
@charset "UTF-8";
@import "libs/_lib";

.user-nav-col {
    flex: 1 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #1e1e1e;
    @media(min-width: 1040px) {
        margin-right: 320px;

    }
    .tabs-nav {
        justify-content: flex-end;
        a {
            white-space: nowrap;
            .svg-inline--fa {
                color: $theme-color-1;
                font-size: 18px;
                margin-right: 3px;
                vertical-align: middle;
                margin-top: -2px;

            }

        }
        @media(max-width: 479px) {
            li {
                flex-basis: 25%;

            }
            .sub-label {
                display: none;

            }

        }

    }

}

.user-block {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    max-width: 100%;
    padding: 0 20px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1e1e1e;

}

.user-aside {
    flex: 0 0 190px;
    margin: 0 auto 10px;
    @media(min-width: 768px) {
        margin-right: 40px;

    }

}

.user-avatar {
    display: block;
    margin-bottom: 10px;
    .image {
        display: block;
        position: relative;
        overflow: hidden;
        padding-top: 60%;
        height: 0;
        img {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 100%;
            height: auto;

        }

    }

}

.user-actions {
    display: block;
    .btn {
        display: block;
        font-size: 14px;
        @include eqbox(39px);
        & + .btn {
            margin-top: 10px;

        }

    }

}

.user-info {
    flex: 1 0 100%;
    margin-bottom: 10px;
    @media(min-width: 768px) {
        flex-basis: 0;

    }

}

.user-list {
    display: flex;
    flex-flow: row wrap;
    li {
        flex: 1 0 100%;
        padding: 7px 20px;
        @media(max-width: 599px) {
            &:nth-child(2n+1) {
                background-color: #161616;

            }

        }
        @media(min-width: 600px) {
            flex-basis: 50%;
            &:nth-child(4n+1) {
                background-color: #161616;

            }
            &:nth-child(4n+2) {
                background-color: #161616;

            }

        }

    }
    .desc {
        color: #8c8c8c;

    }

}

.user-dec {
    flex: 1 0 100%;
    margin-bottom: 10px;
    @media(min-width: 1470px) {
        flex-basis: 0;
        margin-left: 40px;
        
    }
    > p, 
    > span, 
    > div:not(.title-col) {
        color: #8c8c8c;
        margin: 0;
        
    }

}