Commit f169d4103a063d0a065104678b615cdf6e4eb349
1 parent
19eab28b48
Exists in
develop
Add
Linea al final del archivo
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/app/modules/carrito/carrito.component.scss
| 1 | .carrito-content.media-pantalla { | 1 | .carrito-content.media-pantalla { | 
| 2 | max-height: 65% !important; | 2 | max-height: 65% !important; | 
| 3 | } | 3 | } | 
| 4 | 4 | ||
| 5 | .carrito-articulo.media-pantalla { | 5 | .carrito-articulo.media-pantalla { | 
| 6 | min-height: 160px !important; | 6 | min-height: 160px !important; | 
| 7 | } | 7 | } | 
| 8 | 8 | ||
| 9 | .carrito-text-desc { | 9 | .carrito-text-desc { | 
| 10 | min-height: 30px; | 10 | min-height: 30px; | 
| 11 | max-height: 70px; | 11 | max-height: 70px; | 
| 12 | white-space: normal; | 12 | white-space: normal; | 
| 13 | } | ||
| 13 | } |