diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss
index 05cbeb2b127efcff8ed9099e76a2f1aa761f08d3..13f0df57d2b7e676eb82458f1f73cac3eb633593 100644
--- a/scss/ionic.app.scss
+++ b/scss/ionic.app.scss
@@ -29,7 +29,6 @@ $ionicons-font-path: "../lib/ionic/fonts" !default;
 // Include all of Ionic
 @import "www/lib/ionic/scss/ionic";
 
-<<<<<<< HEAD
 // Add robotodraft fonts (need for ionic material)
 $RobotoDraftFontPath: "../lib/robotodraft/fonts";
 $RobotoDraftFontName: "RobotoDraft";
@@ -39,44 +38,7 @@ $RobotoDraftFontVersion: "1.1.0";
 
 // Include all of Ionic-Material
 @import "www/lib/ionic-material/src/scss/index";
-=======
-.background-positive {
-  background-color: $positive;
-  color: $light;
-  text-color: $light;
-}
-
-#wallet .button-float{
-  background: $assertive !important;
-  color:white !important;
-  z-index: 12 !important;
-  position: absolute !important; 
-  //top: 150px !important;
-  //left: 10px;
-  bottom: 10px !important;
-  right: 10px !important;
-  min-width: 47px !important;
-  border-radius: 50% !important;
-  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
-  -webkit-transform: translate3d(0, 0, 0) !important;
-  transform: translate3d(0, 0, 0) !important;
-  -webkit-transition: 0.2s linear !important;
-  transition: 0.2s linear !important;
-  -webkit-transition-property: -webkit-transform, all !important;
-  transition-property: transform, all !important;
-}
 
-#wallet .button-float:hover{
-  -webkit-transform: translate3d(0, -1px, 0)  !important;
-  transform: translate3d(0, -1px, 0) !important;
-  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4) !important;
-    background: darken($assertive, 10%) !important;
-}
-
-#wallet .button-float-second{
-  left: 70px !important;
-}
->>>>>>> origin/with-ES-store
 
 // --------------------------------------------------
 // Responsive: Utility classes
diff --git a/www/js/config.js b/www/js/config.js
index ed674fbca9751a043aaa2d385d6b18ab6a4b582a..54678a0ccc1522acb16deac49c63ce16652e6cbc 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -12,7 +12,7 @@ angular.module("cesium.config", [])
 	"UCOIN_NODE": "twiced.fr:9330",
 	"UCOIN_NODE_ES": "es.ucoin.fr",
 	"VERSION": "0.0.1",
-	"BUILD_DATE": "2016-04-07T10:31:33.206Z"
+	"BUILD_DATE": "2016-04-13T11:39:11.819Z"
 })
 
 ;
\ No newline at end of file