2019-02-22 13:34:11 +00:00
|
|
|
@import "./variables";
|
|
|
|
|
|
|
|
vn-order-line {
|
2018-08-07 14:04:42 +00:00
|
|
|
vn-table {
|
|
|
|
img {
|
|
|
|
border-radius: 50%;
|
2019-02-15 16:33:03 +00:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
2018-08-07 14:04:42 +00:00
|
|
|
}
|
|
|
|
}
|
2019-10-28 16:31:33 +00:00
|
|
|
.header {
|
2019-02-19 16:55:19 +00:00
|
|
|
text-align: right;
|
|
|
|
|
2019-10-28 16:31:33 +00:00
|
|
|
& > div {
|
|
|
|
margin-bottom: $spacing-xs;
|
2019-02-19 16:55:19 +00:00
|
|
|
}
|
|
|
|
}
|
2018-08-07 14:04:42 +00:00
|
|
|
}
|