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

#rating, 
.rating {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    
}

.rating-current {
    flex: 0 0 auto;
    padding: 0 5px;
    font-weight: 900;
    color: $theme-color-1;
    
}

.rating-count {
    flex: 0 0 auto;
    padding-right: 15px;
    .count {
        font-weight: 900;
        color: #8c8c8c;
        
    }
    
}

.rating-triggers {
    white-space: nowrap;
    
}
.rate {
    display: inline-block;
    border: 1px solid #ffffff;
    color: $theme-color-1;
    text-align: center;
    @include eqbox(23px,3px);
    width: 23px;
    padding: 0 4px;
    &:hover {
        border-color: $theme-color-1;
        color: #ffffff;
        
    }
    svg {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: -1px;
        
    }
    & + .rate {
        margin-left: 10px;
        
    }
    
}