55 lines
1.2 KiB
SCSS
55 lines
1.2 KiB
SCSS
@import "./effects";
|
|
@import "./variables";
|
|
|
|
vn-ticket-summary .summary {
|
|
max-width: $width-lg;
|
|
vn-button {
|
|
max-height: 27px;
|
|
button {
|
|
box-shadow: none;
|
|
height: inherit;
|
|
line-height: inherit;
|
|
&:active, &:focus {
|
|
box-shadow: none !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
& > vn-horizontal > vn-one {
|
|
min-width: 160px;
|
|
|
|
&.taxes {
|
|
border: $border-thin-light;
|
|
text-align: right;
|
|
padding: 8px;
|
|
|
|
& > p {
|
|
font-size: 1.2rem;
|
|
margin: 3px;
|
|
}
|
|
}
|
|
|
|
&.services {
|
|
.vn-table > vn-thead .identifier,
|
|
.vn-table > vn-tbody .identifier {
|
|
min-width: 56px
|
|
}
|
|
|
|
.vn-table > vn-thead .tax-class,
|
|
.vn-table > vn-tbody .tax-class {
|
|
min-width: 90px;
|
|
width: 1px;
|
|
}
|
|
|
|
.vn-table > vn-tbody vn-td:first-child {
|
|
min-width: 24px;
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
vn-icon.tel {
|
|
font-size: 1.1em;
|
|
vertical-align: bottom;
|
|
}
|
|
} |