Commit 16b4a7c6c6188159b27dbdc62a8af25ca180ae5f
1 parent
d321dc8747
Exists in
master
and in
1 other branch
elimino css que no se usa
Showing
2 changed files
with
2 additions
and
7 deletions
Show diff stats
index.html
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> |
| 21 | 21 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> |
| 22 | 22 | |
| 23 | - <script src="../foca-directivas/tmp/foca-directivas.js"></script> | |
| 23 | + <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> | |
| 24 | 24 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
| 25 | 25 | <script src="./node_modules/foca-turno-apertura/dist/foca-turno-apertura.min.js"></script> |
| 26 | 26 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> |
| ... | ... | @@ -51,7 +51,7 @@ |
| 51 | 51 | </style> |
| 52 | 52 | <botonera-horizontal></botonera-horizontal> |
| 53 | 53 | <div ng-view class="container contenedor"></div> |
| 54 | - <div ng-controller="appWrapperDemoController" class="container contenedor-teclado"> | |
| 54 | + <div ng-controller="appWrapperDemoController" class="container"> | |
| 55 | 55 | <div class="btn-group-toggle" data-toggle="buttons" ng-click="mostrarTeclado = !mostrarTeclado"> |
| 56 | 56 | <label class="btn btn-secondary active boton-activar-teclado" ng-class="{'teclado-activar': mostrarTeclado}"> |
| 57 | 57 | <input type="checkbox" autocomplete="off"><i class="fa fa-keyboard-o fa-3x" aria-hidden="true"></i> |
src/sass/_contenedor.scss
| ... | ... | @@ -8,11 +8,6 @@ body { |
| 8 | 8 | min-width: 800px; |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | -.contenedor-teclado { | |
| 12 | - /* background-image: radial-gradient(circle at 50% 50%, #ebecf1, #abaec3); */ | |
| 13 | - /* height: 300px; */ | |
| 14 | -} | |
| 15 | - | |
| 16 | 11 | .grilla-articulo { |
| 17 | 12 | background-color: rgba(0, 0, 0, 0.8); |
| 18 | 13 | height: 430px; |