2022-03-17 08:13:09 +00:00
|
|
|
@import "variables";
|
2023-03-28 12:40:14 +00:00
|
|
|
vn-fixed-price{
|
|
|
|
smart-table table{
|
|
|
|
[shrink-field]{
|
2023-05-17 10:53:18 +00:00
|
|
|
width: 90px;
|
|
|
|
max-width: 90px;
|
2023-03-28 12:40:14 +00:00
|
|
|
}
|
|
|
|
[shrink-field-expand]{
|
|
|
|
width: 150px;
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
2022-03-18 09:30:30 +00:00
|
|
|
}
|
2023-03-28 12:40:14 +00:00
|
|
|
|
|
|
|
.minPrice {
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
|
|
|
vn-input-number {
|
2023-05-17 10:53:18 +00:00
|
|
|
width: 75px;
|
|
|
|
max-width: 75px;
|
2023-03-28 12:40:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
smart-table table tbody > * > td .chip {
|
|
|
|
padding: 0px;
|
2022-03-18 09:30:30 +00:00
|
|
|
}
|
2022-03-17 08:13:09 +00:00
|
|
|
|
2023-03-28 12:59:08 +00:00
|
|
|
smart-table table tbody > * > td{
|
|
|
|
padding: 0px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2023-03-28 12:40:14 +00:00
|
|
|
smart-table table tbody > * > td .chip.warning {
|
|
|
|
color: $color-font-bg
|
2022-03-18 09:30:30 +00:00
|
|
|
}
|
2023-03-28 12:40:14 +00:00
|
|
|
|
|
|
|
.vn-field > .container > .infix > .control > input {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2023-03-28 12:59:08 +00:00
|
|
|
|
|
|
|
vn-input-number.inactive{
|
|
|
|
input {
|
|
|
|
color: $color-font-light !important;
|
|
|
|
}
|
|
|
|
}
|
2023-03-28 12:40:14 +00:00
|
|
|
}
|