betajs/betajs-media-components

View on GitHub

Showing 10,517 of 10,517 total issues

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

        @include border-radius($controlbar_primarybutton_radius);

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

$controlbar_button_margin: 5px;

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

    .#{$css}-button-primary {

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

            color: $text_color;

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

    @include background-rgba( 0, 0, 0, 0.4, #979797);

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

$topmessage_height: 32px;

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

$imagegallery_button_radius: 3px;

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

$settings_radio_color: #eeeeee;

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

$controlbar_bgcolor: black;

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

$controlbar_button_size: 40px;

Color #000000 should be written as #000
Open

$controlbar_button_hover_color: #000000;

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

        font-family: $font_family;

Properties should be ordered border, color, cursor, font-size, height, margin, padding, width
Open

    cursor: pointer;

Rule declaration should be followed by an empty line
Open

    }

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

      background-color: $settings_radio_color;

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

    @include background-rgba( 0, 0, 0, 0.4, #979797);

Color black should be written in hexadecimal form as #000000
Open

$message_color: black;

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

$settings_radius: 3px;

Color #eeeeee should be written as #eee
Open

$settings_bgcolor: #eeeeee;

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

$controlbar_recording_indication_color: red;
Severity
Category
Status
Source
Language