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