No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

14 líneas
329 B

  1. // Place all the styles related to the Carts controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .carts {
  5. .item_price, .total_line {
  6. text-align: right;
  7. }
  8. .total_line .total_cll {
  9. font-weight: bold;
  10. border-top: 1px solid #595
  11. }
  12. }