@@ -605,7 +605,7 @@ svg.icon {
605605 background-color : $part-identifier ;
606606 color : $part-identifier-text ;
607607 border-radius : 99px ;
608- font-family : " Roboto Flex" , " Roboto" , sans-serif ;
608+ font-family : ' Roboto Flex' , ' Roboto' , sans-serif ;
609609 font-style : normal ;
610610 font-size : 0.9rem ;
611611 letter-spacing : 0.03em ;
@@ -635,17 +635,17 @@ svg.icon {
635635 }
636636 }
637637 }
638- .segment-timeline__segment-event- identifier {
638+ .segment-timeline__segment-header-note- identifier {
639639 // The pill-shaped labels that appear in the segment header, showing extra information about the segment.
640640 align-self : flex-start ;
641641 display : inline-block ;
642642 margin-top : auto ;
643643 margin : 0.25rem ;
644644 padding : 0.1rem 0.35rem 0.1rem 0.35rem ;
645- background-color : $segment-event -identifier ;
646- color : $segment-event -identifier-text ;
645+ background-color : $segment-header-note -identifier ;
646+ color : $segment-header-note -identifier-text ;
647647 border-radius : 99px ;
648- font-family : " Roboto Flex" , " Roboto" , sans-serif ;
648+ font-family : ' Roboto Flex' , ' Roboto' , sans-serif ;
649649 font-style : normal ;
650650 font-size : 0.9rem ;
651651 letter-spacing : 0.03em ;
@@ -1169,7 +1169,8 @@ svg.icon {
11691169 }
11701170 .segment-timeline__part {
11711171 .segment-timeline__part__invalid-cover {
1172- background-image : repeating-linear-gradient (
1172+ background-image :
1173+ repeating-linear-gradient (
11731174 45deg ,
11741175 var (--invalid-reason-color-transparent ) 0% ,
11751176 var (--invalid-reason-color-transparent ) 4px ,
@@ -1451,7 +1452,8 @@ svg.icon {
14511452 left : 2px ;
14521453 right : 2px ;
14531454 z-index : 3 ;
1454- background : repeating-linear-gradient (
1455+ background :
1456+ repeating-linear-gradient (
14551457 45deg ,
14561458 var (--invalid-reason-color-opaque ) 0 ,
14571459 var (--invalid-reason-color-opaque ) 5px ,
@@ -1633,7 +1635,8 @@ svg.icon {
16331635 right : 1px ;
16341636 z-index : 10 ;
16351637 pointer-events : all ;
1636- background-image : repeating-linear-gradient (
1638+ background-image :
1639+ repeating-linear-gradient (
16371640 45deg ,
16381641 var (--invalid-reason-color-transparent ) 0% ,
16391642 var (--invalid-reason-color-transparent ) 5px ,
@@ -2565,7 +2568,7 @@ svg.icon {
25652568
25662569 background-color : $part-identifier ;
25672570 color : $part-identifier-text ;
2568- font-family : " Roboto Flex" , " Roboto" , sans-serif ;
2571+ font-family : ' Roboto Flex' , ' Roboto' , sans-serif ;
25692572 font-style : normal ;
25702573 font-size : 0.9rem ;
25712574 letter-spacing : 0.03em ;
0 commit comments