Commit e1fe07bbd9943a49a498e856163be4117c43195c

Authored by Eric Fernandez
1 parent 46c1e692de
Exists in master

inyecciones innecesarias

... ... @@ -4,9 +4,7 @@ angular.module('appWrapperDemo', [
4 4 'cordovaGeolocationModule',
5 5 'ngCookies',
6 6 'ngRoute',
7   - 'ngSanitize',
8 7 'ngStorage',
9   - 'onScreenKeyboard',
10 8 'ui.bootstrap',
11 9 'ui.swiper',
12 10  
src/sass/_botonera-secundaria.scss
... ... @@ -37,6 +37,10 @@
37 37 .btn{
38 38 min-height: 85px;
39 39 }
  40 + .foca-facturador-px{
  41 + padding-left: 3rem;
  42 + padding-right: 3rem;
  43 + }
40 44 }
41 45  
42 46 @media(min-width: 992px) and (max-width: 1200px){
src/sass/general.scss
... ... @@ -48,3 +48,7 @@ input::-webkit-inner-spin-button {
48 48 .front-index{
49 49 z-index: 9999;
50 50 }
  51 +
  52 +.foca-overflow-hidden{
  53 + overflow: hidden;
  54 +}
51 55 \ No newline at end of file
1