salix/modules/ticket/front/summary/style.scss

66 lines
1.3 KiB
SCSS
Raw Normal View History

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 {
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-12-12 07:22:04 +00:00
& > vn-horizontal > vn-one {
2020-04-02 12:20:57 +00:00
min-width: 160px;
2019-02-22 13:34:11 +00:00
&.taxes {
border: $border-thin-light;
text-align: right;
2020-04-02 12:20:57 +00:00
padding: 8px;
2019-02-22 13:34:11 +00:00
& > p {
font-size: 1.2em;
2020-04-02 12:20:57 +00:00
margin: 3px;
2019-02-22 13:34:11 +00:00
}
2018-10-10 10:55:04 +00:00
}
2019-12-12 07:22:04 +00:00
&.services {
.vn-table > vn-thead .identifier,
.vn-table > vn-tbody .identifier {
min-width: 3.5em
}
.vn-table > vn-thead .tax-class,
.vn-table > vn-tbody .tax-class {
2020-04-02 12:20:57 +00:00
min-width: 176px;
width: 1px;
2019-12-12 07:22:04 +00:00
}
.vn-table > vn-tbody vn-td:first-child {
min-width: 24px;
}
}
2018-10-10 10:55:04 +00:00
}
}