betajs/betajs-media-components

View on GitHub
src/themes/video_recorder/theatre/theme.scss

Summary

Maintainability
Test Coverage

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

$imagegallery_button_opacity: 0.5;

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

$imagegallery_button_opacity: 0.5;

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

$settings_radio_color_selected: $button_color;

Color red should be written in hexadecimal form as #ff0000
Open

$controlbar_recording_indication_color: red;

Prefer single quoted strings
Open

$csstheme: "ba-recorder-theme-theatre";

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

$message_opacity: 0.75;

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

$message_width: 90px;

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

$imagegallery_button_padding: 4px;

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

$controlbar_padding: 16px;

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

$controlbar_icon_bad: #F99;

Color #000000 should be written as #000
Open

$controlbar_primarybutton_background: #000000;

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

$controlbar_primarybutton_radius: 18px;

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

$controlbar_primarybutton_font_size: 12px;

Prefer single quoted strings
Open

$fontello_name: "bjsmc";

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

$topmessage_bgcolor: black;

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

$chooser_buttons_min_width: 10em;

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

$chooser_primary_button_horizontal_padding: 8px;

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

$settings_horizontal_margin: 48px;

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

$controlbar_primarybutton_border: none;

Prefer single quoted strings
Open

$cssrecorder: "ba-recorder";

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

$message_opacity: 0.75;

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

$message_side_interval: 8px;

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

$chooser_primary_button_bgcolor: $button_color;

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

$chooser_fontsize: 14px;

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

$imagegallery_buttonmargin: 14px;

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

$settings_bgcolor: #eeeeee;

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

$controlbar_footer_height: 50px;

Color #eeeeee should be written as #eee
Open

$controlbar_button_hover_background: #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_opacity should be written in all lowercase letters with hyphens instead of underscores
Open

$message_opacity: 0.75;

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

$topmessage_bgcolor: black;

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

$chooser_primary_button_bgcolor: $button_color;

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

$settings_radio_color_selected: $button_color;

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

$controlbar_primarybutton_padding: 8px;

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

$controlbar_button_color: #666666;

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

$text_color: #eeeeee;

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

$imagegallery_button_bgcolor: black;

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

$imagegallery_border_radius: 3px;

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

$settings_opacity: 0.5;

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

$controlbar_bgcolor: black;

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

$controlbar_icon_good: #9F9;

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

$controlbar_primarybutton_vertical_padding: 16px;

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

$controlbar_button_hover_background: #eeeeee;

Color #000000 should be written as #000
Open

$controlbar_button_hover_color: #000000;

Color #666666 should be written as #666
Open

$controlbar_button_color: #666666;

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

$text_color_secondary: #979797;

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

$chooser_background: #eeeeee;

Color #eeeeee should be written as #eee
Open

$chooser_background: #eeeeee;

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

$chooser_icon_size: 32px;

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

$settings_padding: 4px;

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

$settings_opacity: 0.5;

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

$settings_border: none;

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

$controlbar_recording_indication_size: 12px;

Prefer single quoted strings
Open

$css: "ba-videorecorder";

Prefer single quoted strings
Open

$cssie8: "ba-videorecorder-ie8";

Prefer single quoted strings
Open

$recorder: "ba-videorecorder-theme-theatre";

Color #000000 should be written as #000
Open

$button_color: #000000;

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

$message_bgcolor: white;

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

$message_color: black;

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

$chooser_primary_button_vertical_padding: 6px;

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

$settings_font_size: 12px;

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

$controlbar_height: 50px;

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

$controlbar_opacity: 0.5;

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

$controlbar_primarybutton_background: #000000;

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

$controlbar_primarybutton_font_weight: bold;

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

$chooser_icon_margin: 16px;

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

$settings_margin: 4px;

Color #9F9 should be written as #9f9
Open

$controlbar_icon_good: #9F9;

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

$controlbar_label_padding: 15px;

Prefer single quoted strings
Open

$cssnoie8: "ba-videorecorder-noie8";

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

$topmessage_fontsize: 15px;

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

$chooser_primary_button_border_radius: 15px;

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

$imagegallery_button_bgcolor: black;

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

$controlbar_button_border_radius: 50%;

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

$controlbar_button_hover_color: #000000;

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

$theme_color_red: #eb6a74;

Color #000000 should be written as #000
Open

$recorder_bgcolor: #000000;

Color #eeeeee should be written as #eee
Open

$text_color: #eeeeee;

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

$message_bgcolor: white;

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

$message_height: 90px;

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

$topmessage_opacity: 0.3;

Color #eeeeee should be written as #eee
Open

$controlbar_primarybutton_color: #eeeeee;

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

  'green': $theme_color_green,

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

$settings_radio_color: #979797;

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

$button_color: #000000;

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

$controlbar_opacity: 0.5;

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

$controlbar_primarybutton_min_width: 3em;

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

$controlbar_button_vertical_padding: 3px;

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

$settings_item_padding: 8px;

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

$controlbar_button_horizontal_padding: 8px;

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

$controlbar_primarybutton_horizontal_margin: 5px;

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

$controlbar_button_size: 40px;

Prefer single quoted strings
Open

$csscommon: "ba-commoncss";

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

$chooser_secondary_button_color: $chooser_primary_button_bgcolor;

Color #F99 should be written as #f99
Open

$controlbar_icon_bad: #F99;

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

$controlbar_button_fontsize: 20px;

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

$fontello_name: "bjsmc";

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

$font_family: sans-serif;

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

$recorder_bgcolor: #000000;

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

$chooser_secondary_button_color: $chooser_primary_button_bgcolor;

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

$imagegallery_buttonsize: 30px;

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

$controlbar_primarybutton_color: #eeeeee;

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

$topmessage_opacity: 0.3;

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

$controlbar_button_border: 1px solid #979797;

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

$chooser_buttons_line_height: 20px;

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

$chooser_secondary_button_padding: 8px;

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

$controlbar_button_margin: 5px;

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;

There are no issues that match your filters.

Category
Status