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/_mailbox.scss
@charset "UTF-8";
@import "libs/_lib";

.mailbox-nav-col {
    margin-bottom: 20px;
    
}

.mail-list {
    tr {
        color: #8c8c8c;
        a {
            color: $theme-color-1;
            &:hover {
                color: darken($theme-color-1, 15%);

            }

        }
        &.new {
            color: #ffffff;
            font-weight: 500;

        }

    }

}

.mail-content-col {
    display: flex;
    flex-flow: row wrap;
    max-width: 700px;
    margin: 0 auto;
    .desc {
        color: #8c8c8c;

    }
    .actions {
        flex: 1 0 100%;
        text-align: right;
        
    }

}
.mail-info {
    flex: 1 0 100%;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    .mail-info-elem {
        flex: 0 0 auto;
        &.-sender {
            padding-right: 5px;
            
        }

    }

}
.mail-subject {
    flex: 1 0 100%;
    margin-bottom: 10px;

}
.mail-content {
    flex: 1 0 100%;
    margin-bottom: 10px;
    .desc {
        display: block;
        margin-top: 5px;
        
    }
    
}