Commit 2774bd01636dfa79949781201053e2e310a9a41b
Exists in
master
Merge branch 'master' into 'master'
overflow en la tabla de articulos See merge request Wrappers/wrapper-demo!16
Showing
3 changed files
Show diff stats
src/sass/_contenedor.scss
src/sass/_tabla-articulos.scss
| ... | ... | @@ -0,0 +1,47 @@ |
| 1 | +.tabla-articulo { | |
| 2 | + max-height: 420px; | |
| 3 | + display: -moz-groupbox; | |
| 4 | + width: 100%; | |
| 5 | + display: block; | |
| 6 | + | |
| 7 | + tr { | |
| 8 | + width: 100%; | |
| 9 | + display: inline-table; | |
| 10 | + table-layout: fixed; | |
| 11 | + } | |
| 12 | + | |
| 13 | + tbody { | |
| 14 | + overflow-y: auto; | |
| 15 | + max-height: 280px; | |
| 16 | + width: 100%; | |
| 17 | + display: block; | |
| 18 | + } | |
| 19 | + | |
| 20 | + &-numero { | |
| 21 | + width: 25px; | |
| 22 | + } | |
| 23 | + | |
| 24 | + &-codigo { | |
| 25 | + width: 70px; | |
| 26 | + } | |
| 27 | + | |
| 28 | + &-descripcion { | |
| 29 | + width: 330px; | |
| 30 | + } | |
| 31 | + | |
| 32 | + &-cantidad { | |
| 33 | + width: 100px; | |
| 34 | + } | |
| 35 | + | |
| 36 | + &-precio { | |
| 37 | + width: 130px; | |
| 38 | + } | |
| 39 | + | |
| 40 | + &-subtotal { | |
| 41 | + width: 130px; | |
| 42 | + } | |
| 43 | + | |
| 44 | + &-boton { | |
| 45 | + width: 52px; | |
| 46 | + } | |
| 47 | +} |
src/sass/general.scss