betajs/betajs-media-components

View on GitHub
src/themes/video_player/default/controlbar.scss

Summary

Maintainability
Test Coverage

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $progressbar_bgcolor;

Name of variable chapter_text_container_background should be written in all lowercase letters with hyphens instead of underscores
Open

        background: $chapter_text_container_background;

Name of variable chapter_text_container_min_width should be written in all lowercase letters with hyphens instead of underscores
Open

        left: - ($chapter_text_container_min_width / 2);

Name of variable progressbar_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $progressbar_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $progressbar_height;

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$css}-chapters-list-container {

Name of variable chapter_item_width should be written in all lowercase letters with hyphens instead of underscores
Open

        width: $chapter_item_width;

Name of variable chapter_text_container_bottom should be written in all lowercase letters with hyphens instead of underscores
Open

        bottom: $chapter_text_container_bottom;

Name of variable chapter_text_container_min_width should be written in all lowercase letters with hyphens instead of underscores
Open

        min-width: $chapter_text_container_min_width;

Colon after property should be followed by one space
Open

        width:100%;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include transition1(opacity, $dashboard_transition, ease-in-out);

0.7 should be written without a leading zero as .7
Open

        opacity: 0.7;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$css}-chapters-list-item {

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

        height: $progressbar_height + 1;

0.5 should be written without a leading zero as .5
Open

        top: -0.5px;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include absolute-align-full-bottom;

Properties should be ordered background-color, height
Open

    height: $progressbar_height;

Name of variable chapter_item_background should be written in all lowercase letters with hyphens instead of underscores
Open

        background: $chapter_item_background;

Name of variable dashboard_transition should be written in all lowercase letters with hyphens instead of underscores
Open

    @include transition1(opacity, $dashboard_transition, ease-in-out);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $progressbar_height_small;

Name of variable progressbar_height_small should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height_small;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: absolute;

Name of variable controlbar_opacity should be written in all lowercase letters with hyphens instead of underscores
Open

    opacity: $controlbar_opacity;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $controlbar_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include float-width-height(left, $button_width, 100%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include clickable;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include clickable;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include relative-center-center;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-left: $volume_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-top: $ie8_margintop+4;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$css}-chapters-item-text {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $progressbar_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $controlbar_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    width: auto;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background: transparent;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    cursor: pointer;

Name of variable text_color should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $text_color;

Name of variable text_fontsize should be written in all lowercase letters with hyphens instead of underscores
Open

    font-size: $text_fontsize;

Name of variable time_sep_width should be written in all lowercase letters with hyphens instead of underscores
Open

    @include float-width-height(left, 2 * $time_value_width + $time_sep_width, 50%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    text-align: center;

Name of variable time_sep_width should be written in all lowercase letters with hyphens instead of underscores
Open

    width: $time_sep_width;

$ie8_margintop+4 should be written with a single space on each side of the operator: $ie8_margintop + 4
Open

    margin-top: $ie8_margintop+4;

Rule declaration should be preceded by an empty line
Open

    .#{$css}-progressbar-chapters {

Properties should be ordered background-color, height, position
Open

    position: absolute;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $progressbar_height_small;

$progressbar_height + 2 * $progressbar_button_overflow)/2 should be written with a single space on each side of the operator: $progressbar_height + 2 * $progressbar_button_overflow) / 2
Open

    $radius: floor(($progressbar_height + 2 * $progressbar_button_overflow)/2);

Name of variable progressbar_button_overflow should be written in all lowercase letters with hyphens instead of underscores
Open

    width: $progressbar_height + 2 * $progressbar_button_overflow;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    box-sizing: content-box;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include absolute-align-full-bottom;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    opacity: $controlbar_opacity;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include relative-center-center;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-family: $text_fontfamily;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-family: $text_fontfamily;

Name of variable volume_width should be written in all lowercase letters with hyphens instead of underscores
Open

    @include float-width-height(right, $volume_width, 100%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include transition1(height, $progressbar_transition, ease-in-out);

Name of variable progressbar_transition should be written in all lowercase letters with hyphens instead of underscores
Open

    @include transition1(height, $progressbar_transition, ease-in-out);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include transition1(height, $progressbar_transition, ease-in-out);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $progressbar_button_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    box-sizing: content-box;

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    width: $progressbar_height * 0.75;

Properties should be ordered background-color, height, opacity
Open

    height: $controlbar_height;

Name of variable text_fontsize should be written in all lowercase letters with hyphens instead of underscores
Open

    font-size: $text_fontsize;

Name of variable volume_height should be written in all lowercase letters with hyphens instead of underscores
Open

    margin-right: $volume_height + 5;

Name of variable ie8_margintop should be written in all lowercase letters with hyphens instead of underscores
Open

    margin-top: $ie8_margintop+4;

Name of variable progressbar_height_small should be written in all lowercase letters with hyphens instead of underscores
Open

            height: $progressbar_height_small + 0.5;

0.5 should be written without a leading zero as .5
Open

            height: $progressbar_height_small + 0.5;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $progressbar_position_bgcolor;

Name of variable progressbar_position_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $progressbar_position_bgcolor;

Name of variable progressbar_transition should be written in all lowercase letters with hyphens instead of underscores
Open

    @include transition1(height, $progressbar_transition, ease-in-out);

Name of variable progressbar_button_overflow should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height + 2 * $progressbar_button_overflow;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $progressbar_button_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    padding: 0 8px;

0.7 should be written without a leading zero as .7
Open

    @include transparent(0.7);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-size: $button_fontsize;

Name of variable volume_height should be written in all lowercase letters with hyphens instead of underscores
Open

    margin-left: $volume_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-right: $volume_height + 5;

Name of variable progressbar_height_small should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height_small;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: $progressbar_button_border solid $progressbar_button_bordercolor;

Name of variable progressbar_button_border should be written in all lowercase letters with hyphens instead of underscores
Open

    border: $progressbar_button_border solid $progressbar_button_bordercolor;

Name of variable progressbar_button_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $progressbar_button_bgcolor;

Name of variable controlbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $controlbar_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    overflow: hidden;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include transparent(0.7);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    text-align: center;

Name of variable time_value_width should be written in all lowercase letters with hyphens instead of underscores
Open

    @include float-width-height(left, 2 * $time_value_width + $time_sep_width, 50%);

0.25 should be written without a leading zero as .25
Open

            top: -0.25px;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include transition1(height, $progressbar_transition, ease-in-out);

Name of variable progressbar_cache_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $progressbar_cache_bgcolor;

Name of variable progressbar_button_bordercolor should be written in all lowercase letters with hyphens instead of underscores
Open

    border: $progressbar_button_border solid $progressbar_button_bordercolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    width: $progressbar_height * 0.75;

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height + 8;

Name of variable controlbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $controlbar_height;

Properties should be ordered color, font-family, font-size, text-align
Open

    text-align: center;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-size: $text_fontsize;

Properties should be ordered margin-right, margin-top
Open

    margin-top: $ie8_margintop+4;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include clickable;

Name of variable chapter_text_container_padding should be written in all lowercase letters with hyphens instead of underscores
Open

        padding: $chapter_text_container_padding;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include absolute-align-left;

Properties should be ordered background-color, border, box-sizing, height, position, top, width
Open

    position: absolute;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $controlbar_height;

border: 0 is preferred over border: none
Open

    border: none;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-top: $ie8_margintop;

Name of variable volume_height should be written in all lowercase letters with hyphens instead of underscores
Open

    @include border-round-edges($volume_height / 2);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $volume_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: $progressbar_button_border solid $progressbar_button_bordercolor;

Name of variable progressbar_button_bordercolor should be written in all lowercase letters with hyphens instead of underscores
Open

    border: $progressbar_button_border solid $progressbar_button_bordercolor;

Name of variable progressbar_button_border should be written in all lowercase letters with hyphens instead of underscores
Open

    top: -($progressbar_button_border + $progressbar_button_overflow);

Name of variable video_title_margin should be written in all lowercase letters with hyphens instead of underscores
Open

    margin: $video_title_margin;

Properties should be ordered background-color, bottom, left, padding, position, text-align
Open

    position: absolute;

Rule declaration should be preceded by an empty line
Open

    & > span {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    &.#{$cssnoie8} .#{$csstheme}-time-container {

Declaration should be terminated by a semicolon
Open

        cursor: not-allowed

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$css}-progressbar-chapters {

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    left: -7px;

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    $radius: floor(($progressbar_height + 2 * $progressbar_button_overflow)/2);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    color: $text_color;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-right: 15px;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include relative-center-center;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    width: $progressbar_height + 2 * $progressbar_button_overflow;

Name of variable video_title_font_weight should be written in all lowercase letters with hyphens instead of underscores
Open

    font-weight: $video_title_font_weight;

Name of variable mobile_leftbutton-container_width should be written in all lowercase letters with hyphens instead of underscores
Open

        @include float-width-height(left, $mobile_leftbutton-container_width, 100%);

Rule declaration should be followed by an empty line
Open

    }

Line should be indented 2 spaces, but was indented 4 spaces
Open

    right: -$radius;

0.75 should be written without a leading zero as .75
Open

    width: $progressbar_height * 0.75;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    top: -4px;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $progressbar_height + 8;

Name of variable controlbar_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $controlbar_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: none;

Name of variable button_fontsize should be written in all lowercase letters with hyphens instead of underscores
Open

    font-size: $button_fontsize;

Properties should be ordered color, font-family, font-size, margin-top, text-align
Open

    text-align: center;

Name of variable time_value_width should be written in all lowercase letters with hyphens instead of underscores
Open

    width: $time_value_width;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    width: $time_sep_width;

Name of variable progressbar_transition should be written in all lowercase letters with hyphens instead of underscores
Open

    @include transition1(height, $progressbar_transition, ease-in-out);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: absolute;

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    top: -($progressbar_button_border + $progressbar_button_overflow);

Name of variable progressbar_button_overflow should be written in all lowercase letters with hyphens instead of underscores
Open

    top: -($progressbar_button_border + $progressbar_button_overflow);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    display: none;

Name of variable ie8_margintop should be written in all lowercase letters with hyphens instead of underscores
Open

    margin-top: $ie8_margintop;

Name of variable time_sep_width should be written in all lowercase letters with hyphens instead of underscores
Open

    @include float-width-height(left, 2 * $time_value_width + $time_sep_width, 100%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    color: $text_color;

Name of variable text_color should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $text_color;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include border-round-edges($volume_height / 2);

Name of variable volume_height should be written in all lowercase letters with hyphens instead of underscores
Open

    $radius: $volume_height - 2 * $progressbar_button_overflow;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    box-sizing: content-box;

Name of variable progressbar_button_border should be written in all lowercase letters with hyphens instead of underscores
Open

    border: $progressbar_button_border solid $progressbar_button_bordercolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    right: -$radius;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    line-height: 30px;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: #ffffff;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    left: 5px;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$csstheme}-leftbutton-container {

Rule declaration should be followed by an empty line
Open

}

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $progressbar_height_small;

Name of variable progressbar_button_overflow should be written in all lowercase letters with hyphens instead of underscores
Open

    $radius: floor(($progressbar_height + 2 * $progressbar_button_overflow)/2);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    z-index: 20;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: absolute;

Name of variable button_width should be written in all lowercase letters with hyphens instead of underscores
Open

    @include float-width-height(left, $button_width, 100%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    width: 32px;

Line should be indented with spaces, not tabs
Open

    font-family: Arial;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-size: $text_fontsize;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include float-width-height(left, 2 * $time_value_width + $time_sep_width, 50%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include relative-center-center;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    &.#{$cssnoie8} .#{$csstheme}-time-container {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$csstheme}-time-total-duration, .#{$csstheme}-time-sep {

Name of variable progressbar_button_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $progressbar_button_bgcolor;

Name of variable progressbar_button_border should be written in all lowercase letters with hyphens instead of underscores
Open

    top: -($progressbar_button_border + $progressbar_button_overflow);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include float-width-height(right, auto, 1px);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-weight: bold;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    float: left;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include float-width-height(right, $volume_width, 50%);

Name of variable volume_width should be written in all lowercase letters with hyphens instead of underscores
Open

    @include float-width-height(right, $volume_width, 50%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $progressbar_bgcolor;

Name of variable progressbar_button_overflow should be written in all lowercase letters with hyphens instead of underscores
Open

    $radius: $volume_height - 2 * $progressbar_button_overflow;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $progressbar_button_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    color: $video_title_font_color;

0.6 should be written without a leading zero as .6
Open

        font-size: 0.6em;

Name of variable progressbar_height_small should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height_small;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    $radius: floor(($progressbar_height + 2 * $progressbar_button_overflow)/2);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include border-radius($radius);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $progressbar_height + 2 * $progressbar_button_overflow;

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height + 2 * $progressbar_button_overflow;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    color: $text_color;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include float-width-height(left, 2 * $time_value_width + $time_sep_width, 100%);

Name of variable time_value_width should be written in all lowercase letters with hyphens instead of underscores
Open

    @include float-width-height(left, 2 * $time_value_width + $time_sep_width, 100%);

Name of variable ie8_margintop should be written in all lowercase letters with hyphens instead of underscores
Open

    margin-top: $ie8_margintop;

Name of variable volume_height should be written in all lowercase letters with hyphens instead of underscores
Open

    @include border-round-edges($volume_height / 2);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $progressbar_height + 2 * $progressbar_button_overflow;

Rule declaration should be preceded by an empty line
Open

    & > span {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    text-align: center;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    & > span {

Properties should be ordered color, font-size
Open

        font-size: 0.6em;

Name of variable time_value_width should be written in all lowercase letters with hyphens instead of underscores
Open

        @include float-width-height(left, $time_value_width, 100%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    &, & .#{$csstheme}-progressbar-cache,

Line should be indented 2 spaces, but was indented 4 spaces
Open

    width: $progressbar_height + 2 * $progressbar_button_overflow;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: 1px solid $progressbar_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include clickable;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    line-height: 40px;

Name of variable text_fontfamily should be written in all lowercase letters with hyphens instead of underscores
Open

    font-family: $text_fontfamily;

Name of variable text_color should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $text_color;

Name of variable text_fontfamily should be written in all lowercase letters with hyphens instead of underscores
Open

    font-family: $text_fontfamily;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    width: $time_value_width;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include absolute-align-left();

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: absolute;

Color literals like #ffffff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: #ffffff;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    top: -($progressbar_button_border + $progressbar_button_overflow);

Name of variable progressbar_button_overflow should be written in all lowercase letters with hyphens instead of underscores
Open

    top: -($progressbar_button_border + $progressbar_button_overflow);

Name of variable video_title_letter_spacing should be written in all lowercase letters with hyphens instead of underscores
Open

    letter-spacing: $video_title_letter_spacing;

Unnecessary parent selector (&)
Open

    & > span {

Properties should be ordered background-color, border, box-sizing, height, position, right, top, width, z-index
Open

    box-sizing: content-box;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    padding: 3px 4px;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    bottom: 45px;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: $progressbar_height;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $progressbar_cache_bgcolor;

Properties should be ordered background-color, border, box-sizing, height, position, right, top, width, z-index
Open

    box-sizing: content-box;

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    width: $progressbar_height + 2 * $progressbar_button_overflow;

Name of variable progressbar_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    border: 1px solid $progressbar_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include relative-align-full-bottom;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include float-width-height(right, auto, 100%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-top: $ie8_margintop;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    float: left;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include float-width-height(right, $volume_width, 100%);

Name of variable progressbar_position_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $progressbar_position_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-weight: $video_title_font_weight;

Color #ffffff should be written as #fff
Open

    background-color: #ffffff;

Color literals like #2c2c2c should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        color: #2c2c2c;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .#{$csstheme}-time-sep {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include clickable;

Name of variable progressbar_button_overflow should be written in all lowercase letters with hyphens instead of underscores
Open

    width: $progressbar_height + 2 * $progressbar_button_overflow;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin: $video_title_margin;

Rule declaration should be followed by an empty line
Open

    }

Name of variable mobile_small_volumebar_width should be written in all lowercase letters with hyphens instead of underscores
Open

        @include float-width-height(right, $mobile_small_volumebar_width, 100%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include clickable;

Name of variable progressbar_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $progressbar_bgcolor;

Name of variable volume_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $volume_height;

Name of variable progressbar_button_bgcolor should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $progressbar_button_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: absolute;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    z-index: 1;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    & > span {

Name of variable mobile_time-sep_width should be written in all lowercase letters with hyphens instead of underscores
Open

        width: $mobile_time-sep_width;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $progressbar_position_bgcolor;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    $radius: $volume_height - 2 * $progressbar_button_overflow;

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    width: $progressbar_height + 2 * $progressbar_button_overflow;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-family: $video_title_font_family;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    letter-spacing: $video_title_letter_spacing;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    &.#{$cssnoie8} .#{$csstheme}-volumebar {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: 100%;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include border-radius($radius);

Name of variable progressbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height + 2 * $progressbar_button_overflow;

Name of variable progressbar_button_overflow should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $progressbar_height + 2 * $progressbar_button_overflow;

Name of variable video_title_font_family should be written in all lowercase letters with hyphens instead of underscores
Open

    font-family: $video_title_font_family;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-size: $video_title_font_size;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    float: left;

Name of variable mobile_time-container_width should be written in all lowercase letters with hyphens instead of underscores
Open

        @include float-width-height(left, $mobile_time-container_width, 100%);

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

    }

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include border-round-edges($volume_height / 2);

Name of variable video_title_font_color should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $video_title_font_color;

Properties should be ordered color, float, font-family, font-size, font-weight, letter-spacing, line-height, margin
Open

    font-family: $video_title_font_family;

Name of variable video_title_font_size should be written in all lowercase letters with hyphens instead of underscores
Open

    font-size: $video_title_font_size;

Unnecessary parent selector (&)
Open

    & > span {

Name of variable mobile_volumebar_width should be written in all lowercase letters with hyphens instead of underscores
Open

        @include float-width-height(right, $mobile_volumebar_width, 100%);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    &.#{$cssnoie8} .#{$csstheme}-volumebar {

There are no issues that match your filters.

Category
Status