From 9bd2af77fe6c52e08c901b3865ade8df2388f090 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Wed, 18 Jan 2017 16:02:46 +0100
Subject: [PATCH] fix CSS

---
 scss/ionic.app.scss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss
index 14f6b98e..ec183040 100644
--- a/scss/ionic.app.scss
+++ b/scss/ionic.app.scss
@@ -1402,9 +1402,11 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
     background-color: $positive-900-bg;
     color: #fff;
     height: 175px;
+    padding-right: 0px !important;
 
     .hero {
       height: 175px;
+      box-shadow: none; // not need (define in bar-header)
 
       .content {
         bottom: 5px;
-- 
GitLab