Skip to content

Commit 27fe03d

Browse files
fix: match video download link font size with transcripts
1 parent f32596a commit 27fe03d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

xblocks_contrib/video/assets/css/video.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
}
9999

100100
.video .wrapper-downloads .wrapper-download-video .video-sources {
101+
/* Match it with Transcipts */
102+
font-size: 16px !important;
103+
font-weight: unset;
101104
margin: 0;
102105
}
103106

@@ -115,7 +118,7 @@
115118

116119
.video .wrapper-downloads .wrapper-download-transcripts .list-download-transcripts .transcript-option a.btn,
117120
.video .wrapper-downloads .wrapper-download-transcripts .list-download-transcripts .transcript-option a.btn-link {
118-
font-size: 16px !important;
121+
/* font-size: 16px !important; */
119122
font-weight: unset;
120123
padding-left: 4px;
121124
}

0 commit comments

Comments
 (0)