2019-02-22 13:34:11 +00:00
|
|
|
@import "./variables";
|
2018-10-10 10:55:04 +00:00
|
|
|
|
2019-02-22 13:34:11 +00:00
|
|
|
vn-ticket-summary .summary {
|
2019-10-01 11:45:43 +00:00
|
|
|
max-width: $width-lg;
|
2018-10-10 10:55:04 +00:00
|
|
|
|
2019-10-04 09:39:24 +00:00
|
|
|
h5 {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
align-content: center;
|
|
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-button {
|
|
|
|
flex: none
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-04 15:34:41 +00:00
|
|
|
vn-button {
|
|
|
|
max-height: 27px;
|
|
|
|
button {
|
|
|
|
box-shadow: none;
|
|
|
|
height: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
&:active, &:focus {
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-22 13:34:11 +00:00
|
|
|
& > 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;
|
|
|
|
}
|
2018-10-10 10:55:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|