betajs/betajs-media-components

View on GitHub
src/themes/image_viewer/modern/theme.scss

Summary

Maintainability
Test Coverage

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

$message_opacity: 0.75;

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

$font_family: Arial, sans-serif;

Color #000000 should be written as #000
Open

$message_bgcolor: #000000;

Color #eeeeee should be written as #eee
Open

$message_color: #eeeeee;

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

$dashboard_transition: 0.5s;

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

$text_fontfamily: Helvetica Neue, Helvetica, Arial, sans-serif;

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

$rerecord_text_color: white;

Prefer single quoted strings
Open

$fontello_name: "bjsmc";

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

$focus_overlay_color: #000000;

0.5 should be written without a leading zero as .5
Open

$dashboard_transition: 0.5s;

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

$button_fontsize: 13px;

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

$button_width: 40px;

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

$time_value_width: 100px;

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

$topmessage_bgcolor: black;

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

$topmessage_opacity: 0.3;

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

$topmessage_height: 32px;

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

$controlbar_background: #ecebed;

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

$rerecord_opacity: 0.5;

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

$rerecord_bgcolor: black;

Prefer single quoted strings
Open

$csstheme: "ba-imageviewer-theme-modern";

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

$topmessage_bgcolor: black;

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

$controls_bgcolor: #878787;

0.5 should be written without a leading zero as .5
Open

$rerecord_opacity: 0.5;

Color #666666 should be written as #666
Open

$text_color: #666666;

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

$title_text_color: #666666;

Color white should be written in hexadecimal form as #ffffff
Open

$rerecord_text_color: white;

Prefer single quoted strings
Open

$css: "ba-imageviewer";

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

$fontello_name: "bjsmc";

0.75 should be written without a leading zero as .75
Open

$message_opacity: 0.75;

Color #000000 should be written as #000
Open

$button_color: #000000;

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

$text_color: #666666;

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

$topmessage_fontweight: bold;

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

$controlbar_height: 40px;

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

$text_fontsize: 13px;

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

$rerecord_padding: 16px;

Prefer single quoted strings
Open

$cssie8: "ba-imageviewer-ie8";

0.3 should be written without a leading zero as .3
Open

$topmessage_opacity: 0.3;

Prefer single quoted strings
Open

$cssnoie8: "ba-imageviewer-noie8";

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

$message_color: #eeeeee;

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

$topmessage_fontsize: 15px;

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

$rerecord_font_family: Arial, sans-serif;

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

$theme_color_red: #eb6a74;

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

$theme_color_green: #5da894;

Color #000000 should be written as #000
Open

$focus_overlay_color: #000000;

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

$button_border_color: #dbdbdb;

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

$rerecord_primarybutton_vertical_padding: 16px;

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

$message_bgcolor: #000000;

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

$focus_button_color: #1b7fcc;

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

$rerecord_height: 48px;

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

$rerecord_primarybutton_padding: 8px;

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

$button_color: #000000;

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

$full_screen_background: #b2b2b2;

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

  'green': $theme_color_green,

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

$rerecord_bgcolor: black;

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

$ie8_margintop: 6px;

Color #666666 should be written as #666
Open

$title_text_color: #666666;

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

$rerecord_padding: 24px;

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

$rerecord_primarybutton_radius: 3px;

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

$theme_color_blue: #2a74eb;

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

  'blue': $theme_color_blue,

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

$rerecord_primarybutton_font_size: 14px;

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

$rerecord_primarybutton_font_weight: bold;

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

  'red': $theme_color_red,

There are no issues that match your filters.

Category
Status