diff --git a/src/js/app.js b/src/js/app.js index edf9997..64392c3 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -4,9 +4,7 @@ angular.module('appWrapperDemo', [ 'cordovaGeolocationModule', 'ngCookies', 'ngRoute', - 'ngSanitize', 'ngStorage', - 'onScreenKeyboard', 'ui.bootstrap', 'ui.swiper', diff --git a/src/sass/_botonera-secundaria.scss b/src/sass/_botonera-secundaria.scss index 33e309a..ab783b2 100644 --- a/src/sass/_botonera-secundaria.scss +++ b/src/sass/_botonera-secundaria.scss @@ -37,6 +37,10 @@ .btn{ min-height: 85px; } + .foca-facturador-px{ + padding-left: 3rem; + padding-right: 3rem; + } } @media(min-width: 992px) and (max-width: 1200px){ diff --git a/src/sass/general.scss b/src/sass/general.scss index b0dae7b..17d471f 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -48,3 +48,7 @@ input::-webkit-inner-spin-button { .front-index{ z-index: 9999; } + +.foca-overflow-hidden{ + overflow: hidden; +} \ No newline at end of file