betajs/betajs-media-components

View on GitHub
src/themes/video_recorder/minimalist/topmessage.scss

Summary

Maintainability
Test Coverage

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

        @include background-rgba( 255, 255, 255, .4, #666666);

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

        padding: $controlbar_button_padding;

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

        font-family: $font_family;

Expected 0 spaces after ( instead of
Open

        @include background-rgba( 255, 255, 255, .4, #666666);

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

        @include border-radius($controlbar_primarybutton_radius);

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

    .#{$css}-topmessage-message {

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

    .#{$css}-topmessage-container {

Color #666666 should be written as #666
Open

        @include background-rgba( 255, 255, 255, .4, #666666);

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

        color: $text_color;

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

        font-size: $controlbar_primarybutton_font_size;

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

    .#{$css}-topmessage-background {

There are no issues that match your filters.

Category
Status