25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // 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
- }
- }
|