betajs/betajs-media-components

View on GitHub
src/themes/video_player/minimalist/theme.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

$css: "ba-videoplayer";

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

$message_color: #eeeeee;

Color #eeeeee should be written as #eee
Open

$cover_playbutton_border_color: #eeeeee;

Prefer single quoted strings
Open

$cssie8: "ba-videoplayer-ie8";

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

$secondary_color: #979797;

Prefer single quoted strings
Open

$cssplayer: "ba-player";

Prefer single quoted strings
Open

$cssnoie8: "ba-videoplayer-noie8";

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;

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

$message_opacity: 0.75;

Color #eeeeee should be written as #eee
Open

$message_color: #eeeeee;

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

$font_family: sans-serif;

Color #eeeeee should be written as #eee
Open

$text_color: #eeeeee;

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

$text_secondary_color: rgba(250, 254, 255, 0.35);

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

$cover_playbutton_border_hover_color: #000000;

Prefer single quoted strings
Open

$csstheme: "ba-player-minimalist-theme";

Prefer single quoted strings
Open

$csscommon: "ba-commoncss";

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

$text_fontsize: 13px;

Color #eeeeee should be written as #eee
Open

$cover_playbutton_color: #eeeeee;

0.35 should be written without a leading zero as .35
Open

$text_secondary_color: rgba(250, 254, 255, 0.35);

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

$fontello_name: "bjsmc";

Prefer single quoted strings
Open

$fontello_name: "bjsmc";

Color #eeeeee should be written as #eee
Open

$cover_playbutton_hover_shadow: #eeeeee;

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

$topmessage_opacity: 0.3;

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

$focus_button_color: #1b7fcc;

Color #eeeeee should be written as #eee
Open

$button_color: #eeeeee;

