Commit fd8c7e2a632935af682564af9e73211c8dc93249
Exists in
master
Merge branch 'master' into 'master'
estilos foca-crear-remito See merge request !21
Showing
4 changed files
Show diff stats
src/sass/_crear-nota-pedido.scss
| 1 | .crear-nota-pedido { | 1 | .crear-nota-pedido { |
| 2 | background-color: #ccc; | 2 | background-color: #ccc; |
| 3 | 3 | ||
| 4 | padding-bottom: 2rem; | 4 | padding-bottom: 2rem; |
| 5 | &-fecha { | 5 | &-fecha { |
| 6 | input[type="date"]::-webkit-clear-button { | 6 | input[type="date"]::-webkit-clear-button { |
| 7 | display: none; | 7 | display: none; |
| 8 | } | 8 | } |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | .titulares>div{ | 11 | .titulares>div{ |
| 12 | display: flex; | 12 | display: flex; |
| 13 | line-height: 30px; | 13 | line-height: 30px; |
| 14 | h5{ | 14 | h5{ |
| 15 | line-height: 30px; | 15 | line-height: 30px; |
| 16 | } | 16 | } |
| 17 | button{ | 17 | button{ |
| 18 | margin: auto; | 18 | margin: auto; |
| 19 | margin-right: 0; | ||
| 19 | } | 20 | } |
| 20 | } | 21 | } |
| 21 | } | 22 | } |
| 22 | 23 |
src/sass/_crear-remito.scss
| File was created | 1 | .crear-nota-remito{ | |
| 2 | background: #CCC; | ||
| 3 | padding-bottom: 2rem; | ||
| 4 | |||
| 5 | .titulares>div{ | ||
| 6 | display: flex; | ||
| 7 | line-height: 30px; | ||
| 8 | h5{ | ||
| 9 | line-height: 30px; | ||
| 10 | } | ||
| 11 | button{ | ||
| 12 | margin: auto; | ||
| 13 | margin-right: 0; | ||
| 14 | } | ||
| 15 | } | ||
| 16 | } | ||
| 17 |
src/sass/_tabla.scss
| 1 | .table { | 1 | .table { |
| 2 | &-nonfluid { | 2 | &-nonfluid { |
| 3 | width: auto; | 3 | width: auto; |
| 4 | } | 4 | } |
| 5 | &-celda-total { | 5 | &-celda-total { |
| 6 | color: #000000; | 6 | color: #000000; |
| 7 | background-color: #FF9900; | 7 | background-color: #FF9900; |
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | thead th{ | 10 | thead th{ |
| 11 | font-size: 13px; | 11 | font-size: 13px; |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | } | ||
| 14 | } |
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 | @import 'crear-remito'; | ||
| 17 | 18 | ||
| 18 | 19 | ||
| 19 | //OCULTA FLECHAS INPUT NUMBER | 20 | //OCULTA FLECHAS INPUT NUMBER |
| 20 | input[type='number'] { | 21 | input[type='number'] { |
| 21 | -moz-appearance:textfield; | 22 | -moz-appearance:textfield; |
| 22 | } | 23 | } |
| 23 | input::-webkit-outer-spin-button, | 24 | input::-webkit-outer-spin-button, |
| 24 | input::-webkit-inner-spin-button { | 25 | input::-webkit-inner-spin-button { |
| 25 | -webkit-appearance: none; | 26 | -webkit-appearance: none; |
| 26 | } | 27 | } |
| 27 | 28 | ||
| 28 | .d-md-grid{ | 29 | .d-md-grid{ |
| 29 | @media (min-width: 768px) { | 30 | @media (min-width: 768px) { |
| 30 | display: grid !important; | 31 | display: grid !important; |
| 31 | } | 32 | } |
| 32 | } | ||
| 33 | } |