betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

        font-size: $chooser_icon_size;

Expected 0 spaces after ( instead of
Open

        @include border-radius( $chooser_primary_button_border_radius );

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

        margin: $chooser_icon_margin;

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

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

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

        @include border-radius( $chooser_primary_button_border_radius );

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

        padding: $chooser_primary_button_vertical_padding $chooser_primary_button_horizontal_padding;

Expected 0 spaces after ( instead of
Open

        @include border-radius( $chooser_primary_button_border_radius );

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

        min-width: $chooser_buttons_min_width;

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

    .#{$css}-chooser-container {

Expected 0 spaces before ) instead of
Open

        @include border-radius( $chooser_primary_button_border_radius );

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

        @include border-radius( $chooser_primary_button_border_radius );

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

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

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

        border: 1px solid $chooser_secondary_button_color;

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

        color: $chooser_secondary_button_color;

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

    .#{$csscommon}-message-text {

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

        font-size: $chooser_fontsize;

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

        border: 1px solid $chooser_primary_button_bgcolor;

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

        background-color: $chooser_background;

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

        padding: $chooser_primary_button_vertical_padding $chooser_primary_button_horizontal_padding;

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

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

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

        line-height: $chooser_buttons_line_height;

Expected 0 spaces before ) instead of
Open

        @include border-radius( $chooser_primary_button_border_radius );

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

        background-color: $recorder_bgcolor;

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