Expected 0 spaces after ( instead of
Open

$progressbar_cache_bgcolor: rgba( 255, 255, 255, 0.3);

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

$rerecord_primarybutton_color: #000000;

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

$open_share_button_font_size: 14px;

Name of variable open_share_button_z-index should be written in all lowercase letters with hyphens instead of underscores
Open

$open_share_button_z-index: 100;

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

  'red': $theme_color_red,

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

$message_opacity: 0.75;

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

$text_color: #eeeeee;

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

$cover_playbutton_color: #eeeeee;

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

$topmessage_fontsize: 12px;

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

$controlbar_height: 100%;

0.5 should be written without a leading zero as .5
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;

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

$share_container_top: 50px;

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

$cc_label_text_color: #eeeeee;

Color #000000 should be written as #000
Open

$cover_playbutton_hover_color: #000000;

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

$cover_playbutton_shadow: #000000;

0.6 should be written without a leading zero as .6
Open

$playbutton_frame_thickness: 0.6em;

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

$ie8_margintop: 6px;

Color #000000 should be written as #000
Open

$rerecord_primarybutton_color: #000000;

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

$rerecord_primarybutton_font_weight: 100;

Colon after property should be followed by one space
Open

.#{$csscommon}-slim.#{$csscommon}-full-width { width:auto; margin: 0 auto; }

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

$cover_playbutton_hover_color: #000000;

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

$playbutton_default_opacity: 0.6;

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

$controlbar_side_padding: 4%;

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

$button_width: 40px;

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

$volumebar_inner_color: #979797;

Properties should be ordered margin, width
Open

.#{$csscommon}-slim.#{$csscommon}-full-width { width:auto; margin: 0 auto; }

Colon after property should be followed by one space
Open

.#{$csscommon}-slim .#{$cssplayer}-linear-ad-container > div, .#{$csscommon}-slim .#{$cssplayer}-linear-ad-container iframe { max-width:100%; }

Color #000000 should be written as #000
Open

$message_bgcolor: #000000;

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

$controls_bgcolor: rgba( 255, 255, 255, 0.2);

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

$volume_width: 60px;

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

$open_share_button_size: 13px;

Color #eeeeee should be written as #eee
Open

$cc_label_text_color: #eeeeee;

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

$message_bgcolor: #000000;

0.9 should be written without a leading zero as .9
Open

$playbutton_hover_opacity: 0.9;

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

$open_share_button_box_size: 45px;

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

$share_icon_font_size: 14px;

Color #000000 should be written as #000
Open

$cover_playbutton_shadow: #000000;

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

$cover_playbutton_border_color: #eeeeee;

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

$topmessage_height: 50px;

Color #000000 should be written as #000
Open

$focus_overlay_color: #000000;

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

$playbutton_transition_time: .25s;

0.2 should be written without a leading zero as .2
Open

$playbutton_background_opacity: 0.2;

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

$controlbar_video_title_font_size: 12px;

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

$controlbar_button_padding: 7px;

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

$overlay_side_padding: 4%;

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

$dashboard_transition: 0.5s;

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

$volume_height: 6px;

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

$rerecord_bgcolor: black;

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

$rerecord_primarybutton_text_color: #eeeeee;

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

$share_container_width: 90px;

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

$playbutton_hover_opacity: 0.9;

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

$volumebar_position_bg: #eeeeee;

Color #eeeeee should be written as #eee
Open

$volumebar_position_bg: #eeeeee;

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

$progressbar_container_height: 15px;

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

$icon_size: 0.7em;

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

$playbutton_background_opacity: 0.2;

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

$button_color: #eeeeee;

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

$button_border_color: #979797;

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

$stream_label_color: rgba(255, 255, 255, 1);

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

$rerecord_font_family: sans-serif;

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

$rerecord_letter_spacing: .1em;

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

$open_share_button_border_radius: 5px;

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

$share_icon_container_height: 45px;

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

  'green': $theme_color_green,

Color #000000 should be written as #000
Open

$cover_playbutton_border_hover_color: #000000;

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

$playbutton_size: 50px;

0.6 should be written without a leading zero as .6
Open

$playbutton_default_opacity: 0.6;

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

$playbutton_font_size: 5px;

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

$rerecord_primarybutton_radius: 0;

Color #eeeeee should be written as #eee
Open

$rerecord_primarybutton_text_color: #eeeeee;

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

$rerecord_primarybutton_padding: 9px 20px;

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

$cc_label_bg_color: #979797;

Colon after property should be followed by one space
Open

.#{$csscommon}-slim .#{$cssplayer}-linear-ad-container { position:relative; }

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

$playbutton_frame_thickness: 0.6em;

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

$dashboard_transition: 0.5s;

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

$controlbar_background: rgba(0, 0, 0, 0.4);

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

$progressbar_button_overflow: #979797;

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

$open_share_button_color: #ffffff;

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

$theme_color_green: #5daa96;

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

$controlbar_background: rgba(0, 0, 0, 0.4);

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

$button_fontsize: 13px;

Expected 0 spaces after ( instead of
Open

$controls_bgcolor: rgba( 255, 255, 255, 0.2);

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

$progressbar_cache_bgcolor: rgba( 255, 255, 255, 0.3);

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

$topmessage_bgcolor: black;

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

$topmessage_bgcolor: black;

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

$controlbar_header_height: 40px;

0.2 should be written without a leading zero as .2
Open

$controls_bgcolor: rgba( 255, 255, 255, 0.2);

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

$progressbar_cache_bgcolor: rgba( 255, 255, 255, 0.3);

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

$icon_size: 0.7em;

Files should end with a trailing newline
Open

.#{$csscommon}-slim .#{$cssplayer}-linear-ad-container > div, .#{$csscommon}-slim .#{$cssplayer}-linear-ad-container iframe { max-width:100%; }

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

$cover_playbutton_hover_shadow: #eeeeee;

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

$controlbar_playbutton_font_size: 2.5em;

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

$progressbar_cache_bgcolor: #eeeeee;

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

$rerecord_padding: 24px;

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

$stream_label_bg_color: #979797;

Color #ffffff should be written as #fff
Open

$open_share_button_color: #ffffff;

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

$open_share_button_top: 30px;

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

$topmessage_fontweight: bold;

Color #eeeeee should be written as #eee
Open

$progressbar_cache_bgcolor: #eeeeee;

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

$progressbar_height: 4px;

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

$rerecord_text_color: #eeeeee;

Color #eeeeee should be written as #eee
Open

$rerecord_text_color: #eeeeee;

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

$rerecord_padding: 16px;

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

$rerecord_primarybutton_font_size: 12px;

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

$share_container_right: 15px;

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

$share_icon_container_width: 45px;

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

$cc_active_label_bg_color: #020202;

There are no issues that match your filters.

Category
Status