We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cfa40 commit 2ad062fCopy full SHA for 2ad062f
eform-client/src/app/components/navigation/navigation.component.html
@@ -6,7 +6,7 @@
6
aria-label="Toggle navigation"
7
(click)="expandMenu()">
8
<i class="material-icons white-text">
9
- reorder
+ reorder
10
</i>
11
<span class="navbar-toggler-icon"></span>
12
</button>
eform-client/src/scss/styles.scss
@@ -33,6 +33,14 @@ body {
33
}
34
35
36
+gallery {
37
+ background: #e2e2e2;
38
+}
39
+
40
+.g-backdrop {
41
+ background-color: #e2e2e2;
42
43
44
45
46
0 commit comments