Skip to content

Commit 324e3ed

Browse files
hummelstrandMint de Wit
authored andcommitted
chore: Tweaked color and typograhic styling of hover popup label. Modified the margins of script popup.
1 parent 7815534 commit 324e3ed

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/webui/src/client/ui/PreviewPopUp/PreviewPopUp.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
.preview-popUp__script,
3636
.preview-popUp__script-comment,
3737
.preview-popUp__script-last-modified {
38-
padding: 0.3em;
38+
padding: 0.4em 0.4em 0.4em 0.6em;
3939
font-style: italic;
4040
}
4141

@@ -48,9 +48,10 @@
4848
.preview-popUp__title {
4949
width: 100%;
5050

51-
color: #adadad;
52-
font-size: 0.875rem; // 14px;
51+
color: #b2b2b2;
52+
font-size: 0.938rem; // 15px;
5353
font-weight: 400;
54+
letter-spacing: 0.02rem;
5455

5556
padding: 5px;
5657
}

packages/webui/src/client/ui/PreviewPopUp/PreviewPopUpContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function PreviewPopUpContent({ content, time }: PreviewPopUpContentProps)
8080
return (
8181
<div className="preview-popUp__timing">
8282
<span className="label">IN: </span> {RundownUtils.formatTimeToShortTime(content.timeAsRendered?.in || 0)}
83-
<span className="label"> DURATION: </span>
83+
&nbsp; <span className="label">DURATION: </span>
8484
{getDurationText(t, content.lifespan, content.timeAsRendered, content.enable)}
8585
</div>
8686
)

0 commit comments

Comments
 (0)