betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    @include transform-translate-y(-50%);

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

    background-color: $message_bgcolor;

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

    right: 5px;

Line should be indented with spaces, not tabs
Open

    @include absolute-align-all;

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

    color: $text_color;

Colon after property should be followed by one space
Open

  text-decoration:none;

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

    opacity: $message_opacity;

0.25 should be written without a leading zero as .25
Open

  opacity: 0.25;

Each selector in a comma sequence should be on its own single line
Open

ba-videorecorder-message[ba-message=""], ba-videorecorder-message[ba-message="null"] {

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

    top: 50%;

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

    display: none;

Properties should be ordered color, left, position, right, text-align, top
Open

    position: absolute;

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

    left: 5px;

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

    text-align: center;

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

    opacity: $message_opacity;

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

    color: $text_color;

Avoid qualifying attribute selectors with an element.
Open

ba-videorecorder-message[ba-message=""], ba-videorecorder-message[ba-message="null"] {

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

    background-color: $message_bgcolor;

Avoid qualifying attribute selectors with an element.
Open

ba-videorecorder-message[ba-message=""], ba-videorecorder-message[ba-message="null"] {

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

    position: absolute;

There are no issues that match your filters.

Category
Status