File tree Expand file tree Collapse file tree 1 file changed +39
-9
lines changed
packages/webui/src/client/styles Expand file tree Collapse file tree 1 file changed +39
-9
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ body.no-overflow {
326326 ' YTFI' 738 ,
327327 ' YTLC' 548 ,
328328 ' YTUC' 712 ,
329- ' opsz' 100 ,
329+ ' opsz' 50 ,
330330 ' slnt' 0 ,
331331 ' wdth' 100 ,
332332 ' wght' 550 ;
@@ -376,7 +376,7 @@ body.no-overflow {
376376
377377 .timing__counters__center {
378378 display : flex ;
379- gap : 1 rem ;
379+ gap : 2 rem ;
380380 }
381381 }
382382
@@ -430,12 +430,27 @@ body.no-overflow {
430430 .timing-clock-label {
431431 position : absolute ;
432432 display : inline ;
433- top : -1 em ;
434- color : #b8b8b8 ;
433+ top : -0.75 em ;
434+ color : #888 ;
435435 text-transform : uppercase ;
436436 white-space : nowrap ;
437- font-weight : 300 ;
438- font-size : 0.5em ;
437+ font-size : 0.35em ;
438+
439+ font-variation-settings :
440+ ' GRAD' 0 ,
441+ ' XOPQ' 96 ,
442+ ' XTRA' 468 ,
443+ ' YOPQ' 79 ,
444+ ' YTAS' 750 ,
445+ ' YTDE' -203 ,
446+ ' YTFI' 738 ,
447+ ' YTLC' 548 ,
448+ ' YTUC' 712 ,
449+ ' opsz' 50 ,
450+ ' slnt' 0 ,
451+ ' wdth' 100 ,
452+ ' wght' 400 ;
453+
439454
440455 & .left {
441456 left : 0 ;
@@ -533,10 +548,25 @@ body.no-overflow {
533548 }
534549
535550 & .round-red {
536- font-weight : 400 ;
537551 border-radius : 20px ;
538- padding : 0px 8px ;
539- max-height : 30px ;
552+ margin-top : 4px ;
553+ padding : 10px 8px 8px 8px ;
554+ max-height : 32px ;
555+ font-variation-settings :
556+ ' GRAD' 0 ,
557+ ' XOPQ' 96 ,
558+ ' XTRA' 468 ,
559+ ' YOPQ' 79 ,
560+ ' YTAS' 750 ,
561+ ' YTDE' -203 ,
562+ ' YTFI' 738 ,
563+ ' YTLC' 548 ,
564+ ' YTUC' 712 ,
565+ ' opsz' 20 ,
566+ ' slnt' 0 ,
567+ ' wdth' 25 ,
568+ ' wght' 700 ;
569+
540570
541571 & .heavy {
542572 // color: $general-late-color;
You can’t perform that action at this time.
0 commit comments