Commit eb444b14fdc99b402c6e159c64ae4a767d578168
1 parent
d87dfc57f3
Exists in
master
- Agregué el componente swiper.
- Agregué imágenes izquierda, derecha y logo. - Actualicé imagen de botonera. - Modifiqué estilos de la botonera principal.
Showing
10 changed files
with
42 additions
and
13 deletions
Show diff stats
img/botonera.png
img/derecha.png
1.62 KB
img/izquierda.png
1.44 KB
img/logo.png
143 KB
index.html
1 | <html ng-app="appWrapperDemo"> | 1 | <html ng-app="appWrapperDemo"> |
2 | <head> | 2 | <head> |
3 | <meta charset="UTF-8"/> | 3 | <meta charset="UTF-8"/> |
4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
5 | <base href="./"> | 5 | <base href="./"> |
6 | 6 | ||
7 | <!--CSS--> | 7 | <!--CSS--> |
8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> | 8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> |
9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> | 9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> |
10 | <link rel="stylesheet" href="node_modules/angular-ui-swiper/dist/angular-ui-swiper.css"> | ||
10 | <link href="css/general.css" rel="stylesheet"/> | 11 | <link href="css/general.css" rel="stylesheet"/> |
11 | 12 | ||
12 | <!--VENDOR JS--> | 13 | <!--VENDOR JS--> |
13 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> | 14 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> |
14 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | 15 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
15 | <script src="./node_modules/angular/angular.min.js"></script> | 16 | <script src="./node_modules/angular/angular.min.js"></script> |
16 | <script src="./node_modules/angular-route/angular-route.min.js"></script> | 17 | <script src="./node_modules/angular-route/angular-route.min.js"></script> |
17 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> | 18 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> |
18 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | 19 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> |
19 | <script src="./node_modules/angular-on-screen-keyboard/dist/angular-on-screen-keyboard.min.js"></script> | 20 | <script src="./node_modules/angular-on-screen-keyboard/dist/angular-on-screen-keyboard.min.js"></script> |
20 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> | 21 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> |
21 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> | 22 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> |
23 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> | ||
22 | 24 | ||
23 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> | 25 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> |
24 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> | 26 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
25 | <script src="./node_modules/foca-turno-apertura/dist/foca-turno-apertura.min.js"></script> | 27 | <script src="./node_modules/foca-turno-apertura/dist/foca-turno-apertura.min.js"></script> |
26 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> | 28 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> |
27 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> | 29 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> |
28 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> | 30 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> |
29 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> | 31 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> |
30 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> | 32 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> |
31 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> | 33 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> |
32 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> | 34 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> |
33 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> | 35 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> |
34 | <script src="./node_modules/foca-modal-moneda/dist/foca-modal-moneda.min.js"></script> | 36 | <script src="./node_modules/foca-modal-moneda/dist/foca-modal-moneda.min.js"></script> |
35 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> | 37 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> |
36 | <script src="./node_modules/foca-modal-proveedor/dist/foca-modal-proveedor.min.js"></script> | 38 | <script src="./node_modules/foca-modal-proveedor/dist/foca-modal-proveedor.min.js"></script> |
37 | <script src="./node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script> | 39 | <script src="./node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script> |
38 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> | 40 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> |
39 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> | 41 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
40 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> | 42 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> |
41 | 43 | ||
42 | <!-- BUILD --> | 44 | <!-- BUILD --> |
43 | <script src="./src/js/app.js"></script> | 45 | <script src="./src/js/app.js"></script> |
44 | <script src="./src/etc/develop.js"></script> | 46 | <script src="./src/etc/develop.js"></script> |
45 | <!-- /BUILD --> | 47 | <!-- /BUILD --> |
46 | 48 | ||
47 | </head> | 49 | </head> |
48 | <body> | 50 | <body> |
49 | <style> | 51 | <style> |
50 | </style> | 52 | </style> |
51 | <botonera-horizontal></botonera-horizontal> | 53 | <botonera-horizontal></botonera-horizontal> |
52 | <div ng-view class="container contenedor"></div> | 54 | <div ng-view class="container contenedor"></div> |
53 | <div class="container contenedor-teclado"> | 55 | <div class="container contenedor-teclado"> |
54 | <div class="btn-group-toggle" data-toggle="buttons" ng-click="mostrarTeclado = !mostrarTeclado"> | 56 | <div class="btn-group-toggle" data-toggle="buttons" ng-click="mostrarTeclado = !mostrarTeclado"> |
55 | <label class="btn btn-secondary active" ng-class="{'teclado-activar': mostrarTeclado}"> | 57 | <label class="btn btn-secondary active" ng-class="{'teclado-activar': mostrarTeclado}"> |
56 | <input type="checkbox" autocomplete="off"><i class="fa fa-keyboard-o fa-3x" aria-hidden="true"></i> | 58 | <input type="checkbox" autocomplete="off"><i class="fa fa-keyboard-o fa-3x" aria-hidden="true"></i> |
57 | </label> | 59 | </label> |
58 | </div> | 60 | </div> |
59 | <foca-teclado ng-show="mostrarTeclado" alfanumeric="true" numeric="true"></foca-teclado> | 61 | <foca-teclado ng-show="mostrarTeclado" alfanumeric="true" numeric="true"></foca-teclado> |
60 | </div> | 62 | </div> |
61 | </body> | 63 | </body> |
62 | </html> | 64 | </html> |
63 | 65 |
package.json
1 | { | 1 | { |
2 | "name": "wrapper-demo", | 2 | "name": "wrapper-demo", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "", | 4 | "description": "", |
5 | "main": "main.js", | 5 | "main": "main.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", | 7 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", |
8 | "gulp-pre-commit": "gulp pre-commit", | 8 | "gulp-pre-commit": "gulp pre-commit", |
9 | "compile": "gulp uglify && gulp sass", | 9 | "compile": "gulp uglify && gulp sass", |
10 | "electron": "electron .", | 10 | "electron": "electron .", |
11 | "electron-build": "gulp uglify && gulp html && gulp sass && electron ." | 11 | "electron-build": "gulp uglify && gulp html && gulp sass && electron ." |
12 | }, | 12 | }, |
13 | "pre-commit": [ | 13 | "pre-commit": [ |
14 | "gulp-pre-commit" | 14 | "gulp-pre-commit" |
15 | ], | 15 | ], |
16 | "repository": { | 16 | "repository": { |
17 | "type": "git", | 17 | "type": "git", |
18 | "url": "https://debo.suite.repo/Wrappers/wrapper-demo.git" | 18 | "url": "https://debo.suite.repo/Wrappers/wrapper-demo.git" |
19 | }, | 19 | }, |
20 | "author": "Foca Software", | 20 | "author": "Foca Software", |
21 | "license": "ISC", | 21 | "license": "ISC", |
22 | "dependencies": { | 22 | "dependencies": { |
23 | "angular": "^1.7.5", | 23 | "angular": "^1.7.5", |
24 | "angular-cookies": "^1.7.5", | 24 | "angular-cookies": "^1.7.5", |
25 | "angular-i18n": "^1.7.5", | 25 | "angular-i18n": "^1.7.5", |
26 | "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", | 26 | "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", |
27 | "angular-route": "^1.7.5", | 27 | "angular-route": "^1.7.5", |
28 | "angular-sanitize": "^1.7.5", | 28 | "angular-sanitize": "^1.7.5", |
29 | "angular-ui-swiper": "^2.3.8", | ||
29 | "bootstrap": "^4.1.3", | 30 | "bootstrap": "^4.1.3", |
30 | "foca-abm-plazo-pago": "git+https://debo.suite.repo/modulos-npm/foca-abm-plazo-pago.git", | 31 | "foca-abm-plazo-pago": "git+https://debo.suite.repo/modulos-npm/foca-abm-plazo-pago.git", |
31 | "foca-abm-precios-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-abm-precios-condiciones.git", | 32 | "foca-abm-precios-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-abm-precios-condiciones.git", |
32 | "foca-abm-sectores": "git+https://debo.suite.repo/modulos-npm/foca-abm-sectores", | 33 | "foca-abm-sectores": "git+https://debo.suite.repo/modulos-npm/foca-abm-sectores", |
33 | "foca-botonera-principal": "git+https://debo.suite.repo/modulos-npm/foca-botonera-principal.git", | 34 | "foca-botonera-principal": "git+https://debo.suite.repo/modulos-npm/foca-botonera-principal.git", |
34 | "foca-busqueda-cliente": "git+https://debo.suite.repo/modulos-npm/foca-busqueda-cliente.git", | 35 | "foca-busqueda-cliente": "git+https://debo.suite.repo/modulos-npm/foca-busqueda-cliente.git", |
35 | "foca-crear-nota-pedido": "git+https://debo.suite.repo/modulos-npm/foca-crear-nota-pedido.git", | 36 | "foca-crear-nota-pedido": "git+https://debo.suite.repo/modulos-npm/foca-crear-nota-pedido.git", |
36 | "foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git", | 37 | "foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git", |
37 | "foca-login": "git+https://debo.suite.repo/modulos-npm/foca-login.git", | 38 | "foca-login": "git+https://debo.suite.repo/modulos-npm/foca-login.git", |
38 | "foca-modal": "git+https://debo.suite.repo/modulos-npm/foca-modal", | 39 | "foca-modal": "git+https://debo.suite.repo/modulos-npm/foca-modal", |
39 | "foca-modal-busqueda-productos": "git+https://debo.suite.repo/modulos-npm/foca-modal-busqueda-productos", | 40 | "foca-modal-busqueda-productos": "git+https://debo.suite.repo/modulos-npm/foca-modal-busqueda-productos", |
40 | "foca-modal-domicilio": "git+https://debo.suite.repo/modulos-npm/foca-modal-domicilio.git", | 41 | "foca-modal-domicilio": "git+https://debo.suite.repo/modulos-npm/foca-modal-domicilio.git", |
41 | "foca-modal-flete": "git+https://debo.suite.repo/modulos-npm/foca-modal-flete.git", | 42 | "foca-modal-flete": "git+https://debo.suite.repo/modulos-npm/foca-modal-flete.git", |
42 | "foca-modal-moneda": "git+https://debo.suite.repo/modulos-npm/foca-modal-moneda.git", | 43 | "foca-modal-moneda": "git+https://debo.suite.repo/modulos-npm/foca-modal-moneda.git", |
43 | "foca-modal-precio-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git", | 44 | "foca-modal-precio-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git", |
44 | "foca-modal-proveedor": "git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git", | 45 | "foca-modal-proveedor": "git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git", |
45 | "foca-modal-vendedores": "git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git", | 46 | "foca-modal-vendedores": "git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git", |
46 | "foca-teclado": "git+https://debo.suite.repo/modulos-npm/foca-teclado.git", | 47 | "foca-teclado": "git+https://debo.suite.repo/modulos-npm/foca-teclado.git", |
47 | "foca-turno-apertura": "git+https://debo.suite.repo/modulos-npm/foca-turno-apertura.git", | 48 | "foca-turno-apertura": "git+https://debo.suite.repo/modulos-npm/foca-turno-apertura.git", |
48 | "font-awesome": "^4.7.0", | 49 | "font-awesome": "^4.7.0", |
49 | "gulp-angular-templatecache": "^2.2.1", | 50 | "gulp-angular-templatecache": "^2.2.1", |
50 | "gulp-htmlmin": "^5.0.1", | 51 | "gulp-htmlmin": "^5.0.1", |
51 | "gulp-uglify": "^3.0.1", | 52 | "gulp-uglify": "^3.0.1", |
52 | "jquery": "^3.3.1", | 53 | "jquery": "^3.3.1", |
53 | "node-sass": "^4.9.4", | 54 | "node-sass": "^4.9.4", |
54 | "uglify": "^0.1.5", | 55 | "uglify": "^0.1.5", |
55 | "ui-bootstrap4": "^3.0.5" | 56 | "ui-bootstrap4": "^3.0.5" |
56 | }, | 57 | }, |
57 | "devDependencies": { | 58 | "devDependencies": { |
58 | "electron": "^3.0.2", | 59 | "electron": "^3.0.2", |
59 | "gulp": "^3.9.1", | 60 | "gulp": "^3.9.1", |
60 | "gulp-clean": "^0.4.0", | 61 | "gulp-clean": "^0.4.0", |
61 | "gulp-concat": "^2.6.1", | 62 | "gulp-concat": "^2.6.1", |
62 | "gulp-connect": "^5.6.1", | 63 | "gulp-connect": "^5.6.1", |
63 | "gulp-jshint": "^2.1.0", | 64 | "gulp-jshint": "^2.1.0", |
64 | "gulp-rename": "^1.4.0", | 65 | "gulp-rename": "^1.4.0", |
65 | "gulp-replace": "^1.0.0", | 66 | "gulp-replace": "^1.0.0", |
66 | "gulp-sass": "^4.0.1", | 67 | "gulp-sass": "^4.0.1", |
67 | "gulp-uglify-es": "^1.0.4", | 68 | "gulp-uglify-es": "^1.0.4", |
68 | "gulp-watch": "^5.0.1", | 69 | "gulp-watch": "^5.0.1", |
69 | "jasmine-core": "^3.2.1", | 70 | "jasmine-core": "^3.2.1", |
70 | "jshint": "^2.9.6", | 71 | "jshint": "^2.9.6", |
71 | "pre-commit": "^1.2.2", | 72 | "pre-commit": "^1.2.2", |
72 | "pump": "^3.0.0" | 73 | "pump": "^3.0.0" |
73 | } | 74 | } |
74 | } | 75 | } |
75 | 76 |
src/js/app.js
1 | angular.module('appWrapperDemo', [ | 1 | angular.module('appWrapperDemo', [ |
2 | 'ngCookies', | 2 | 'ngCookies', |
3 | 'ngRoute', | 3 | 'ngRoute', |
4 | 'ui.bootstrap', | 4 | 'ui.bootstrap', |
5 | 'ui.swiper', | ||
5 | 'focaAbmPlazoPago', | 6 | 'focaAbmPlazoPago', |
6 | 'focaAbmPreciosCondiciones', | 7 | 'focaAbmPreciosCondiciones', |
7 | 'focaAbmSectores', | 8 | 'focaAbmSectores', |
8 | 'focaBotoneraPrincipal', | 9 | 'focaBotoneraPrincipal', |
9 | 'focaBusquedaCliente', | 10 | 'focaBusquedaCliente', |
10 | 'focaBusquedaProductos', | 11 | 'focaBusquedaProductos', |
11 | 'focaCrearNotaPedido', | 12 | 'focaCrearNotaPedido', |
12 | 'focaDirectivas', | 13 | 'focaDirectivas', |
13 | 'focaLogin', | 14 | 'focaLogin', |
14 | 'focaModal', | 15 | 'focaModal', |
15 | 'focaModalFlete', | 16 | 'focaModalFlete', |
16 | 'focaModalMoneda', | 17 | 'focaModalMoneda', |
17 | 'focaModalPrecioCondicion', | 18 | 'focaModalPrecioCondicion', |
18 | 'focaModalProveedor', | 19 | 'focaModalProveedor', |
19 | 'focaModalVendedores', | 20 | 'focaModalVendedores', |
20 | 'focaTeclado', | 21 | 'focaTeclado', |
21 | 'focaTurnoApertura', | 22 | 'focaTurnoApertura', |
22 | 'ngSanitize', | 23 | 'ngSanitize', |
23 | 'onScreenKeyboard', | 24 | 'onScreenKeyboard', |
24 | 'focaModalDomicilio' | 25 | 'focaModalDomicilio' |
25 | ]); | 26 | ]); |
26 | 27 |
src/sass/_botonera-principal.scss
1 | .botonera-principal { | 1 | .botonera-principal { |
2 | margin: 0; | 2 | menuitem { |
3 | padding-left: 30px; | ||
4 | padding-top: 30px; | ||
5 | & menuitem { | ||
6 | display: inline-block; | 3 | display: inline-block; |
7 | height: 130px; | 4 | height: 130px; |
8 | text-align: center; | 5 | text-align: center; |
9 | width: 180px; | 6 | width: 180px; |
10 | } | 7 | } |
11 | & button { | 8 | button { |
12 | background-image: url('../img/botonera.png'); | 9 | background-image: url('../img/botonera.png'); |
13 | border-radius: 12px; | 10 | border-radius: 12px; |
14 | border-width: 0; | 11 | border-width: 0; |
15 | height: 90px; | 12 | height: 90px; |
16 | position: relative; | 13 | position: relative; |
17 | width: 90px; | 14 | width: 90px; |
15 | span { | ||
16 | left: 0; | ||
17 | position: absolute; | ||
18 | text-align: center; | ||
19 | top: 90px; | ||
20 | width: 100%; | ||
21 | font-size: 12px; | ||
22 | color: #777777; | ||
23 | } | ||
18 | } | 24 | } |
19 | & span { | 25 | &-menu { |
20 | left: 0; | 26 | padding-left: 90px; |
21 | position: absolute; | 27 | } |
22 | text-align: center; | 28 | &-logo { |
23 | top: 90px; | 29 | width: 80%; |
24 | width: 100%; | 30 | opacity: .8; |
25 | font-size: 12px; | 31 | } |
26 | color: #777777; | 32 | &-vacio { |
33 | & button { | ||
34 | background-position: -4380px 0; | ||
35 | &:hover { | ||
36 | background-position: -4380px -90px; | ||
37 | } | ||
38 | } | ||
27 | } | 39 | } |
28 | &-abrir-turno { | 40 | &-abrir-turno { |
29 | & button { | 41 | & button { |
30 | background-position: 0 0; | 42 | background-position: 0 0; |
31 | &:hover { | 43 | &:hover { |
32 | background-position: 0 -90px; | 44 | background-position: 0 -90px; |
33 | } | 45 | } |
34 | } | 46 | } |
35 | } | 47 | } |
36 | &-cerrar-turno { | 48 | &-cerrar-turno { |
37 | & button { | 49 | & button { |
38 | background-position: -90px 0; | 50 | background-position: -90px 0; |
39 | &:hover { | 51 | &:hover { |
40 | background-position: -90px -90px; | 52 | background-position: -90px -90px; |
41 | } | 53 | } |
42 | } | 54 | } |
43 | } | 55 | } |
44 | &-caja { | 56 | &-caja { |
45 | & button { | 57 | & button { |
46 | background-position: -180px 0; | 58 | background-position: -180px 0; |
47 | &:hover { | 59 | &:hover { |
48 | background-position: -180px -90px; | 60 | background-position: -180px -90px; |
49 | } | 61 | } |
50 | } | 62 | } |
51 | } | 63 | } |
52 | &-facturador { | 64 | &-facturador { |
53 | & button { | 65 | & button { |
54 | background-position: -270px 0px; | 66 | background-position: -270px 0px; |
55 | &:hover { | 67 | &:hover { |
56 | background-position: -270px -90px; | 68 | background-position: -270px -90px; |
57 | } | 69 | } |
58 | } | 70 | } |
59 | } | 71 | } |
60 | &-nota-pedido { | 72 | &-nota-pedido { |
61 | & button { | 73 | & button { |
62 | background-position: -1250px 0px; | 74 | background-position: -1250px 0px; |
63 | &:hover { | 75 | &:hover { |
64 | background-position: -1250px -90px; | 76 | background-position: -1250px -90px; |
65 | } | 77 | } |
66 | } | 78 | } |
src/sass/_swiper.scss
File was created | 1 | .swiper { | |
2 | &-container { | ||
3 | height: 400px; | ||
4 | } | ||
5 | &-slide { | ||
6 | background: transparent; | ||
7 | height: 400px; | ||
8 | text-align: unset; | ||
9 | -webkit-align-items: unset; | ||
10 | align-items: unset; | ||
11 | } | ||
12 | } | ||
13 |
src/sass/general.scss
1 | @import 'bootstrap'; | 1 | @import 'bootstrap'; |
2 | @import 'botonera'; | 2 | @import 'botonera'; |
3 | @import 'botonera-lateral'; | 3 | @import 'botonera-lateral'; |
4 | @import 'botonera-principal'; | 4 | @import 'botonera-principal'; |
5 | @import 'botonera-secundaria'; | 5 | @import 'botonera-secundaria'; |
6 | @import 'contenedor'; | 6 | @import 'contenedor'; |
7 | @import 'lista'; | 7 | @import 'lista'; |
8 | @import 'login'; | 8 | @import 'login'; |
9 | @import 'panel-informativo'; | 9 | @import 'panel-informativo'; |
10 | @import 'tabla'; | 10 | @import 'tabla'; |
11 | @import 'teclado'; | 11 | @import 'teclado'; |
12 | @import 'tabla-articulos'; | 12 | @import 'tabla-articulos'; |
13 | @import 'swiper'; | ||
13 | 14 |