betajs/betajs-media-components

View on GitHub
src/themes/audio_player/default/theme.scss

Summary

Maintainability
Test Coverage

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

$progressbar_transition: 0.1s;

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

$theme_color_green: #5daa96;

Prefer single quoted strings
Open

$cssie8: "ba-audioplayer-ie8";

Prefer single quoted strings
Open

$fontello_name: "bjsmc";

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

$time_value_width: 40px;

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

$time_sep_width: 15px;

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

$text_fontsize: 13px;

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

$progressbar_bgcolor: #999;

Color #FFF should be written as #fff
Open

$progressbar_button_bgcolor: #FFF;

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

$rerecord_opacity: 0.1;

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

$controlbar_opacity: 0.7;

Color #EEE should be written as #eee
Open

$progressbar_cache_bgcolor: #EEE;

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

  'red': $theme_color_red,

Prefer single quoted strings
Open

$cssnoie8: "ba-audioplayer-noie8";

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

$progressbar_height: 9px;

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

$controlbar_height: 30px;

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

$button_fontsize: 14px;

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

$text_fontfamily: Arial, sans-serif;

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;

Prefer single quoted strings
Open

$csstheme: "ba-audioplayer";

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

$focus_overlay_color: #000000;

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

$audio_title_font_color: #ffffff;

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

$progressbar_button_bordercolor: #999;

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

$controlbar_bgcolor: #000;

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

$rerecord_height: 32px;

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

$text_color: #FFF;

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

$fontello_name: "bjsmc";

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

$message_color: white;

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

$progressbar_button_border: 1px;

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

$rerecord_bgcolor: black;

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

$message_color: white;

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

$audio_title_margin: 0 0 0 10px;

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

$audio_title_font_size: 12px;

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

$button_width: 50px;

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

$volume_width: 100px;

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

$rerecord_text_color: white;

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

$audio_title_line_height: 32px;

0.1 should be written without a leading zero as .1
Open

$audio_title_letter_spacing: 0.1em;

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

$volume_height: 8px;

Color #8CF should be written as #8cf
Open

$progressbar_position_bgcolor: #8CF;

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

$progressbar_cache_bgcolor: #EEE;

Color #FFF should be written as #fff
Open

$text_color: #FFF;

Color #8CF should be written as #8cf
Open

$rerecord_button_color: #8CF;

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

$rerecord_primarybutton_font_weight: normal;

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

  'green': $theme_color_green,

Prefer single quoted strings
Open

$css: "ba-audioplayer";

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

$ie8_margintop: 6px;

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

$rerecord_text_color: white;

0.1 should be written without a leading zero as .1
Open

$rerecord_opacity: 0.1;

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

$rerecord_primarybutton_padding: 4px;

Color #ffffff should be written as #fff
Open

$audio_title_font_color: #ffffff;

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

$progressbar_height_small: 3px;

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

$progressbar_button_bgcolor: #FFF;

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

$rerecord_button_color: #8CF;

Prefer single quoted strings
Open

$cssplayer: "ba-player";

0.1 should be written without a leading zero as .1
Open

$progressbar_transition: 0.1s;

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

$message_bgcolor: black;

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

$progressbar_position_bgcolor: #8CF;

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

$message_bgcolor: black;

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

$rerecord_padding: 16px;

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

$message_opacity: 0.75;

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

$rerecord_bgcolor: black;

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

$focus_overlay_color: #000000;

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

$audio_title_font_family: sans-serif, Arial;

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

$audio_title_font_weight: 300;

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

$audio_title_letter_spacing: 0.1em;

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;

Prefer single quoted strings
Open

$csscommon: "ba-commoncss";

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

$progressbar_button_overflow: 1px;

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

$dashboard_transition: 0.5s;

0.7 should be written without a leading zero as .7
Open

$controlbar_opacity: 0.7;

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

$rerecord_primarybutton_radius: 2px;

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

$rerecord_primarybutton_vertical_padding: 8px;

There are no issues that match your filters.

Category
Status