Skip to content
Snippets Groups Projects
Commit 5e7d518d authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

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
parent 6bded13d
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ $ionicons-font-path: "../lib/ionic/fonts" !default; ...@@ -29,7 +29,6 @@ $ionicons-font-path: "../lib/ionic/fonts" !default;
// Include all of Ionic // Include all of Ionic
@import "www/lib/ionic/scss/ionic"; @import "www/lib/ionic/scss/ionic";
<<<<<<< HEAD
// Add robotodraft fonts (need for ionic material) // Add robotodraft fonts (need for ionic material)
$RobotoDraftFontPath: "../lib/robotodraft/fonts"; $RobotoDraftFontPath: "../lib/robotodraft/fonts";
$RobotoDraftFontName: "RobotoDraft"; $RobotoDraftFontName: "RobotoDraft";
...@@ -39,44 +38,7 @@ $RobotoDraftFontVersion: "1.1.0"; ...@@ -39,44 +38,7 @@ $RobotoDraftFontVersion: "1.1.0";
// Include all of Ionic-Material // Include all of Ionic-Material
@import "www/lib/ionic-material/src/scss/index"; @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 // Responsive: Utility classes
......
...@@ -12,7 +12,7 @@ angular.module("cesium.config", []) ...@@ -12,7 +12,7 @@ angular.module("cesium.config", [])
"UCOIN_NODE": "twiced.fr:9330", "UCOIN_NODE": "twiced.fr:9330",
"UCOIN_NODE_ES": "es.ucoin.fr", "UCOIN_NODE_ES": "es.ucoin.fr",
"VERSION": "0.0.1", "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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment