27 lines
492 B
SCSS
27 lines
492 B
SCSS
@import "./variables";
|
|
|
|
vn-order-line {
|
|
vn-table {
|
|
img {
|
|
border-radius: 50%;
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
}
|
|
.taxes {
|
|
max-width: 10em;
|
|
border: $border-thin-light;
|
|
text-align: right;
|
|
padding: .5em !important;
|
|
|
|
|
|
& > p {
|
|
font-size: 1.2em;
|
|
margin: .2em;
|
|
}
|
|
}
|
|
vn-horizontal.header {
|
|
justify-content: flex-end;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
} |