betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

Properties should be ordered background-color, border-radius, color, font-size, opacity, padding
Open

        color: $text_color;

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

        color: $text_color;

Line should be indented with spaces, not tabs
Open

    .#{$css}-imagegallery-rightbutton {

Line should be indented with spaces, not tabs
Open

    .#{$css}-imagegallery-leftbutton {

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

        margin-right: $imagegallery_buttonmargin;

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

        height: $imagegallery_buttonsize;

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

        background-color: $imagegallery_button_bgcolor;

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

        padding: $imagegallery_button_padding;

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

        border-radius: $imagegallery_button_radius;

Properties should be ordered bottom, left, position, right, top
Open

        position: absolute;

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

        right: 2 * $imagegallery_buttonmargin + $imagegallery_buttonsize;

Line should be indented with spaces, not tabs
Open

    .#{$css}-imagegallery-button-inner {

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

        font-size: $button_fontsize;

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

        opacity: $imagegallery_button_opacity;

Properties should be ordered height, left, margin-left, margin-right, position, top, width
Open

        position: absolute;

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

        margin-left: $imagegallery_buttonmargin;

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

        width: $imagegallery_buttonsize;

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

        margin-left: $imagegallery_buttonmargin;

Line should be indented with spaces, not tabs
Open

    .#{$css}-imagegallery-container {

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

        width: $imagegallery_buttonsize;

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

        margin-right: $imagegallery_buttonmargin;

Properties should be ordered height, margin-left, margin-right, position, right, top, width
Open

        position: absolute;

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

        left: 2 * $imagegallery_buttonmargin + $imagegallery_buttonsize;

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

        right: 2 * $imagegallery_buttonmargin + $imagegallery_buttonsize;

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

        height: $imagegallery_buttonsize;

Line should be indented with spaces, not tabs
Open

    .#{$css}-imagegallery-leftbutton .#{$css}-imagegallery-button-inner {

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

        left: 2 * $imagegallery_buttonmargin + $imagegallery_buttonsize;

There are no issues that match your filters.

Category
Status