We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a07c43 commit 1ad9088Copy full SHA for 1ad9088
1 file changed
src/components/Layout.module.css
@@ -1,9 +1,3 @@
1
-body{
2
- --donate-banner-dark: #182998;
3
- --donate-banner-background: var(--donate-processing-background)
4
-}
5
-
6
7
.root {
8
display: flex;
9
flex-direction: column;
@@ -28,4 +22,10 @@ body{
28
22
29
23
.withBreadcrumbs {
30
24
padding-top: var(--vertical-margin-xsmall);
25
+}
26
+
27
+/* Foundation donate banner custom properties */
+body{
+ --donate-banner-dark: #182998;
+ --donate-banner-background: var(--donate-processing-background)
31
}
0 commit comments