Skip to content

Commit

Permalink
fix(FEC-11978): Live label style should be updated (#692)
Browse files Browse the repository at this point in the history
* fix(FEC-11978): Live label style should be updated

* remove font-family
  • Loading branch information
Tzipi-kaltura authored Sep 21, 2022
1 parent 200dc0e commit 1f5fdeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
22 changes: 7 additions & 15 deletions src/components/live-tag/_live-tag.scss
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
@import '~styles/variables';

.live-tag {
color: $live-color;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
line-height: 19px;
border: 2px solid $live-color;
display: inline-block;
background-color: $new-live-color;
color: #FFFFFF;
border-radius: 4px;
padding: 3px 4px;
margin: 5px 10px;
text-transform: uppercase;
text-align: center;
display: inline-block;
padding: 0 3px 0 5px;
margin: 5px 23px;
font-size: 15px;
cursor: default;

&.non-live-playhead {
background-color: rgba(255, 255, 255, 0.2);
border: none;
color: #fff;
line-height: 23px;
padding: 0 5px 0 7px;
background-color: #666666;
cursor: pointer;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/seekbar/_seekbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

&.live {
.progress-bar .progress {
background-color: $live-color;
background-color: $new-live-color;
}
}

Expand Down

0 comments on commit 1f5fdeb

Please sign in to comment.