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

44 lines
945 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 {
2020-04-02 12:20:57 +00:00
width: 48px;
max-width: 48px;
}
.price-kg {
color: $color-font-secondary;
2020-04-02 12:20:57 +00:00
font-size: 12px
}
.vn-input-number {
2020-04-02 12:52:02 +00:00
width: 56px;
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;
}
}
}
}
}