48 lines
888 B
SCSS
48 lines
888 B
SCSS
@import "./variables";
|
|
|
|
vn-ticket-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
|
|
}
|
|
}
|
|
|
|
vn-button {
|
|
max-height: 27px;
|
|
button {
|
|
box-shadow: none;
|
|
height: inherit;
|
|
line-height: inherit;
|
|
&:active, &:focus {
|
|
box-shadow: none !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
& > div > vn-horizontal > vn-one {
|
|
min-width: 10em;
|
|
|
|
&.taxes {
|
|
border: $border-thin-light;
|
|
text-align: right;
|
|
padding: .5em;
|
|
|
|
& > p {
|
|
font-size: 1.2em;
|
|
margin: .2em;
|
|
}
|
|
}
|
|
}
|
|
} |