Commit 476361004fcf8615a9c89e9cd822cc757c757ed3
1 parent
9c251059c8
Exists in
master
linea al final
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/sass/_foca-crear.scss
| 1 | .foca-crear{ | 1 | .foca-crear{ |
| 2 | background: #CCC; | 2 | background: #CCC; |
| 3 | 3 | ||
| 4 | .titulares>div{ | 4 | .titulares>div{ |
| 5 | display: flex; | 5 | display: flex; |
| 6 | line-height: 30px; | 6 | line-height: 30px; |
| 7 | h5{ | 7 | h5{ |
| 8 | line-height: 30px; | 8 | line-height: 30px; |
| 9 | } | 9 | } |
| 10 | button{ | 10 | button{ |
| 11 | margin: auto; | 11 | margin: auto; |
| 12 | margin-right: 0; | 12 | margin-right: 0; |
| 13 | } | 13 | } |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | @media(min-width: 992px){ | 16 | @media(min-width: 992px){ |
| 17 | padding-bottom: 2rem; | 17 | padding-bottom: 2rem; |
| 18 | 18 | ||
| 19 | &.one-row{ | 19 | &.one-row{ |
| 20 | padding-bottom: 8rem !important; | 20 | padding-bottom: 8rem !important; |
| 21 | } | 21 | } |
| 22 | } | 22 | } |
| 23 | } | ||
| 23 | } |
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 'foca-crear'; | 16 | @import 'foca-crear'; |
| 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 | } |
| 27 | 27 | ||
| 28 | .d-md-grid{ | 28 | .d-md-grid{ |
| 29 | @media (min-width: 768px) { | 29 | @media (min-width: 768px) { |
| 30 | display: grid !important; | 30 | display: grid !important; |
| 31 | } | 31 | } |
| 32 | } | ||
| 32 | } |