carts.css.scss 374 B

123456789101112131415161718
  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. .cart_title {
  6. font: 120% bold;
  7. }
  8. .item_price, .total_line {
  9. text-align: right;
  10. }
  11. .total_line .total_cell {
  12. font-weight: bold;
  13. border-top: 1px solid #595;
  14. }
  15. }