2019-02-06 10:24:29 +00:00
|
|
|
@import "variables";
|
2018-08-20 07:01:38 +00:00
|
|
|
|
|
|
|
vn-order-prices-popover {
|
|
|
|
width: 150px;
|
|
|
|
display: block;
|
|
|
|
img[ng-src] {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prices, .data{
|
|
|
|
width: 18em;
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-vertical.data{
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
vn-vertical.prices{
|
|
|
|
padding-left: 16px;
|
2018-09-14 12:20:58 +00:00
|
|
|
&.invalid {
|
|
|
|
vn-one.error {
|
|
|
|
display: block;
|
|
|
|
padding-top: 10px;
|
|
|
|
color: #d50000;
|
|
|
|
text-align: center!important;
|
|
|
|
}
|
|
|
|
}
|
2018-08-20 07:01:38 +00:00
|
|
|
}
|
|
|
|
|
2018-09-14 12:20:58 +00:00
|
|
|
vn-input-number{
|
2018-08-20 07:01:38 +00:00
|
|
|
margin: 0!important;
|
2018-09-14 12:20:58 +00:00
|
|
|
|
|
|
|
label {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-08-20 07:01:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
vn-one.number {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
vn-one.text{
|
|
|
|
padding-top:10px!important;
|
|
|
|
}
|
|
|
|
vn-horizontal.buttons-bar{
|
|
|
|
padding-top: 16px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-01-31 10:26:03 +00:00
|
|
|
.quicklinks vn-icon {
|
|
|
|
font-size: 1.8em !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
& > i {
|
|
|
|
line-height: 36px
|
|
|
|
}
|
|
|
|
}
|
2018-09-14 12:20:58 +00:00
|
|
|
vn-one.error{
|
|
|
|
display: none;
|
|
|
|
}
|
2018-08-20 07:01:38 +00:00
|
|
|
}
|