35 lines
647 B
SCSS
35 lines
647 B
SCSS
@import "./variables";
|
|
|
|
vn-order-summary .summary{
|
|
max-width: $width-lg;
|
|
|
|
h5 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-content: center;
|
|
|
|
|
|
span {
|
|
flex: 1;
|
|
}
|
|
|
|
vn-button {
|
|
flex: none
|
|
}
|
|
}
|
|
& > div > vn-horizontal > vn-one {
|
|
min-width: 160px !important;
|
|
|
|
&.taxes {
|
|
border: $border-thin-light;
|
|
text-align: right;
|
|
padding: 8px !important;
|
|
|
|
& > p {
|
|
font-size: 1.2rem;
|
|
margin: 3px;
|
|
}
|
|
}
|
|
}
|
|
} |