Commit 36c3cbfae6faa76de4fcf4e0cfe5e5ddd9230b75
1 parent
68f0df5669
Exists in
master
Styles nuevo diseño responsive
Showing
4 changed files
with
34 additions
and
0 deletions
Show diff stats
index.html
... | ... | @@ -35,6 +35,7 @@ |
35 | 35 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> |
36 | 36 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> |
37 | 37 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
38 | + <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> | |
38 | 39 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> |
39 | 40 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> |
40 | 41 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> |
src/sass/_botonera-secundaria.scss
... | ... | @@ -15,6 +15,9 @@ |
15 | 15 | background-color: #d8b07d; |
16 | 16 | border-color: #e09125 !important; |
17 | 17 | } |
18 | + &:focus{ | |
19 | + box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); | |
20 | + } | |
18 | 21 | img{ |
19 | 22 | width: 50%; |
20 | 23 | margin: auto |
... | ... | @@ -25,4 +28,9 @@ |
25 | 28 | margin-right: -.25rem; |
26 | 29 | } |
27 | 30 | } |
31 | + @media(max-width: 992px){ | |
32 | + .btn{ | |
33 | + font-weight: 700; | |
34 | + } | |
35 | + } | |
28 | 36 | } |
src/sass/_foca-crear.scss
... | ... | @@ -11,6 +11,19 @@ |
11 | 11 | margin: auto; |
12 | 12 | margin-right: 0; |
13 | 13 | } |
14 | + | |
15 | + @media(max-width: 992px){ | |
16 | + border-top: none !important; | |
17 | + border-right: none !important; | |
18 | + border-left: none !important; | |
19 | + border-bottom: 2px solid #FFF !important; | |
20 | + &:last-child{ | |
21 | + border-left: 2px solid #FFF !important; | |
22 | + } | |
23 | + &:first-child{ | |
24 | + border-top: 2px solid #FFF !important; | |
25 | + } | |
26 | + } | |
14 | 27 | } |
15 | 28 | |
16 | 29 | @media(min-width: 992px){ |
src/sass/_tabla-articulos.scss