Skip to content

Commit

Permalink
fixed footer background
Browse files Browse the repository at this point in the history
Refs: #7036
  • Loading branch information
AlexanderSchmidtCE committed Dec 19, 2024
1 parent 6131245 commit 8f803b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@

&__body-row {
&:nth-child(odd) {
background-color: var(--color-grey-10);
@at-root #{$root}__body & {
background-color: var(--color-grey-10);
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@

&__body-row {
&:nth-child(odd) {
background-color: var(--color-grey-10);
@at-root #{$root}__body & {
background-color: var(--color-grey-10);
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
border-top: rem(1) solid var(--color-petrol);

&:nth-child(even) {
background-color: #f2f2f2;
@at-root #{$root}__body & {
background-color: #f2f2f2;
}
}
}

Expand Down

0 comments on commit 8f803b9

Please sign in to comment.