Fix styling

This commit is contained in:
Gustavo Maximiliano Cortez 2017-07-04 10:44:10 -03:00
commit ef650aff86
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 8 additions and 3 deletions

View file

@ -1186,7 +1186,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
} }
}); });
}) })
.run(function($rootScope, $state, $location, $log, $timeout, startupService, ionicToast, fingerprintService, $ionicHistory, $ionicPlatform, $window, appConfigService, lodash, platformInfo, profileService, uxLanguage, gettextCatalog, openURLService, storageService, scannerService, configService, emailService, /* plugins START HERE => */ coinbaseService, glideraService, amazonService, bitpayCardService, applicationService) { .run(function($rootScope, $state, $location, $log, $timeout, startupService, ionicToast, fingerprintService, $ionicHistory, $ionicPlatform, $window, appConfigService, lodash, platformInfo, profileService, uxLanguage, gettextCatalog, openURLService, storageService, scannerService, configService, emailService, /* plugins START HERE => */ coinbaseService, glideraService, amazonService, bitpayCardService, applicationService, mercadoLibreService) {
uxLanguage.init(); uxLanguage.init();

View file

@ -11,7 +11,7 @@
stroke: black; stroke: black;
fill: black; fill: black;
} }
.add-bottom-for-cta { .add-bottom-for-cta {
bottom: 92px; bottom: 92px;
} }
@ -36,9 +36,14 @@
} }
.big-icon-svg { .big-icon-svg {
padding: 0 7px 0 0;
margin-right: 0.6rem; margin-right: 0.6rem;
} }
.big-icon-svg > .bg {
height: 27px;
}
} }
.amount-label{ .amount-label{
line-height: 30px; line-height: 30px;
@ -80,7 +85,7 @@
color: $item-label-color; color: $item-label-color;
margin-bottom: 8px; margin-bottom: 8px;
} }
.capitalized { .capitalized {
text-transform: capitalize; text-transform: capitalize;
} }