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

44 lines
944 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
.vn-order-prices-popover {
display: block;
img[ng-src] {
height: 100%;
width: 100%;
}
vn-vertical.data {
padding-right: 16px;
2019-02-08 16:49:51 +00:00
border-right: 1px solid $color-main;
}
.prices {
vn-table {
.warehouse {
width: 3em;
max-width: 3em;
}
.price-kg {
color: $color-font-secondary;
font-size: .8em
}
.vn-input-number {
width: 3.5em;
2018-09-14 12:20:58 +00:00
}
}
.footer {
text-align: center;
2019-09-23 12:41:54 +00:00
.error {
display: none;
}
&.invalid {
.error {
display: block;
padding-top: 10px;
color: $color-alert;
text-align: center;
}
}
}
}
}