Skip to content

Commit

Permalink
fix(legal-nav): align cookie preference to other nav items
Browse files Browse the repository at this point in the history
Adds a change to align the style of cookie preference link in micro
footer to other legal nav items.

Refs #4676.
  • Loading branch information
asudoh committed Dec 9, 2020
1 parent 6910f9c commit f131088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web-components/src/components/footer/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
}

:host(#{$dds-prefix}-legal-nav[size='micro']) {
::slotted(#{$dds-prefix}-legal-nav-item) {
::slotted(#{$dds-prefix}-legal-nav-item),
::slotted(#{$dds-prefix}-legal-nav-cookie-preferences-placeholder) {
display: flex;
align-items: center;
padding: 0;
Expand Down

0 comments on commit f131088

Please sign in to comment.