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

27 lines
492 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
}
}
2019-02-19 16:55:19 +00:00
.taxes {
max-width: 10em;
2019-02-22 13:34:11 +00:00
border: $border-thin-light;
2019-02-19 16:55:19 +00:00
text-align: right;
padding: .5em !important;
& > p {
font-size: 1.2em;
margin: .2em;
}
}
vn-horizontal.header {
justify-content: flex-end;
margin-bottom: 0.5em;
}
2018-08-07 14:04:42 +00:00
}