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

25 lines
464 B
SCSS
Raw Normal View History

2018-08-07 14:04:42 +00:00
vn-order-line{
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;
border: .1em solid #CCC;
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
}