betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

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

      color: #979797;

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

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

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

      font-size: $chooser_icon_size;

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;

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

      border: 1px solid #999;

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;

Color #333333 should be written as #333
Open

      color: #333333;

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

    .#{$csscommon}-message-text {

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

      margin: $chooser_icon_margin;

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

      background-color: #ffffff;

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

      color: #333333;

Expected 0 spaces after ( instead of
Open

      @include border-radius( $chooser_primary_button_border_radius );

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-button-0, .#{$css}-chooser-button-2 {

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

      border: 1px solid #333;

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

    .#{$css}-chooser-container {

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 {

Color #ffffff should be written as #fff
Open

      background-color: #ffffff;

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

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

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

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

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

      background-color: $chooser_background;

Expected 0 spaces before ) instead of
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;

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

      color: #333333;

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

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

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;

There are no issues that match your filters.

Category
Status