This is an automated email from the ASF dual-hosted git repository.
mcgilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git
The following commit(s) were added to refs/heads/master by this push:
new 5cf12c4 [NIFI-6357] update snackbar icon location
5cf12c4 is described below
commit 5cf12c4bf7f55726b5eb10ae8190228a44ac8653
Author: Scott Aslan <[email protected]>
AuthorDate: Thu Jun 6 23:20:21 2019 -0400
[NIFI-6357] update snackbar icon location
This closes #28
---
platform/core/theming/snackbars/coaster/_coaster.component.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platform/core/theming/snackbars/coaster/_coaster.component.scss
b/platform/core/theming/snackbars/coaster/_coaster.component.scss
index 16545b1..432c4d6 100644
--- a/platform/core/theming/snackbars/coaster/_coaster.component.scss
+++ b/platform/core/theming/snackbars/coaster/_coaster.component.scss
@@ -43,7 +43,7 @@ fds-snackbar-title
mat-icon.mat-icon.mat-primary.material-icons {
.fds-coaster-icon {
position: absolute;
- top: 24px;
+ top: 19px;
left: 15px;
}