Skip to content

Commit 7930e2a

Browse files
committed
chore: Top Bar redesign typography tweaks: Vertically aligned the menu icon. Corrected the time-of-day typography.
1 parent 5a2addc commit 7930e2a

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

packages/webui/src/client/styles/rundownView.scss

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,12 @@ body.no-overflow {
267267
}
268268

269269
.menu-icon-button {
270-
margin-top: 10px;
270+
margin-top: 0px;
271271
background: none;
272272
border: none;
273273
cursor: pointer;
274274
color: #0066cc;
275-
padding: 0.5rem 1rem;
275+
padding: 0.8rem 1rem;
276276
display: flex;
277277
align-items: center;
278278
justify-content: center;
@@ -347,7 +347,7 @@ body.no-overflow {
347347

348348
.timing__left {
349349
position: absolute;
350-
left: 60px;
350+
left: 80px;
351351
display: flex;
352352
align-items: center;
353353
}
@@ -480,8 +480,7 @@ body.no-overflow {
480480

481481
.planned-end-time {
482482
color: #ffffff;
483-
font-size: 1.1em;
484-
// font-style: italic;
483+
font-size: 1.0em;
485484
font-variation-settings:
486485
'GRAD' 0,
487486
'XOPQ' 96,
@@ -492,16 +491,15 @@ body.no-overflow {
492491
'YTFI' 738,
493492
'YTLC' 548,
494493
'YTUC' 712,
495-
'opsz' 100,
496-
'slnt' -20,
497-
'wdth' 80,
498-
'wght' 550;
494+
'opsz' 44,
495+
'slnt' -5,
496+
'wdth' 70,
497+
'wght' 400;
499498
}
500499

501500
.planned-start-time {
502501
color: #ffffff;
503-
font-size: 1.1em;
504-
// font-style: italic;
502+
font-size: 1.0em;
505503
font-variation-settings:
506504
'GRAD' 0,
507505
'XOPQ' 96,
@@ -512,10 +510,10 @@ body.no-overflow {
512510
'YTFI' 738,
513511
'YTLC' 548,
514512
'YTUC' 712,
515-
'opsz' 100,
516-
'slnt' -20,
517-
'wdth' 80,
518-
'wght' 550;
513+
'opsz' 44,
514+
'slnt' -5,
515+
'wdth' 70,
516+
'wght' 400;
519517
}
520518

521519
&.heavy-light {

0 commit comments

Comments
 (0)