Commit 4ecd7fe3de5876166b029cc9ec0bbddee67b1cf2
1 parent
e166b14ddb
Exists in
master
and in
1 other branch
correccion linea, bajo modal
Showing
2 changed files
with
13 additions
and
2 deletions
 
Show diff stats
src/sass/_bootstrap.scss
| 1 | .active{ | 1 | .active{ | 
| 2 | color: #fff; | 2 | color: #fff; | 
| 3 | text-decoration: none; | 3 | text-decoration: none; | 
| 4 | outline: 0; | 4 | outline: 0; | 
| 5 | background-color: #337ab7; | 5 | background-color: #337ab7; | 
| 6 | } | 6 | } | 
| 7 | .btn-xs { | 7 | .btn-xs { | 
| 8 | padding: .15rem .5rem; | 8 | padding: .15rem .5rem; | 
| 9 | font-size: .8rem; | 9 | font-size: .8rem; | 
| 10 | line-height: 1.5; | 10 | line-height: 1.5; | 
| 11 | border-radius: .2rem; | 11 | border-radius: .2rem; | 
| 12 | } | 12 | } | 
| 13 | .no-border-bottom { | 13 | .no-border-bottom { | 
| 14 | border-bottom: 0 !important; | 14 | border-bottom: 0 !important; | 
| 15 | } | 15 | } | 
| 16 | .no-border-top { | 16 | .no-border-top { | 
| 17 | border-top: 0 !important; | 17 | border-top: 0 !important; | 
| 18 | } | 18 | } | 
| 19 | .no-border { | 19 | .no-border { | 
| 20 | border: 0 !important; | 20 | border: 0 !important; | 
| 21 | } | 21 | } | 
| 22 | .margin-bottom-mobile { | 22 | .margin-bottom-mobile { | 
| 23 | margin-bottom: 2.5em !important; | 23 | margin-bottom: 2.5em !important; | 
| 24 | } | 24 | } | 
| 25 | .tamaño-boton { | 25 | .tamaño-boton { | 
| 26 | width:44px; | 26 | width:44px; | 
| 27 | } | 27 | } | 
| 28 | .modal-content { | 28 | .modal-content { | 
| 29 | .modal-header{ | ||
| 30 | display: block | ||
| 31 | } | ||
| 29 | @media (max-width: 576px) { | 32 | @media (max-width: 576px) { | 
| 30 | height: auto; | 33 | height: auto; | 
| 31 | height: 100%; | 34 | height: 100%; | 
| 32 | border-radius: 0; | 35 | border-radius: 0; | 
| 33 | } | 36 | } | 
| 34 | } | 37 | } | 
| 35 | .modal-dialog { | 38 | .modal.show .modal-dialog { | 
| 39 | @media (min-width: 1201px){ | ||
| 40 | -webkit-transform: translate(0, 70px); | ||
| 41 | transform: translate(0, 70px); | ||
| 42 | } | ||
| 43 | @media (min-width: 576px) { | ||
| 44 | -webkit-transform: translate(0, 90px); | ||
| 45 | transform: translate(0, 90px); | ||
| 46 | } | ||
| 36 | @media (max-width: 576px) { | 47 | @media (max-width: 576px) { | 
| 37 | width: 100%; | 48 | width: 100%; | 
| 38 | height: 100%; | 49 | height: 100%; | 
| 39 | margin: 0; | 50 | margin: 0; | 
| 40 | padding: 0; | 51 | padding: 0; | 
| 41 | } | 52 | } | 
| 42 | } | 53 | } | 
| 43 | .modal-body { | 54 | .modal-body { | 
| 44 | @media (max-width: 576px) { | 55 | @media (max-width: 576px) { | 
| 45 | overflow-y: auto; | 56 | overflow-y: auto; | 
| 46 | } | 57 | } | 
| 47 | } | 58 | } | 
| 48 | 59 | ||
| 49 | .boton-salir { | 60 | .boton-salir { | 
| 50 | position: absolute; | 61 | position: absolute; | 
| 51 | bottom: 10px; | 62 | bottom: 10px; | 
| 52 | right: 15px; | 63 | right: 15px; | 
| 53 | width: calc(100% - 15px); | 64 | width: calc(100% - 15px); | 
| 54 | } | 65 | } | 
| 55 | 66 | ||
| 56 | input[type=number]::-webkit-inner-spin-button, | 67 | input[type=number]::-webkit-inner-spin-button, | 
| 57 | 68 | ||
| 58 | input[type=number]::-webkit-outer-spin-button { | 69 | input[type=number]::-webkit-outer-spin-button { | 
| 59 | -webkit-appearance: none; | 70 | -webkit-appearance: none; | 
| 60 | margin: 0; | 71 | margin: 0; | 
| 61 | } | 72 | } | 
| 62 | 73 | 
src/sass/general.scss
| 1 | @import 'admin-seguimiento'; | 1 | @import 'admin-seguimiento'; | 
| 2 | @import 'bootstrap'; | 2 | @import 'bootstrap'; | 
| 3 | @import 'botonera'; | 3 | @import 'botonera'; | 
| 4 | @import 'botonera-lateral'; | 4 | @import 'botonera-lateral'; | 
| 5 | @import 'botonera-principal'; | 5 | @import 'botonera-principal'; | 
| 6 | @import 'botonera-secundaria'; | 6 | @import 'botonera-secundaria'; | 
| 7 | @import 'contenedor'; | 7 | @import 'contenedor'; | 
| 8 | @import 'lista'; | 8 | @import 'lista'; | 
| 9 | @import 'login'; | 9 | @import 'login'; | 
| 10 | @import 'panel-informativo'; | 10 | @import 'panel-informativo'; | 
| 11 | @import 'tabla'; | 11 | @import 'tabla'; | 
| 12 | @import 'teclado'; | 12 | @import 'teclado'; | 
| 13 | @import 'tabla-articulos'; | 13 | @import 'tabla-articulos'; | 
| 14 | @import 'acciones-mobile'; | 14 | @import 'acciones-mobile'; | 
| 15 | @import 'swiper'; | 15 | @import 'swiper'; | 
| 16 | @import 'crear-nota-pedido'; | 16 | @import 'crear-nota-pedido'; | 
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | //OCULTA FLECHAS INPUT NUMBER | 19 | //OCULTA FLECHAS INPUT NUMBER | 
| 20 | input[type='number'] { | 20 | input[type='number'] { | 
| 21 | -moz-appearance:textfield; | 21 | -moz-appearance:textfield; | 
| 22 | } | 22 | } | 
| 23 | input::-webkit-outer-spin-button, | 23 | input::-webkit-outer-spin-button, | 
| 24 | input::-webkit-inner-spin-button { | 24 | input::-webkit-inner-spin-button { | 
| 25 | -webkit-appearance: none; | 25 | -webkit-appearance: none; | 
| 26 | } | ||
| 26 | } |