salix/modules/order/front/prices-popover/style.scss

18 lines
360 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
.vn-order-prices-popover .content {
.prices {
vn-table {
.price-kg {
color: $color-font-secondary;
2020-04-02 13:11:42 +00:00
font-size: .75rem
}
.vn-input-number {
2021-04-19 07:55:56 +00:00
width: 80px;
2018-09-14 12:20:58 +00:00
}
}
.footer {
text-align: center;
}
}
}