25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

14 satır
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. }