betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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 with spaces, not tabs
Open

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

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

        font-size: $chooser_icon_size;

Line should be indented with spaces, not tabs
Open

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

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;

Line should be indented with spaces, not tabs
Open

    .#{$css}-chooser-container {

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 with spaces, not tabs
Open

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

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;

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

        background-color: $chooser_primary_button_bgcolor;

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;

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

        color: $text_color_secondary;

Line should be indented with spaces, not tabs
Open

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

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

        border: 1px solid $text_color_secondary;

Line should be indented with spaces, not tabs
Open

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

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

        color: $text_color_secondary;

Line should be indented with spaces, not tabs
Open

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

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;

Line should be indented with spaces, not tabs
Open

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

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

        background-color: $chooser_secondary_button_bgcolor;

There are no issues that match your filters.

Category
Status