Commit 901a556aaf6e0f532287952afca0eef4a8b99b2d

Authored by Jose Pinto
1 parent e015c79b9c
Exists in master

arreglos botonera-lateral

Showing 2 changed files with 18 additions and 24 deletions   Show diff stats
... ... @@ -87,15 +87,7 @@
87 87 <foca-nombre-empresa></foca-nombre-empresa>
88 88 <div ng-view class="container contenedor"></div>
89 89 <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block ">
90   - <div class="container">
91   - <div class="row">
92   - <div class="col-auto my-2 col-lg-2 offset-lg-10 d-none d-md-flex" style="min-height: 176px">
93   - <div class="px-2 mt-auto">
94   - <foca-botonera-lateral></foca-botonera-lateral>
95   - </div>
96   - </div>
97   - </div>
98   - </div>
  90 + <foca-botonera-lateral></foca-botonera-lateral>
99 91 <foca-teclado
100 92 ng-show="usarTeclado && mostrarTeclado"
101 93 alfanumeric="true"
src/sass/_botonera-lateral.scss
1 1 .botonera-lateral {
  2 + pointer-events: none;
  3 + position: absolute;
  4 + left: 0;
  5 + right: 0;
  6 + top: 402px;
  7 + &.teclado{
  8 + top: 449px;
  9 + z-index: 100000;
  10 + }
  11 + .row{
  12 + margin: 0 !important;
  13 + pointer-events: none;
  14 + }
2 15  
3   - @media (min-width: 768px){
4   - display: grid !important;
  16 + .container{
  17 + @media (min-width: 768px){
  18 + display: grid !important;
  19 + }
5 20 }
6 21  
7 22 button{
... ... @@ -49,16 +64,3 @@
49 64 }
50 65 }
51 66 }
52   -.teclado-container > div{
53   - pointer-events: none;
54   - position: absolute;
55   - z-index: 100000;
56   - left: 0;
57   - right: 0;
58   - top: 449px;
59   - .row{
60   - margin: 0 !important;
61   - pointer-events: none;
62   - }
63   -
64   -}