salix/modules/claim/front/action/style.scss

46 lines
836 B
SCSS
Raw Normal View History

2018-09-05 09:34:23 +00:00
vn-claim-action {
2019-10-17 11:27:50 +00:00
.header {
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
vn-tool-bar {
2022-04-12 10:20:36 +00:00
flex: none
2019-10-17 11:27:50 +00:00
}
.vn-check {
2019-10-17 11:27:50 +00:00
flex: none;
}
}
2018-09-05 09:34:23 +00:00
vn-dialog[vn-id=addSales] {
tpl-body {
width: 950px;
div {
div.buttons {
display: none;
}
vn-table{
min-width: 950px;
}
}
}
}
vn-popover.lastTicketsPopover {
vn-table {
min-width: 650px;
overflow: auto
}
div.ticketList {
overflow: auto;
max-height: 350px;
}
}
.right {
2022-04-12 10:20:36 +00:00
margin-left: 370px;
}
}