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