Fix styling
This commit is contained in:
parent
9abd852f4b
commit
ef650aff86
2 changed files with 8 additions and 3 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue