betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

        background-color: $chooser_background;

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

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

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_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 );

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

    .#{$csscommon}-icon-record:before {

Expected 0 spaces after ( instead of
Open

      @include background-rgba( 255, 255, 255, 0.4, #b2b2b2 );

Expected 0 spaces after ( instead of
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-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_buttons_min_width should be written in all lowercase letters with hyphens instead of underscores
Open

      min-width: $chooser_buttons_min_width;

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;

0.4 should be written without a leading zero as .4
Open

      @include background-rgba( 255, 255, 255, 0.4, #b2b2b2 );

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

    .#{$csscommon}-icon-upload:before {

Expected 0 spaces before ) instead of
Open

      @include border-radius( $chooser_primary_button_border_radius );

Color literals like #b2b2b2 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      @include background-rgba( 255, 255, 255, 0.4, #b2b2b2 );

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

    .#{$csscommon}-message-text {

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

      font-size: $chooser_icon_size;

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_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

    .#{$css}-chooser-container {

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 {

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

      margin: $chooser_icon_margin;

Expected 0 spaces before ) instead of
Open

      @include background-rgba( 255, 255, 255, 0.4, #b2b2b2 );

There are no issues that match your filters.

Category
Status