You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2019/06/07 17:12:36 UTC

[nifi-fds] branch master updated: [NIFI-6357] update snackbar icon location

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 <sc...@gmail.com>
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;
 }