betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

Name of variable topmessage_fontweight should be written in all lowercase letters with hyphens instead of underscores
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;

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

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

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

        height: $topmessage_height;

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

    .#{$css}-topmessage-message {

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

    .#{$css}-topmessage-background {

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

        background-color: $topmessage_bgcolor;

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

        color: $text_color;

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

        font-family: $font_family;

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

        font-family: $font_family;

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

        opacity: $topmessage_opacity;

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

        opacity: $topmessage_opacity;

There are no issues that match your filters.

Category
Status