Skip to content

Commit 41acdce

Browse files
committed
last minute flight check [netlify-build]
1 parent 974684e commit 41acdce

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/_includes/components/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</li>
4242

4343
<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>
4545
</li>
4646
</ul>
4747
</div>

src/_sass/components/_badge.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
background-color: color(primary-lighter);
66
border-radius: 4px;
77
font-size: 11px;
8-
font-weight: 600;
8+
font-weight: 500;
99
line-height: 15px;
1010
text-transform: uppercase;
1111
letter-spacing: 0.2px;

src/_sass/components/_button-fill.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

3333
&--secondary {
3434
color: color(white);
35-
background-color: color(secondary);
35+
background-color: color(twilio-secondary);
3636

3737
&:hover,
3838
&:focus {
3939
color: color(white);
40-
background-color: color(secondary-dark);
40+
background-color: color(twilio-secondary);
4141
}
4242
}
4343

src/_sass/components/_destination-menu-mobile.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
display: flex;
9393
align-items: center;
9494
width: 100%;
95-
color: color(secondary-dark);
95+
color: color(twilio-secondary);
9696
font-size: 15px;
9797
line-height: 1.73;
9898
transition: 0.3s color, 0.3s font-weight;
@@ -103,7 +103,7 @@
103103
&--active,
104104
&:hover,
105105
&:focus {
106-
color: color(secondary-dark);
106+
color: color(twilio-secondary);
107107
border: 1px solid color(primary);
108108
background-color: rgba(color(success), 0.1);
109109
text-decoration: none;

src/_sass/components/_markdown.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ tr.show {
409409
}
410410

411411
.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);
414414
position: static;
415415
width: 400px;
416416
height: auto;

src/_sass/components/_menu-item.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
left: -12px;
136136
height: 100%;
137137
width: 2px;
138-
background-color: color(secondary);
138+
background-color: color(twilio-secondary);
139139
}
140140
}
141141

0 commit comments

Comments
 (0)