betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

        color: $button_color;

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

    .#{$css}-chooser-icon-container {

Properties should be ordered color, font-size, margin
Open

        margin: 16px;

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

    .#{$css}-chooser-button-0, .#{$css}-chooser-button-2 {

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

        color: $chooser_primary_button_bgcolor;

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

        background-color: $button_color;

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

    .#{$css}-chooser-button-1, .#{$css}-chooser-button-3 {

There are no issues that match your filters.

Category
Status