Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

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