File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
unity-bootstrap-theme/src/scss/extends Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments