Skip to content

Commit 35f4452

Browse files
committed
fix: styles for manual consent opt out version 2
1 parent b028c9f commit 35f4452

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

packages/component-header-footer/src/footer/index.styles.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,27 @@ const StyledFooter = styled.footer`
412412
}
413413
}
414414
415+
//footer manual consent opt-out
416+
.footer-legal-links,
417+
.footer-menu,
418+
.nav {
419+
&.colophon #manualConsentoptout,
420+
#manualConsentoptout {
421+
color: #747474;
422+
border: none;
423+
background-color: transparent;
424+
width: auto;
425+
cursor: pointer;
426+
padding: 0;
427+
text-align: right;
428+
justify-self: end;
429+
font-size: 1rem;
430+
&:hover {
431+
text-decoration: underline;
432+
}
433+
}
434+
}
435+
415436
// Bootstrap Default Stylings
416437
.row {
417438
--bs-gutter-x: 24px;

packages/unity-bootstrap-theme/src/scss/extends/_globalfooter.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,15 +357,17 @@ footer {
357357
.footer-legal-links,
358358
.footer-menu,
359359
.nav {
360-
&.colophon #manualConsentoptout, #manualConsentoptout {
361-
color: $uds-color-base-gray-5;
360+
&.colophon #manualConsentoptout,
361+
#manualConsentoptout {
362+
color: #747474;
362363
border: none;
363364
background-color: transparent;
364365
width: auto;
365366
cursor: pointer;
366367
padding: 0;
367368
text-align: right;
368369
justify-self: end;
370+
font-size: 1rem;
369371
&:hover {
370372
text-decoration: underline;
371373
}

0 commit comments

Comments
 (0)