salix/modules/order/front/line/style.scss

18 lines
285 B
SCSS
Raw Normal View History

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
}
}
.header {
2019-02-19 16:55:19 +00:00
text-align: right;
& > div {
margin-bottom: $spacing-xs;
2019-02-19 16:55:19 +00:00
}
}
2018-08-07 14:04:42 +00:00
}