From 5e7d518d4a09d45c3c5c76b373ddc71f39238962 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Wed, 13 Apr 2016 13:39:17 +0200
Subject: [PATCH] Merge remote-tracking branch 'origin/with-ES-store' into
 with-ES-store

Conflicts:
	scss/ionic.app.scss
	www/css/ionic.app.css
	www/css/ionic.app.min.css
	www/i18n/locale-en.json
	www/i18n/locale-fr-FR.json
	www/js/controllers/home-controllers.js
	www/js/controllers/wallet-controllers.js
	www/js/services/utils-services.js
	www/js/services/wallet-services.js
	www/templates/account/view_wallet.html
	www/templates/currency/view_currency.html
---
 scss/ionic.app.scss | 38 --------------------------------------
 www/js/config.js    |  2 +-
 2 files changed, 1 insertion(+), 39 deletions(-)

diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss
index 05cbeb2b1..13f0df57d 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 ed674fbca..54678a0cc 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
-- 
GitLab