Skip to content

Commit

Permalink
fix(legal-nav): align cookie preference to other nav items (#4680) (#…
Browse files Browse the repository at this point in the history
…4704)

### Related Ticket(s)

Refs #4676.

### Description

Adds a change to align the style of cookie preference link in micro footer to other legal nav items.

### Changelog

**Changed**

- A change to align the style of cookie preference link in micro footer to other legal nav items.
  • Loading branch information
asudoh authored Dec 10, 2020
1 parent 645b2f7 commit 40511b5
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 40511b5

Please sign in to comment.