betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

$cssie8: "ba-videorecorder-ie8";

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

$font_family: Arial, sans-serif;

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

$accent_color: #8CF;

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

$accent_color: #8CF;

Prefer single quoted strings
Open

$csstheme: "ba-videorecorder";

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

$topmessage_bgcolor: black;

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

$chooser_secondary_button_color: $accent_color;

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;

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

$topmessage_bgcolor: black;

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

$imagegallery_buttonmargin: 10px;

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

$controlbar_opacity: 0.1;

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

$controlbar_primarybutton_font_weight: normal;

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

$controlbar_primarybutton_font_size: 14px;

Color #FDFDFD should be written as #fdfdfd
Open

$chooser_background: #FDFDFD;

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

$message_bgcolor: black;

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

$topmessage_opacity: 0.1;

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

$chooser_fontsize: 14px;

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

$settings_border: 1px solid white;

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

$settings_radio_color: white;

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

$settings_radio_color_selected: $accent_color;

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

$controlbar_icon_bad: #F00;

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

$controlbar_button_padding: 3px;

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

$recorder_bgcolor: #000000;

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

$settings_opacity: 0.25;

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

$controlbar_primarybutton_horizontal_margin: 10px;

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

$theme_color_blue: #2a74eb;

Prefer single quoted strings
Open

$fontello_name: "bjsmc";

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

$settings_radio_color: white;

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

$controlbar_primarybutton_vertical_padding: 8px;

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

$topmessage_opacity: 0.1;

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

$chooser_buttons_min_width: 12em;

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

$chooser_primary_button_bgcolor: $accent_color;

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

$settings_bgcolor: black;

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;

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

$controlbar_button_border: 1px solid $text_color;

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

$fontello_name: "bjsmc";

Color #000000 should be written as #000
Open

$recorder_bgcolor: #000000;

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

$topmessage_height: 32px;

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

$topmessage_fontweight: normal;

Line contains trailing whitespace
Open

$settings_padding: 4px;    

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

$controlbar_button_border_radius: 2px;

Prefer single quoted strings
Open

$csscommon: "ba-commoncss";

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

$chooser_primary_button_bgcolor: $accent_color;

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

$settings_margin: 4px;

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

$controlbar_button_fontsize: 14px;

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

$text_color: white;

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

$chooser_secondary_button_color: $accent_color;

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

$controlbar_height: 32px;

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

$controlbar_bgcolor: black;

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

$controlbar_button_border: 1px solid $text_color;

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

$text_color: white;

Color #0F0 should be written as #0f0
Open

$controlbar_icon_good: #0F0;

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

$controlbar_primarybutton_border: none;

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

$controlbar_button_margin: 4px;

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

$settings_item_padding: 2px;

Prefer single quoted strings
Open

$css: "ba-videorecorder";

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: 12px;

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

$settings_bgcolor: black;

0.25 should be written without a leading zero as .25
Open

$settings_opacity: 0.25;

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

$settings_radio_color_selected: $accent_color;

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

$controlbar_primarybutton_padding: 4px;

Prefer single quoted strings
Open

$cssnoie8: "ba-videorecorder-noie8";

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

$chooser_background: #FDFDFD;

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

$settings_padding: 4px;    

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

$settings_border: 1px solid white;

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

$theme_color_red: #eb6a74;

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

$message_bgcolor: black;

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

$settings_radius: 4px;

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

$settings_horizontal_margin: 8px;

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

$controlbar_icon_good: #0F0;

Color #F00 should be written as #f00
Open

$controlbar_icon_bad: #F00;

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

$controlbar_label_padding: 7px;

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

$controlbar_recording_indication_color: red;

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

$chooser_primary_button_horizontal_padding: 32px;

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

$imagegallery_buttonsize: 20px;

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

$controlbar_opacity: 0.1;

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

$controlbar_bgcolor: black;

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

$controlbar_primarybutton_radius: 2px;

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

$topmessage_fontsize: 16px;

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: 4px;

There are no issues that match your filters.

Category
Status