Skip to content

Commit 1ad9088

Browse files
committed
cleanup
1 parent 4a07c43 commit 1ad9088

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/Layout.module.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
body{
2-
--donate-banner-dark: #182998;
3-
--donate-banner-background: var(--donate-processing-background)
4-
}
5-
6-
71
.root {
82
display: flex;
93
flex-direction: column;
@@ -28,4 +22,10 @@ body{
2822

2923
.withBreadcrumbs {
3024
padding-top: var(--vertical-margin-xsmall);
25+
}
26+
27+
/* Foundation donate banner custom properties */
28+
body{
29+
--donate-banner-dark: #182998;
30+
--donate-banner-background: var(--donate-processing-background)
3131
}

0 commit comments

Comments
 (0)