Commit 5adcb6e9e61ecae8e31a0036c67760b5149524cd
1 parent
2a9195000f
Exists in
master
and in
1 other branch
estilos paginador facturador
Showing
2 changed files
with
19 additions
and
0 deletions
 
Show diff stats
src/sass/_paginador-facturador.scss
| File was created | 1 | .paginador-facturador { | |
| 2 | margin-top: 1rem; | ||
| 3 | li { | ||
| 4 | &.active{ | ||
| 5 | > a { | ||
| 6 | background: #e09125 !important; | ||
| 7 | color: #FFF !important; | ||
| 8 | } | ||
| 9 | } | ||
| 10 | |||
| 11 | > a { | ||
| 12 | background-color: transparent !important; | ||
| 13 | border-color: #67615e !important; | ||
| 14 | color: #000 !important; | ||
| 15 | |||
| 16 | } | ||
| 17 | } | ||
| 18 | } | ||
| 19 | 
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-facturador'; | ||
| 21 | 22 | ||
| 22 | 23 | ||
| 23 | //OCULTA FLECHAS INPUT NUMBER | 24 | //OCULTA FLECHAS INPUT NUMBER | 
| 24 | input[type='number'] { | 25 | input[type='number'] { | 
| 25 | -moz-appearance:textfield; | 26 | -moz-appearance:textfield; | 
| 26 | } | 27 | } | 
| 27 | input::-webkit-outer-spin-button, | 28 | input::-webkit-outer-spin-button, | 
| 28 | input::-webkit-inner-spin-button { | 29 | input::-webkit-inner-spin-button { | 
| 29 | -webkit-appearance: none; | 30 | -webkit-appearance: none; | 
| 30 | } | 31 | } | 
| 31 | 32 | ||
| 32 | .d-md-grid{ | 33 | .d-md-grid{ | 
| 33 | @media (min-width: 768px) { | 34 | @media (min-width: 768px) { | 
| 34 | display: grid !important; | 35 | display: grid !important; | 
| 35 | } | 36 | } | 
| 36 | } | 37 | } | 
| 37 | 38 | ||
| 38 | .btn-outline-debo{ | 39 | .btn-outline-debo{ | 
| 39 | background-color: transparent; | 40 | background-color: transparent; | 
| 40 | color: $primary-color; | 41 | color: $primary-color; | 
| 41 | border-color: $primary-color; | 42 | border-color: $primary-color; | 
| 42 | &:hover{ | 43 | &:hover{ | 
| 43 | color: #FFF; | 44 | color: #FFF; | 
| 44 | border-color: transparent; | 45 | border-color: transparent; | 
| 45 | background-color: $primary-color; | 46 | background-color: $primary-color; | 
| 46 | } | 47 | } | 
| 47 | } | 48 | } | 
| 48 | 49 | ||
| 49 | .front-index{ | 50 | .front-index{ | 
| 50 | z-index: 9999; | 51 | z-index: 9999; | 
| 51 | } | 52 | } | 
| 52 | 53 | ||
| 53 | .uib-daypicker{ | 54 | .uib-daypicker{ | 
| 54 | outline: 0 | 55 | outline: 0 | 
| 55 | } | 56 | } | 
| 56 | 57 | ||
| 57 | .right-0{ | 58 | .right-0{ | 
| 58 | right: 0; | 59 | right: 0; | 
| 59 | } | 60 | } | 
| 60 | 61 | ||
| 61 | .tabla-factura{ | 62 | .tabla-factura{ | 
| 62 | word-wrap: break-word; | 63 | word-wrap: break-word; | 
| 63 | table-layout: fixed; | 64 | table-layout: fixed; | 
| 64 | } | 65 | } | 
| 65 | 66 |