Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- // Place all the styles related to the Carts controller here.
- // They will automatically be included in application.css.
- // You can use Sass (SCSS) here: http://sass-lang.com/
- .carts {
- .item_price, .total_line {
- text-align: right;
- }
-
- .total_line .total_cll {
- font-weight: bold;
- border-top: 1px solid #595
- }
- }
|