1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/components/subtitleeditor/subtitleeditor.scss

12 lines
201 B
SCSS
Raw Normal View History

2019-01-23 11:33:34 +00:00
.originalSubtitleFileLabel {
margin-right: 1em;
}
2023-09-12 22:27:16 +02:00
.subtitleFeaturePillow {
background: #00a4dc;
color: #000;
2023-09-12 23:28:07 +02:00
padding: 0.3em 1em;
2023-09-12 22:27:16 +02:00
border-radius: 1000em;
margin-right: 0.25em;
}