Commit 395b7e03ca781bccfb4ca79bebc38247502cfdf3
1 parent
039219545d
Exists in
master
and in
1 other branch
Agrego sombra al input
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/sass/general.scss
| 1 | $primary-color: #e09125; | 1 | $primary-color: #e09125; |
| 2 | @import 'admin-seguimiento'; | 2 | @import 'admin-seguimiento'; |
| 3 | @import 'bootstrap'; | 3 | @import 'bootstrap'; |
| 4 | @import 'botonera'; | 4 | @import 'botonera'; |
| 5 | @import 'botonera-lateral'; | 5 | @import 'botonera-lateral'; |
| 6 | @import 'botonera-principal'; | 6 | @import 'botonera-principal'; |
| 7 | @import 'botonera-secundaria'; | 7 | @import 'botonera-secundaria'; |
| 8 | @import 'contenedor'; | 8 | @import 'contenedor'; |
| 9 | @import 'lista'; | 9 | @import 'lista'; |
| 10 | @import 'login'; | 10 | @import 'login'; |
| 11 | @import 'panel-informativo'; | 11 | @import 'panel-informativo'; |
| 12 | @import 'tabla'; | 12 | @import 'tabla'; |
| 13 | @import 'teclado'; | 13 | @import 'teclado'; |
| 14 | @import 'tabla-articulos'; | 14 | @import 'tabla-articulos'; |
| 15 | @import 'acciones-mobile'; | 15 | @import 'acciones-mobile'; |
| 16 | @import 'swiper'; | 16 | @import 'swiper'; |
| 17 | @import 'foca-crear'; | 17 | @import 'foca-crear'; |
| 18 | @import 'logistica-pedido-ruta'; | 18 | @import 'logistica-pedido-ruta'; |
| 19 | @import 'tabs'; | 19 | @import 'tabs'; |
| 20 | @import 'grid'; | 20 | @import 'grid'; |
| 21 | @import 'paginador-abm'; | 21 | @import 'paginador-abm'; |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | //OCULTA FLECHAS INPUT NUMBER | 24 | //OCULTA FLECHAS INPUT NUMBER |
| 25 | input[type='number'] { | 25 | input[type='number'] { |
| 26 | -moz-appearance:textfield; | 26 | -moz-appearance:textfield; |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | input::-webkit-outer-spin-button, | 29 | input::-webkit-outer-spin-button, |
| 30 | input::-webkit-inner-spin-button { | 30 | input::-webkit-inner-spin-button { |
| 31 | -webkit-appearance: none; | 31 | -webkit-appearance: none; |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | .d-md-grid{ | 34 | .d-md-grid{ |
| 35 | @media (min-width: 768px) { | 35 | @media (min-width: 768px) { |
| 36 | display: grid !important; | 36 | display: grid !important; |
| 37 | } | 37 | } |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | .btn-outline-debo{ | 40 | .btn-outline-debo{ |
| 41 | background-color: transparent; | 41 | background-color: transparent; |
| 42 | color: $primary-color; | 42 | color: $primary-color; |
| 43 | border-color: $primary-color; | 43 | border-color: $primary-color; |
| 44 | &:hover{ | 44 | &:hover{ |
| 45 | color: #FFF; | 45 | color: #FFF; |
| 46 | border-color: transparent; | 46 | border-color: transparent; |
| 47 | background-color: $primary-color; | 47 | background-color: $primary-color; |
| 48 | } | 48 | } |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | .btn-brown { | 51 | .btn-brown { |
| 52 | background-color:#Cd9035; | 52 | background-color:#Cd9035; |
| 53 | -webkit-appearance: none; | 53 | -webkit-appearance: none; |
| 54 | border-color: transparent; | 54 | border-color: transparent; |
| 55 | &:focus { | 55 | &:focus { |
| 56 | outline: 0 !important; | 56 | outline: 0 !important; |
| 57 | box-shadow: none; | 57 | box-shadow: none; |
| 58 | } | 58 | } |
| 59 | .icon-white { | 59 | .icon-white { |
| 60 | color: white; | 60 | color: white; |
| 61 | } | 61 | } |
| 62 | } | 62 | } |
| 63 | 63 | ||
| 64 | 64 | ||
| 65 | .page-item.active .page-link { | 65 | .page-item.active .page-link { |
| 66 | z-index: 1; | 66 | z-index: 1; |
| 67 | color: #fff; | 67 | color: #fff; |
| 68 | background-color: #Cd9035; | 68 | background-color: #Cd9035; |
| 69 | border-color: #Cd9035; | 69 | border-color: #Cd9035; |
| 70 | } | 70 | } |
| 71 | 71 | ||
| 72 | .foca-input { | 72 | .foca-input { |
| 73 | &:focus { | 73 | &:focus { |
| 74 | border-color: #ff9900; | 74 | border-color: #Cd9035; |
| 75 | box-shadow: none; | 75 | box-shadow: 0 0 5px #Cd9035; |
| 76 | } | 76 | } |
| 77 | } | 77 | } |
| 78 | 78 | ||
| 79 | .btn-info { | 79 | .btn-info { |
| 80 | background-color: #Cd9035; | 80 | background-color: #Cd9035; |
| 81 | border-color: #Cd9035; | 81 | border-color: #Cd9035; |
| 82 | &:focus { | 82 | &:focus { |
| 83 | box-shadow: none; | 83 | box-shadow: none; |
| 84 | } | 84 | } |
| 85 | &:hover { | 85 | &:hover { |
| 86 | background-color: #Cd9035; | 86 | background-color: #Cd9035; |
| 87 | } | 87 | } |
| 88 | } | 88 | } |
| 89 | 89 | ||
| 90 | .btn-primary { | 90 | .btn-primary { |
| 91 | background-color: #Cd9035; | 91 | background-color: #Cd9035; |
| 92 | border-color: #Cd9035; | 92 | border-color: #Cd9035; |
| 93 | &:focus { | 93 | &:focus { |
| 94 | box-shadow: none; | 94 | box-shadow: none; |
| 95 | } | 95 | } |
| 96 | &:hover { | 96 | &:hover { |
| 97 | background-color: #Cd9035; | 97 | background-color: #Cd9035; |
| 98 | } | 98 | } |
| 99 | } | 99 | } |
| 100 | 100 | ||
| 101 | .table-celda-total { | 101 | .table-celda-total { |
| 102 | background-color: #CD9035; | 102 | background-color: #CD9035; |
| 103 | } | 103 | } |
| 104 | 104 | ||
| 105 | marquee { | 105 | marquee { |
| 106 | background-color: #Cd9035; | 106 | background-color: #Cd9035; |
| 107 | } | 107 | } |
| 108 | 108 | ||
| 109 | .front-index{ | 109 | .front-index{ |
| 110 | z-index: 9999; | 110 | z-index: 9999; |
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | .uib-daypicker{ | 113 | .uib-daypicker{ |
| 114 | outline: 0 | 114 | outline: 0 |
| 115 | } | 115 | } |
| 116 | 116 | ||
| 117 | .right-0{ | 117 | .right-0{ |
| 118 | right: 0; | 118 | right: 0; |
| 119 | } | 119 | } |
| 120 | 120 | ||
| 121 | .tabla-factura{ | 121 | .tabla-factura{ |
| 122 | word-wrap: break-word; | 122 | word-wrap: break-word; |
| 123 | table-layout: fixed; | 123 | table-layout: fixed; |
| 124 | } | 124 | } |
| 125 | 125 | ||
| 126 | .ladda-w-100 .ladda-label{ | 126 | .ladda-w-100 .ladda-label{ |
| 127 | width: 100%; | 127 | width: 100%; |
| 128 | float: right; | 128 | float: right; |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | .btn-delete-image{ | 131 | .btn-delete-image{ |
| 132 | height: 25px; | 132 | height: 25px; |
| 133 | width: 25px; | 133 | width: 25px; |
| 134 | top: -10px; | 134 | top: -10px; |
| 135 | right: 0; | 135 | right: 0; |
| 136 | } | 136 | } |
| 137 | 137 | ||
| 138 | button.clear-input{ | 138 | button.clear-input{ |
| 139 | cursor: pointer; | 139 | cursor: pointer; |
| 140 | background: transparent; | 140 | background: transparent; |
| 141 | border: none; | 141 | border: none; |
| 142 | margin-left: -24px; | 142 | margin-left: -24px; |
| 143 | z-index: 9; | 143 | z-index: 9; |
| 144 | color: #a3a3a3; | 144 | color: #a3a3a3; |
| 145 | &:focus{ | 145 | &:focus{ |
| 146 | outline: none; | 146 | outline: none; |
| 147 | } | 147 | } |
| 148 | } | 148 | } |
| 149 | 149 |