Skip to content

Unit Price

Styles for a unit price used in price_unit macro.

LESS

You can modify any unit price less variable in your User Less section to change a unit price styles.

Unit Price variables

Variables used to style a unit price.

@unitPriceFontSizeInPx: 12;
@unitPriceLineHeightInPx: 20;
@unitPriceFontColor: @globalFontColorSecondary;

Unit Price styles

A standard unit price styles.

.unit-price {
    .font-size(@unitPriceFontSizeInPx);
    .line-height(@unitPriceLineHeightInPx);
    color: @unitPriceFontColor;
}