betajs/betajs-media-components

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

Properties should be ordered background-color, border, border-radius, opacity
Open

        border-radius: $settings_radius;

Line should be indented with spaces, not tabs
Open

    .#{$css}-settings li {

Line should be indented with spaces, not tabs
Open

    .#{$css}-settings hr {

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

        border-bottom-color: $text_color;

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

        margin-right: $settings_horizontal_margin;

Line should be indented with spaces, not tabs
Open

    .#{$css}-settings {

Properties should be ordered bottom, color, left, margin, padding, position
Open

        position: absolute;

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

        padding: $settings_item_padding;

Opening curly brace { should be preceded by one space
Open

    .#{$css}-settings input[type=radio]:checked + span  {

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

        bottom: $controlbar_height;

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

        border: 3px solid $settings_radio_color_selected;

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

        background-color: $settings_bgcolor;

Line should be indented with spaces, not tabs
Open

    .#{$css}-settings-backbar {

Properties should be ordered border-bottom-color, border-top, margin, margin-left, margin-right
Open

        border-top: none;

Line should be indented with spaces, not tabs
Open

    .#{$css}-settings input[type=radio]:checked + span  {

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

        margin: $settings_margin;

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

        padding: $settings_padding;

border-top: 0 is preferred over border-top: none
Open

        border-top: none;

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

        border: $settings_border;

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

        border-radius: $settings_radius;

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

        opacity: $settings_opacity;

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

        margin-left: $settings_horizontal_margin;

There are no issues that match your filters.

Category
Status