File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 41
41
</ li >
42
42
43
43
< li class ="flex__column flex__column--shrink ">
44
- < a class ="nav-list__link " href ="# " id ="open-consent-manager "> Website Data Collection Preferences </ a >
44
+ < a class ="nav-list__link " href ="# " id ="open-consent-manager "> Website Data Collection</ a >
45
45
</ li >
46
46
</ ul >
47
47
</ div >
Original file line number Diff line number Diff line change 5
5
background-color : color (primary-lighter );
6
6
border-radius : 4px ;
7
7
font-size : 11px ;
8
- font-weight : 600 ;
8
+ font-weight : 500 ;
9
9
line-height : 15px ;
10
10
text-transform : uppercase ;
11
11
letter-spacing : 0.2px ;
Original file line number Diff line number Diff line change 32
32
33
33
& --secondary {
34
34
color : color (white );
35
- background-color : color (secondary );
35
+ background-color : color (twilio- secondary );
36
36
37
37
& :hover ,
38
38
& :focus {
39
39
color : color (white );
40
- background-color : color (secondary-dark );
40
+ background-color : color (twilio-secondary );
41
41
}
42
42
}
43
43
Original file line number Diff line number Diff line change 92
92
display : flex ;
93
93
align-items : center ;
94
94
width : 100% ;
95
- color : color (secondary-dark );
95
+ color : color (twilio-secondary );
96
96
font-size : 15px ;
97
97
line-height : 1.73 ;
98
98
transition : 0.3s color , 0.3s font-weight ;
103
103
& --active ,
104
104
& :hover ,
105
105
& :focus {
106
- color : color (secondary-dark );
106
+ color : color (twilio-secondary );
107
107
border : 1px solid color (primary );
108
108
background-color : rgba (color (success ), 0.1 );
109
109
text-decoration : none ;
Original file line number Diff line number Diff line change @@ -409,8 +409,8 @@ tr.show {
409
409
}
410
410
411
411
.skiplink :focus-visible {
412
- outline : 2px solid color (secondary );
413
- color : color (secondary );
412
+ outline : 2px solid color (twilio- secondary );
413
+ color : color (twilio- secondary );
414
414
position : static ;
415
415
width : 400px ;
416
416
height : auto ;
Original file line number Diff line number Diff line change 135
135
left : -12px ;
136
136
height : 100% ;
137
137
width : 2px ;
138
- background-color : color (secondary );
138
+ background-color : color (twilio- secondary );
139
139
}
140
140
}
141
141
You can’t perform that action at this time.
0 commit comments