Skip to content

Commit 05d29fd

Browse files
committed
Merge remote-tracking branch 'origin/Angular6AndMaterialDesign'
2 parents 154f33f + a2a9647 commit 05d29fd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

eform-client/src/app/components/navigation/navigation.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
aria-label="Toggle navigation"
77
(click)="expandMenu()">
88
<i class="material-icons white-text">
9-
reorder
9+
reorder
1010
</i>
1111
<span class="navbar-toggler-icon"></span>
1212
</button>

eform-client/src/scss/styles.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ body {
3333
}
3434
}
3535

36+
gallery {
37+
background: #e2e2e2;
38+
}
39+
40+
.g-backdrop {
41+
background-color: #e2e2e2;
42+
}
43+
3644

3745

3846

0 commit comments

Comments
 (0)