betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

    color: $text_color;

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

    font-family: $font_family;

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

    font-size: $topmessage_fontsize;

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

    background-color: $topmessage_bgcolor;

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

    width: 100%;

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

    height: $topmessage_height;

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

    @include absolute-align-full-top;

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

    padding: ($topmessage_height - $topmessage_fontsize) / 2;

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

    font-family: $font_family;

Line should be indented with spaces, not tabs
Open

    font-size: $topmessage_fontsize;

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

    text-align: center;

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

    background-color: $topmessage_bgcolor;

Line should be indented with spaces, not tabs
Open

    font-weight: $topmessage_fontweight;

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

    padding: ($topmessage_height - $topmessage_fontsize) / 2;

Line should be indented with spaces, not tabs
Open

    color: $text_color;

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

    height: $topmessage_height;

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

    opacity: $topmessage_opacity;

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

    @include absolute-align-full-top;

Line should be indented with spaces, not tabs
Open

    padding: ($topmessage_height - $topmessage_fontsize) / 2;

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

    opacity: $topmessage_opacity;

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

    opacity: $topmessage_opacity;

Line should be indented with spaces, not tabs
Open

    font-family: $font_family;

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

    font-weight: $topmessage_fontweight;

There are no issues that match your filters.

Category
Status