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 {
2020-04-02 13:11:42 +00:00
font-size: 1.2rem;
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 {
2020-04-02 12:52:02 +00:00
min-width: 56px
2019-12-12 07:22:04 +00:00
}
.vn-table > vn-thead .tax-class,
.vn-table > vn-tbody .tax-class {
2020-06-23 12:53:41 +00:00
min-width: 90px;
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
}
}