Skip to content

Commit

Permalink
feat(FEC-11981): Related Entries - p3
Browse files Browse the repository at this point in the history
Expose new live label color for use in related plugin.
Related PRs:
kaltura/playkit-js-related#5
kaltura/kaltura-player-js#532

Resolves FEC-11981
  • Loading branch information
SivanA-Kaltura committed Mar 28, 2022
1 parent 9d8a69a commit 9f1ec16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $success-color: #009444;
$danger-color: #db1f26;
$ads-color: #f9a71b;
$live-color: #da1f26;
$new-live-color: #e12437;
$tooltip-bg-color: #fff;
$tooltip-color: $grayscale1;
$tooltip-margin: calc(100% + 10px);
Expand Down Expand Up @@ -41,6 +42,7 @@ $color-tone6: #444444;

:export {
brandColor: $brand-color;
liveColor: $new-live-color;
white: $white;
progressBarHeight: $progress-bar-height;
progressBarBorderRadius: $progress-bar-border-radius;
Expand Down

0 comments on commit 9f1ec16

Please sign in to comment.