betajs/betajs-media-components

View on GitHub
src/themes/video_recorder/theatre/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;

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

    .#{$css}-topmessage-message {

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 controlbar_button_padding should be written in all lowercase letters with hyphens instead of underscores
Open

        padding: $controlbar_button_padding;

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;

Properties should be ordered color, display, font-family, font-size, font-weight, margin, padding, position
Open

        padding: $controlbar_button_padding;

Opening curly brace { should be preceded by one space
Open

    .#{$css}-topmessage-background{

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