DistroPropaganda/code/rails32/depot_o/app/assets/stylesheets/carts.css.scss
2018-11-24 13:20:20 +01:00

14 lines
345 B
SCSS

// 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, #side #cart {
.item_price, .total_line {
text-align: right;
}
.total_line .total_cell {
font-weight: bold;
border-top: 1px solid #595;
}
}