Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

14 rindas
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. }