From f2d5781bb3d8329d5d381f0c9575d8094a8f829e Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 19 Jun 2015 13:30:29 -0500 Subject: [PATCH] Event BETTER loading grikon --- ionic/components/app/structure.scss | 9 ++++++--- scripts/e2e/ionic.template.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ionic/components/app/structure.scss b/ionic/components/app/structure.scss index 4047e6d0da..51e2afcdaa 100644 --- a/ionic/components/app/structure.scss +++ b/ionic/components/app/structure.scss @@ -49,10 +49,13 @@ ionic { ion-loading-icon { display: flex; margin: auto; - i { - font-size: 128px; - color: #666666; + + font-family: 'Ionicons'; + &:before { + content: "\f44e"; } + font-size: 128px; + color: #666666; } ion-nav { diff --git a/scripts/e2e/ionic.template.html b/scripts/e2e/ionic.template.html index 9456f87c8c..c35d104185 100644 --- a/scripts/e2e/ionic.template.html +++ b/scripts/e2e/ionic.template.html @@ -36,7 +36,7 @@ - +