Skip to content

Commit a7af0f0

Browse files
committed
Merge branch 'upstream/directors-screen' of https://github.com/bbc/sofie-core into upstream/directors-screen
2 parents 486e7fa + 8ec65a0 commit a7af0f0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

packages/webui/src/client/styles/countdown/director.scss

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,20 @@ $hold-status-color: $liveline-timecode-color;
116116
}
117117
.director-screen__body__segment__countdown {
118118
position: absolute;
119-
font-size: 110px;
120119
top: 0;
121120
right: 0px;
122121
height: 100%;
123-
width: 20vw;
124-
float: left;
125-
text-align: right;
126-
padding-left: 4vw;
122+
width: 25vw;
123+
display: flex;
124+
align-items: center;
125+
font-size: 110px;
126+
padding-left: 8vw;
127127
padding-top: 6px;
128128
color: #ff0;
129+
font-stretch: 40;
130+
font-variation-settings: 'GRAD' 0, 'XOPQ' 96, 'XTRA' 468, 'YOPQ' 79, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738,
131+
'YTLC' 548, 'YTUC' 712, 'slnt' 0, 'opsz' 100;
132+
129133
background: linear-gradient(
130134
90deg,
131135
rgba(223, 0, 0, 0) 0%,

0 commit comments

Comments
 (0)