betajs/betajs-media-components

View on GitHub
src/themes/audio_player/modern/controlbar.scss

Summary

Maintainability
Test Coverage

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

    border-top: 1px solid $button_border_color;

0.9 should be written without a leading zero as .9
Open

    opacity: 0.9;

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

    text-align: center;

$volume_height*2 should be written with a single space on each side of the operator: $volume_height * 2
Open

    margin-right: $volume_height*2;

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

    padding-left: $volume_height*2;

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

    opacity: 0.9;

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

    @include clickable;

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

    margin-top: $ie8_margintop + 6;

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

    margin-right: $volume_height*2;

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

    padding-left: $volume_height*2;

Rule declaration should be preceded by an empty line
Open

    &.#{$cssplayer}-has-title {

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

        min-height: $controlbar_height + 30;

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

        min-height: $controlbar_height;

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

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

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

    @include clickable;

Line should be indented with spaces, not tabs
Open

    box-sizing: content-box;

Properties should be ordered border-left, box-sizing
Open

    box-sizing: content-box;

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

    margin-top: $ie8_margintop + 6;

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

    color: $button_color;

Properties should be ordered height, overflow, padding-left, padding-right
Open

    overflow: hidden;

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

    padding-right: $volume_height*2;

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

    border-left: 1px solid $button_border_color;

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

    margin-top: $ie8_margintop+10;

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

    padding-left: $volume_height*2;

$volume_height*2 should be written with a single space on each side of the operator: $volume_height * 2
Open

    padding-left: $volume_height*2;

$volume_height*2 should be written with a single space on each side of the operator: $volume_height * 2
Open

    padding-right: $volume_height*2;

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

    min-width: 320px;

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

    font-size: $button_fontsize;

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

    margin-top: $ie8_margintop + 5;

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

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

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

    height: 50%;

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

    margin-right: $button_width;

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

    box-sizing: border-box;

Rule declaration should be followed by an empty line
Open

    }

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

    &.#{$csstheme} {

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

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

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

    margin-right: $button_width;

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

    border-left: 1px solid $button_border_color;

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

    margin-top: $ie8_margintop+10;

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

    color: $button_color;

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

    font-size: $button_fontsize;

$volume_height*2 should be written with a single space on each side of the operator: $volume_height * 2
Open

    margin-right: $volume_height*2;

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

    margin-top: $ie8_margintop+10;

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

    margin-right: $volume_height*2;

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

    margin-right: $volume_height*2;

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

    overflow: hidden;

Properties should be ordered height, margin-right, margin-top, overflow, padding-left, padding-right
Open

    overflow: hidden;

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

    @include absolute-align-full-bottom;

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

    background-color: $controlbar_background;

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

    background-color: $controlbar_background;

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

    border-top: 1px solid $button_border_color;

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

    overflow: hidden;

Line should be indented with spaces, not tabs
Open

    height: $controlbar_height;

Properties should be ordered border-left, box-sizing
Open

    box-sizing: content-box;

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

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

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

    color: $button_color;

Line should be indented with spaces, not tabs
Open

    box-sizing: content-box;

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

    &.#{$cssplayer}-no-title {

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

    box-sizing: content-box;

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

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

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

    border-left: 1px solid $button_border_color;

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

    font-size: $button_fontsize;

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

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

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

    margin-top: $ie8_margintop;

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

    border-left: 1px solid $button_border_color;

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

    font-size: $button_fontsize;

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

    margin-top: $ie8_margintop + 5;

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

    color: $button_color;

$volume_height*2 should be written with a single space on each side of the operator: $volume_height * 2
Open

    padding-right: $volume_height*2;

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

    padding-right: $volume_height*2;

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

    margin-top: $ie8_margintop;

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

    margin-right: $volume_height*2;

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

    height: 100%;

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

    padding-right: $volume_height*2;

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

    &.#{$cssplayer}-has-title {

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

    margin-top: $ie8_margintop + 6;

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

    margin-top: $ie8_margintop+10;

$volume_height*2 should be written with a single space on each side of the operator: $volume_height * 2
Open

    padding-left: $volume_height*2;

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

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

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

    height: $controlbar_height;

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

    padding-left: $volume_height*2;

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

    padding-right: $volume_height*2;

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

    display: none;

There are no issues that match your filters.

Category
Status