Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

14 rader
342 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, #side #cart {
  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. }